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

Inherits org.corpus_tools.salt.common.impl.SSequentialDSImpl< URI, Double >, and org.corpus_tools.salt.common.SMedialDS.

Public Member Functions

 SMedialDSImpl ()
 Initializes an object of type SLayerImpl.
 
 SMedialDSImpl (Node delegate)
 Initializes an object of type SLayerImpl. More...
 
URI getMediaReference ()
 Returns a URI object, which points to a audio file.If no uri was set null is returned.
Returns
URI to audio file

 
void setMediaReference (URI mediaRef)
 Sets a URI object, which points to a audio file.
Parameters
mediaRefreference to the audio file

 
Double getStart ()
 
Double getEnd ()
 
- Public Member Functions inherited from org.corpus_tools.salt.common.impl.SSequentialDSImpl< URI, Double >
 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< URI, Double >
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...
 

Constructor & Destructor Documentation

◆ SMedialDSImpl()

org.corpus_tools.salt.common.impl.SMedialDSImpl.SMedialDSImpl ( 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.