Uses of Class
org.corpus_tools.graphannis.model.ComponentType
-
Packages that use ComponentType Package Description org.corpus_tools.graphannis org.corpus_tools.graphannis.model -
-
Uses of ComponentType in org.corpus_tools.graphannis
Methods in org.corpus_tools.graphannis with parameters of type ComponentType 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 typeList<Annotation>CorpusStorageManager. listEdgeAnnotations(String corpusName, ComponentType componentType, String componentName, String componentLayer, boolean listValues, boolean onlyMostFrequentValues)Returns a list of all edge annotations of a corpus given by its name and and given component. -
Uses of ComponentType in org.corpus_tools.graphannis.model
Methods in org.corpus_tools.graphannis.model that return ComponentType Modifier and Type Method Description static ComponentTypeComponentType. fromInt(int ctype)ComponentTypeComponent. getType()static ComponentTypeComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentType[]ComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.corpus_tools.graphannis.model with parameters of type ComponentType Modifier and Type Method Description List<Edge>Graph. getOutgoingEdges(Node node, ComponentType componentType)voidComponent. setType(ComponentType ctype)Constructors in org.corpus_tools.graphannis.model with parameters of type ComponentType Constructor Description Component(ComponentType ctype, String layer, String name)
-