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