Uses of Class
org.corpus_tools.graphannis.model.Node
-
Packages that use Node Package Description org.corpus_tools.graphannis.model -
-
Uses of Node in org.corpus_tools.graphannis.model
Methods in org.corpus_tools.graphannis.model that return Node Modifier and Type Method Description NodeGraph. getNodeForID(int id)NodeEdge. getSource()NodeEdge. getTarget()Methods in org.corpus_tools.graphannis.model that return types with arguments of type Node Modifier and Type Method Description Iterable<Node>Graph. getNodesByType(String type)Methods in org.corpus_tools.graphannis.model with parameters of type Node Modifier and Type Method Description List<Edge>Graph. getOutgoingEdges(Node node)List<Edge>Graph. getOutgoingEdges(Node node, Component component)List<Edge>Graph. getOutgoingEdges(Node node, ComponentType componentType)
-