gate
Interface Resource

All Superinterfaces:
FeatureBearer, Serializable
All Known Subinterfaces:
Controller, Corpus, Document, LanguageResource, LRDBWrapper, ProcessingResource, VisualResource
All Known Implementing Classes:
AbstractResource

public interface Resource
extends FeatureBearer, Serializable

Models all sorts of resources.


Method Summary
 Resource init()
          Initialise this resource, and return it.
 
Methods inherited from interface gate.util.FeatureBearer
getFeatures, getName, setFeatures, setName
 

Method Detail

init

public Resource init()
              throws ResourceInstantiationException
Initialise this resource, and return it.