Function graphannis_capi::graph::annis_graph_all_components_by_type

source ยท
#[no_mangle]
pub extern "C" fn annis_graph_all_components_by_type(
    g: *const AnnotationGraph,
    ctype: AnnotationComponentType
) -> *mut Vec<AnnotationComponent>
Expand description

Return a vector of all components for the graph g and the given component type.