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.STimelineImpl Class Reference

Inherits org.corpus_tools.salt.common.impl.SSequentialDSImpl< Integer, Integer >, and org.corpus_tools.salt.common.STimeline.

Public Member Functions

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

 
void setGraph (@SuppressWarnings("rawtypes") Graph graph)
 
void increasePointOfTime ()
 Increases the number of points of time by one.The points of time are stored as a single number determining the number of points of time. The maximal number of points of time can be retrieved by calling getEnd().
 
void increasePointOfTime (Integer additionalPOS)
 Increases the number of points of time by the passed number.The points of time are stored as a single number determining the number of points of time. The maximal number of points of time can be retrieved by calling getEnd().
 
Integer getStart ()
 
Integer getEnd ()
 
- Public Member Functions inherited from org.corpus_tools.salt.common.impl.SSequentialDSImpl< Integer, Integer >
 SSequentialDSImpl ()
 Initializes an object of type SLayerImpl.
 
 SSequentialDSImpl (Node delegate)
 Initializes an object of type SLayerImpl. More...
 
getData ()
 
void setData (D newSData)
 
SDocumentGraph getGraph ()
 
void setGraph ( @SuppressWarnings("rawtypes") Graph graph)
 
abstract P getStart ()
 {@inheritDoc SSequentialDS::getSStart()}
 
abstract P getEnd ()
 {@inheritDoc SSequentialDS::getSStart()}
 
- Public Member Functions inherited from org.corpus_tools.salt.common.SSequentialDS< Integer, Integer >
getData ()
 
void setData (D value)
 
getStart ()
 
getEnd ()
 

Constructor & Destructor Documentation

◆ STimelineImpl()

org.corpus_tools.salt.common.impl.STimelineImpl.STimelineImpl ( Node  delegate)

Initializes an object of type SLayerImpl.

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.