eu.clarin.weblicht.wlfxb.ed.xb
Class ExternalDataLayerStored
java.lang.Object
eu.clarin.weblicht.wlfxb.ed.xb.ExternalDataLayerStored
- All Implemented Interfaces:
- ExternalDataLayer
- Direct Known Subclasses:
- CanonicalSegmentationLayerStored, NamedEntityModelLayerStored, PhoneticSegmentationLayerStored, SpeechSignalLayerStored, TokenSegmentationLayerStored
public abstract class ExternalDataLayerStored
- extends Object
- implements ExternalDataLayer
- Author:
- Yana Panchenko
ExternalDataLayerStored
protected ExternalDataLayerStored()
ExternalDataLayerStored
protected ExternalDataLayerStored(String mimeType)
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-2014 Department of Linguistics, Tübingen University. All Rights Reserved.