Uses of Class
org.corpus_tools.graphannis.capi.CAPI.AnnisComponentConst
-
Packages that use CAPI.AnnisComponentConst Package Description org.corpus_tools.graphannis.capi -
-
Uses of CAPI.AnnisComponentConst in org.corpus_tools.graphannis.capi
Methods in org.corpus_tools.graphannis.capi that return CAPI.AnnisComponentConst Modifier and Type Method Description static CAPI.AnnisComponentConstCAPI. annis_vec_component_get(CAPI.AnnisVec_AnnisComponent ptr, com.sun.jna.NativeLong i)Methods in org.corpus_tools.graphannis.capi with parameters of type CAPI.AnnisComponentConst Modifier and Type Method Description static CharPointerCAPI. annis_component_layer(CAPI.AnnisComponentConst component)static CharPointerCAPI. annis_component_name(CAPI.AnnisComponentConst component)static intCAPI. annis_component_type(CAPI.AnnisComponentConst component)static CAPI.AnnisVec_AnnisAnnotationCAPI. annis_graph_annotations_for_edge(CAPI.AnnisGraph g, AnnisEdge.ByValue edge, CAPI.AnnisComponentConst component, AnnisErrorListRef err)static CAPI.AnnisVec_AnnisEdgeCAPI. annis_graph_outgoing_edges(CAPI.AnnisGraph g, NodeID source, CAPI.AnnisComponentConst component, AnnisErrorListRef err)
-