Function graphannis_capi::graph::annis_graph_outgoing_edges

source ยท
#[no_mangle]
pub extern "C" fn annis_graph_outgoing_edges(
    g: *const AnnotationGraph,
    source: NodeID,
    component: *const AnnotationComponent,
    err: *mut *mut ErrorList
) -> *mut Vec<Edge>
Expand description

Return a vector of all outgoing edges for the graph g, the source node and the given component.

  • err - Pointer to a list of errors. If any error occured, this list will be non-empty.