Uses of Class
org.corpus_tools.graphannis.model.Component
-
Packages that use Component Package Description org.corpus_tools.graphannis org.corpus_tools.graphannis.model -
-
Uses of Component in org.corpus_tools.graphannis
Methods in org.corpus_tools.graphannis that return types with arguments of type Component Modifier and Type Method Description List<Component>CorpusStorageManager. getAllComponentsByType(String corpusName, ComponentType componentType)Returns a list of all components of a corpus given by its name and a given component type -
Uses of Component in org.corpus_tools.graphannis.model
Methods in org.corpus_tools.graphannis.model that return Component Modifier and Type Method Description ComponentEdge. getComponent()Methods in org.corpus_tools.graphannis.model with parameters of type Component Modifier and Type Method Description List<Edge>Graph. getOutgoingEdges(Node node, Component component)Constructors in org.corpus_tools.graphannis.model with parameters of type Component Constructor Description Edge(int sourceID, int targetID, Component component, Map<QName,String> labels, Graph graph)
-