Salt  3.4.2
A powerful, tagset-independent and theory-neutral meta model and API for storing, manipulating, and representing nearly all types of linguistic data .
org.corpus_tools.salt.common.SDocumentGraphObject Interface Reference

This interface just converts the return type or the parameter for getting the graph of a node or relation from Graph to SDocumentGraph. More...

Inherited by org.corpus_tools.salt.common.SDominanceRelation, org.corpus_tools.salt.common.SMedialDS, org.corpus_tools.salt.common.SMedialRelation, org.corpus_tools.salt.common.SOrderRelation, org.corpus_tools.salt.common.SPointingRelation, org.corpus_tools.salt.common.SSpan, org.corpus_tools.salt.common.SSpanningRelation, org.corpus_tools.salt.common.SStructure, org.corpus_tools.salt.common.STextOverlappingRelation< S extends SNode, T extends SNode >, org.corpus_tools.salt.common.STextualDS, org.corpus_tools.salt.common.STextualRelation, org.corpus_tools.salt.common.STimeline, org.corpus_tools.salt.common.STimelineRelation, and org.corpus_tools.salt.common.SToken.

Public Member Functions

SDocumentGraph getGraph ()
 Returns the document structure object which contains this element. More...
 

Detailed Description

This interface just converts the return type or the parameter for getting the graph of a node or relation from Graph to SDocumentGraph.

Author
florian

Member Function Documentation

◆ getGraph()