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

Packages that use SyntacticRoleMarker
eu.monnetproject.lemon.impl   
eu.monnetproject.lemon.model   
 

Uses of SyntacticRoleMarker in eu.monnetproject.lemon.impl
 

Classes in eu.monnetproject.lemon.impl that implement SyntacticRoleMarker
 class LexicalEntryImpl
          Instantiated via LemonFactoryImpl
 class PartImpl
          Instantiated via LemonFactoryImpl
 class PhraseImpl
          Instantiated via LemonFactoryImpl
 class WordImpl
          Instantiated via LemonFactoryImpl
 

Methods in eu.monnetproject.lemon.impl that return SyntacticRoleMarker
 SyntacticRoleMarker ArgumentImpl.getMarker()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type SyntacticRoleMarker
 void ArgumentImpl.setMarker(SyntacticRoleMarker marker)
           
 

Uses of SyntacticRoleMarker in eu.monnetproject.lemon.model
 

Subinterfaces of SyntacticRoleMarker in eu.monnetproject.lemon.model
 interface LexicalEntry
          The lexical entry is the main representation of a term or word
 interface Part
          A part of a word
 interface Phrase
          A multiple word lexical entry
 interface PropertyValue
          A value of a given property
 interface Word
          A lexical entry that is a single word
 

Methods in eu.monnetproject.lemon.model that return SyntacticRoleMarker
 SyntacticRoleMarker Argument.getMarker()
          Get the marker that indicates the syntactic role
 

Methods in eu.monnetproject.lemon.model with parameters of type SyntacticRoleMarker
 void Argument.setMarker(SyntacticRoleMarker marker)
          Set the marker that indicates the syntactic role
 



Copyright © 2012. All Rights Reserved.