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.impl.STimelineRelationImpl Class Reference

Inherits org.corpus_tools.salt.common.impl.SSequentialRelationImpl< SToken, STimeline, Integer >, and org.corpus_tools.salt.common.STimelineRelation.

Public Member Functions

 STimelineRelationImpl ()
 Initializes an object of type STimelineRelationImpl.
 
 STimelineRelationImpl (Relation delegate)
 Initializes an object of type STimelineRelationImpl. More...
 
SDocumentGraph getGraph ()
 Returns the document structure object which contains this element.
Returns
document structure

 
void setGraph (@SuppressWarnings("rawtypes") Graph graph)
 
- Public Member Functions inherited from org.corpus_tools.salt.common.impl.SSequentialRelationImpl< SToken, STimeline, Integer >
 SSequentialRelationImpl ()
 Initializes an object of type SSequentialRelationImpl.
 
 SSequentialRelationImpl (Relation delegate)
 Initializes an object of type SSequentialRelationImpl. More...
 
getStart ()
 
void setStart (P newSStart)
 
getEnd ()
 
void setEnd (P newSEnd)
 
- Public Member Functions inherited from org.corpus_tools.salt.common.SSequentialRelation< SToken, STimeline, Integer >
getStart ()
 
void setStart (P startPoint)
 
getEnd ()
 
void setEnd (P endPoint)
 

Constructor & Destructor Documentation

◆ STimelineRelationImpl()

org.corpus_tools.salt.common.impl.STimelineRelationImpl.STimelineRelationImpl ( Relation  delegate)

Initializes an object of type STimelineRelationImpl.

If delegate is not null, all functions of this method are delegated to the delegate object. Setting delegate makes this object to a container.

Parameters
adelegate object of the same type.