Uses of Interface
eu.monnetproject.lemon.model.LemonElementOrPredicate

Packages that use LemonElementOrPredicate
eu.monnetproject.lemon   
eu.monnetproject.lemon.impl   
eu.monnetproject.lemon.liam.impl   
eu.monnetproject.lemon.model   
net.lexinfo   
 

Uses of LemonElementOrPredicate in eu.monnetproject.lemon
 

Classes in eu.monnetproject.lemon that implement LemonElementOrPredicate
 class URIElement
          Super-class for creating lemon elements.
 

Methods in eu.monnetproject.lemon with type parameters of type LemonElementOrPredicate
<Elem extends LemonElementOrPredicate>
Iterator<Elem>
LemonModel.query(Class<Elem> target, String sparqlQuery)
          Return all elements in the lemon model matching some certain SPARQL query
 

Methods in eu.monnetproject.lemon with parameters of type LemonElementOrPredicate
 Collection<String> LinguisticOntology.getDefinitions(LemonElementOrPredicate elem)
          Get any definitions of an element or predicate
 

Uses of LemonElementOrPredicate in eu.monnetproject.lemon.impl
 

Classes in eu.monnetproject.lemon.impl that implement LemonElementOrPredicate
 class ArgumentImpl
          Instantiated via LemonFactoryImpl
 class ComponentImpl
          Instantiated via LemonFactoryImpl
 class ConditionImpl
          Instantiated via LemonFactoryImpl
 class ConstituentImpl
          Instantiated via LemonFactoryImpl
 class ContextImpl
          Instantiated via LemonFactoryImpl
 class DefinitionImpl
          Instantiated via LemonFactoryImpl
 class ExampleImpl
          Instantiated via LemonFactoryImpl
 class FormImpl
          Instantiated via LemonFactoryImpl
 class FrameImpl
          Instantiated via LemonFactoryImpl
 class LemonElementImpl<Elem extends LemonElement>
          Base class for element implementations
 class LexicalEntryImpl
          Instantiated via LemonFactoryImpl
 class LexicalSenseImpl
          Instantiated via LemonFactoryImpl
 class LexiconImpl
          Instantiated via LemonModelImpl
 class MorphPatternImpl
           
 class MorphTransformImpl
           
 class NodeImpl
          Instantiated via LemonFactoryImpl
 class PartImpl
          Instantiated via LemonFactoryImpl
 class PhraseImpl
          Instantiated via LemonFactoryImpl
 class PrototypeImpl
           
 class TopicImpl
          Instantiated via LemonFactoryImpl
 class WordImpl
          Instantiated via LemonFactoryImpl
 

Methods in eu.monnetproject.lemon.impl with type parameters of type LemonElementOrPredicate
<Elem extends LemonElementOrPredicate>
Iterator<Elem>
LemonModelImpl.query(Class<Elem> target, String sparqlQuery)
           
<Elem extends LemonElementOrPredicate>
Iterator<Elem>
SPARQLResolver.query(Class<Elem> target, String query, LemonModelImpl model)
           
 

Methods in eu.monnetproject.lemon.impl that return LemonElementOrPredicate
 LemonElementOrPredicate LemonModelImpl.getLemonElement(URI uri)
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type LemonElementOrPredicate
 void LemonModelImpl.register(URI uri, LemonElementOrPredicate lep)
           
 

Uses of LemonElementOrPredicate in eu.monnetproject.lemon.liam.impl
 

Classes in eu.monnetproject.lemon.liam.impl that implement LemonElementOrPredicate
 class VirtualForm
           
 

Uses of LemonElementOrPredicate in eu.monnetproject.lemon.model
 

Subinterfaces of LemonElementOrPredicate in eu.monnetproject.lemon.model
 interface Argument
          An argument of a syntactic frame/semantic predicate
 interface Component
          An element of multi-word terms decomposition
 interface Condition
          A predicate used to describe a condition
 interface Constituent
          A constituent indicates the phrase type of a node in a phrase structure tree
 interface Definition
          A predicate used to give definitions
 interface Edge
          An edge or arc in a phrase structure tree
 interface Example
          A usage example for a given sense
 interface FormVariant
          The predicate for a variant of a form
 interface Frame
          A syntactic frame describing a syntactic behavior of an entry
 interface LemonElement
          The super-class for all lemon elements (individuals)
 interface LemonPredicate
          Super class for all lemon predicates (properties)
 interface LexicalEntry
          The lexical entry is the main representation of a term or word
 interface LexicalForm
          A form of a lexical entry
 interface LexicalSense
          A lexical sense indicates a meaning of an entry by mapping it to an ontology entity
 interface LexicalTopic
          A topic for a lexicon or individual entry
 interface LexicalVariant
          Predicate for variants between lexical entries
 interface Lexicon
          A mono-lingual lexicon object composed of a set of lexical entries
 interface MorphPattern
          A morphological inflection pattern of an entry
 interface MorphTransform
          A single possible generation in a morphological pattern
 interface Node
          A node in a phrase structure tree
 interface Part
          A part of a word
 interface Phrase
          A multiple word lexical entry
 interface PhraseTerminal
          Abstract class for the range of leaf arcs
 interface Property
          A property of a lemon element
 interface PropertyValue
          A value of a given property
 interface Prototype
           
 interface Representation
          The predicate for a representation of a form
 interface SenseCondition
          An evaluable condition on entry/sense mapping.
 interface SenseContext
          A pragmatic context in which a entry/sense mapping applies
 interface SenseDefinition
          A definition of a given sense
 interface SenseRelation
          A predicate used to relate senses
 interface SynArg
          A predicate indicating the syntactic role of an argument
 interface SyntacticRoleMarker
          The abstract class for markers that distinguished the syntactic role of an argument
 interface Word
          A lexical entry that is a single word
 

Uses of LemonElementOrPredicate in net.lexinfo
 

Methods in net.lexinfo with parameters of type LemonElementOrPredicate
 Collection<String> LexInfo.getDefinitions(LemonElementOrPredicate elem)
           
 



Copyright © 2012. All Rights Reserved.