Uses of Class
edu.fiu.jtlex.data.IInstance.Pos
-
Uses of IInstance.Pos in edu.fiu.jtlex.data
Methods in edu.fiu.jtlex.data that return IInstance.Pos Modifier and Type Method Description IInstance.PosIInstance. getPos()Returns the syntactic category of the phrase (part of speech).IInstance.PosInstance. getPos()Returns the syntactic category of the phrase (part of speech).static IInstance.PosIInstance.Pos. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IInstance.Pos[]IInstance.Pos. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.fiu.jtlex.data with parameters of type IInstance.Pos Constructor Description Instance(int eventInstanceID, IEvent event, IInstance.Tense tense, IInstance.Aspect aspect, IInstance.Pos pos, IInstance.Polarity polarity, java.lang.String modality, ISignal signal, java.lang.String cardinality)Creates a new event Instance object.