Uses of Class
org.corpus_tools.graphannis.capi.CAPI.AnnisMatrix_AnnisCString
-
Packages that use CAPI.AnnisMatrix_AnnisCString Package Description org.corpus_tools.graphannis.capi -
-
Uses of CAPI.AnnisMatrix_AnnisCString in org.corpus_tools.graphannis.capi
Methods in org.corpus_tools.graphannis.capi that return CAPI.AnnisMatrix_AnnisCString Modifier and Type Method Description static CAPI.AnnisMatrix_AnnisCStringCAPI. annis_cs_list_edge_annotations(CAPI.AnnisCorpusStorage cs, String corpusName, int component_type, String component_name, String component_layer, boolean listValues, boolean onlyMostFrequentValues, AnnisErrorListRef err)static CAPI.AnnisMatrix_AnnisCStringCAPI. annis_cs_list_node_annotations(CAPI.AnnisCorpusStorage cs, String corpusName, boolean listValues, boolean onlyMostFrequentValues, AnnisErrorListRef err)Methods in org.corpus_tools.graphannis.capi with parameters of type CAPI.AnnisMatrix_AnnisCString Modifier and Type Method Description static StringCAPI. annis_matrix_str_get(CAPI.AnnisMatrix_AnnisCString ptr, com.sun.jna.NativeLong row, com.sun.jna.NativeLong col)static com.sun.jna.NativeLongCAPI. annis_matrix_str_ncols(CAPI.AnnisMatrix_AnnisCString ptr)static com.sun.jna.NativeLongCAPI. annis_matrix_str_nrows(CAPI.AnnisMatrix_AnnisCString ptr)
-