eu.clarin.weblicht.wlfxb.ed.xb
Class ExternalDataLayerStored

java.lang.Object
  extended by eu.clarin.weblicht.wlfxb.ed.xb.ExternalDataLayerStored
All Implemented Interfaces:
ExternalDataLayer
Direct Known Subclasses:
CanonicalSegmentationLayerStored, PhoneticSegmentationLayerStored, SpeechSignalLayerStored, TokenSegmentationLayerStored

public abstract class ExternalDataLayerStored
extends Object
implements ExternalDataLayer

Author:
Yana Panchenko

Constructor Summary
protected ExternalDataLayerStored()
           
protected ExternalDataLayerStored(String mimeType)
           
 
Method Summary
 void addLink(String dataURI)
          Adds link (URL) to the location of the data file of this layer.
 String getDataMimeType()
          Gets the MIME type of the data file of this layer.
 String getLink()
          Gets link (URL) to the data file of this layer.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalDataLayerStored

protected ExternalDataLayerStored()

ExternalDataLayerStored

protected ExternalDataLayerStored(String mimeType)
Method Detail

getDataMimeType

public String getDataMimeType()
Description copied from interface: ExternalDataLayer
Gets the MIME type of the data file of this layer.

Specified by:
getDataMimeType in interface ExternalDataLayer
Returns:
the MIME type

getLink

public String getLink()
Description copied from interface: ExternalDataLayer
Gets link (URL) to the data file of this layer.

Specified by:
getLink in interface ExternalDataLayer
Returns:
link to the data file.

addLink

public void addLink(String dataURI)
Description copied from interface: ExternalDataLayer
Adds link (URL) to the location of the data file of this layer.

Specified by:
addLink in interface ExternalDataLayer
Parameters:
dataURI - the URL of the data file.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.