Uses of Class
edu.fiu.jtlex.IRel.SemanticCategory
-
Uses of IRel.SemanticCategory in edu.fiu.jtlex
Methods in edu.fiu.jtlex that return IRel.SemanticCategory Modifier and Type Method Description IRel.SemanticCategoryIRel. getSemanticCategory()IRel.SemanticCategoryRel. getSemanticCategory()static IRel.SemanticCategoryIRel.SemanticCategory. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IRel.SemanticCategory[]IRel.SemanticCategory. 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.SemanticCategory Constructor Description Rel(int id, IRel.Type type, int startNodeId, int endNodeId, IRel.SemanticCategory semanticCategory, IRel.SyntacticCategory syntacticCategory)