Package edu.fiu.jtlex
Interface IRel
- All Known Implementing Classes:
Rel
public interface IRel
- Author:
- arada002
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIRel.EnhancedPlusPlusDependencystatic classIRel.SemanticCategorystatic classIRel.SyntacticCategorystatic classIRel.Type -
Method Summary
Modifier and Type Method Description intgetEndNodeId()intgetId()IRel.SemanticCategorygetSemanticCategory()intgetStartNodeId()IRel.SyntacticCategorygetSyntacticCategory()IRel.TypegetType()
-
Method Details
-
getId
int getId() -
getType
IRel.Type getType() -
getStartNodeId
int getStartNodeId() -
getEndNodeId
int getEndNodeId() -
getSemanticCategory
IRel.SemanticCategory getSemanticCategory() -
getSyntacticCategory
IRel.SyntacticCategory getSyntacticCategory()
-