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.STimeline Interface Reference

Inherits org.corpus_tools.salt.common.SSequentialDS< Integer, Integer >, and org.corpus_tools.salt.common.SDocumentGraphObject.

Inherited by org.corpus_tools.salt.common.impl.STimelineImpl.

Public Member Functions

void increasePointOfTime ()
 Increases the number of points of time by one. More...
 
void increasePointOfTime (Integer additionalPOS)
 Increases the number of points of time by the passed number. More...
 
- Public Member Functions inherited from org.corpus_tools.salt.common.SSequentialDS< Integer, Integer >
getData ()
 
void setData (D value)
 
getStart ()
 
getEnd ()
 
- Public Member Functions inherited from org.corpus_tools.salt.common.SDocumentGraphObject
SDocumentGraph getGraph ()
 Returns the document structure object which contains this element. More...
 

Member Function Documentation

◆ increasePointOfTime() [1/2]

void org.corpus_tools.salt.common.STimeline.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().

Implemented in org.corpus_tools.salt.common.impl.STimelineImpl.

◆ increasePointOfTime() [2/2]

void org.corpus_tools.salt.common.STimeline.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().

Implemented in org.corpus_tools.salt.common.impl.STimelineImpl.