Uses of Class
edu.fiu.jtlex.data.IInstance.Aspect
-
Uses of IInstance.Aspect in edu.fiu.jtlex.data
Methods in edu.fiu.jtlex.data that return IInstance.Aspect Modifier and Type Method Description IInstance.AspectIInstance. getAspect()Returns the aspect of the verbal phrase.IInstance.AspectInstance. getAspect()Returns the aspect of the verbal phrase.static IInstance.AspectIInstance.Aspect. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IInstance.Aspect[]IInstance.Aspect. 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.Aspect 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.