Type Definition graphannis::AnnotationGraph [−][src]
pub type AnnotationGraph = Graph<AnnotationComponentType>;Expand description
A specialization of the Graph, using components needed to represent and query corpus annotation graphs.
