public interface LexEVSGraphDao
Modifier and Type | Method and Description |
---|---|
java.util.List<ConceptReference> |
getAllIncomingRelationsForNode(ConceptReference node,
java.lang.String associationName) |
java.util.List<ConceptReference> |
getTransitiveClosureForNode(ConceptReference nodes,
java.lang.String associationName) |
java.util.List<ConceptReference> getTransitiveClosureForNode(ConceptReference nodes, java.lang.String associationName)
java.util.List<ConceptReference> getAllIncomingRelationsForNode(ConceptReference node, java.lang.String associationName)