SharedResourceObject
interface must be implemented by all classes that provide access to resource data. Object that implement this interface may be made accessible to Annotators via the {@link org.apache.uima.resource.ResourceManager}. This interface's {@link #load(DataResource)} method is called by the ResourceManager after theSharedResourceObject
has been instantiated. A {@link DataResource} is passes as aparameter to this method. The implementation of the load
method should read the data from the DataResource
and use that data to initialize this object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|