Uses of Class
edu.fiu.jtlex.IRel.Type
-
Uses of IRel.Type in edu.fiu.jtlex
Methods in edu.fiu.jtlex that return IRel.Type Modifier and Type Method Description IRel.TypeIRel. getType()IRel.TypeRel. getType()static IRel.TypeIRel.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IRel.Type[]IRel.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.fiu.jtlex with parameters of type IRel.Type Constructor Description Rel(int id, IRel.Type type, int startNodeId, int endNodeId, IRel.SemanticCategory semanticCategory, IRel.SyntacticCategory syntacticCategory)