Package 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
-
-
Constructor Detail
-
ExternalDataLayerStored
protected ExternalDataLayerStored()
-
ExternalDataLayerStored
protected ExternalDataLayerStored(String mimeType)
-
-
Method Detail
-
getDataMimeType
public String getDataMimeType()
Description copied from interface:ExternalDataLayerGets the MIME type of the data file of this layer.- Specified by:
getDataMimeTypein interfaceExternalDataLayer- Returns:
- the MIME type
-
getLink
public String getLink()
Description copied from interface:ExternalDataLayerGets link (URL) to the data file of this layer.- Specified by:
getLinkin interfaceExternalDataLayer- Returns:
- link to the data file.
-
addLink
public void addLink(String dataURI)
Description copied from interface:ExternalDataLayerAdds link (URL) to the location of the data file of this layer.- Specified by:
addLinkin interfaceExternalDataLayer- Parameters:
dataURI- the URL of the data file.
-
-