Uses of Class
org.corpus_tools.graphannis.model.QName
-
Packages that use QName Package Description org.corpus_tools.graphannis.model -
-
Uses of QName in org.corpus_tools.graphannis.model
Fields in org.corpus_tools.graphannis.model declared as QName Modifier and Type Field Description static QNameGraph. NODE_NAMEstatic QNameGraph. NODE_TYPEstatic QNameGraph. TOKMethods in org.corpus_tools.graphannis.model that return types with arguments of type QName Modifier and Type Method Description Map<QName,String>Edge. getLabels()Map<QName,String>Node. getLabels()Constructor parameters in org.corpus_tools.graphannis.model with type arguments of type QName Constructor Description Edge(int sourceID, int targetID, Component component, Map<QName,String> labels, Graph graph)Node(int id, String name, String type, Map<QName,String> labels)Node(int id, String name, Map<QName,String> labels)
-