public interface Resource extends FeatureBearer, NameBearer, Serializable
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Clears the internal data of the resource, when it gets released
|
Object |
getParameterValue(String paramaterName)
Gets the value of a parameter of this resource.
|
Resource |
init()
Initialise this resource, and return it.
|
void |
setParameterValue(String paramaterName,
Object parameterValue)
Sets the value for a specified parameter.
|
void |
setParameterValues(FeatureMap parameters)
Sets the values for more parameters in one step.
|
getFeatures, setFeatures
getName, setName
Resource init() throws ResourceInstantiationException
ResourceInstantiationException
void cleanup()
Object getParameterValue(String paramaterName) throws ResourceInstantiationException
paramaterName
- the name of the parameterResourceInstantiationException
void setParameterValue(String paramaterName, Object parameterValue) throws ResourceInstantiationException
paramaterName
- the name for the parameteerparameterValue
- the value the parameter will receiveResourceInstantiationException
void setParameterValues(FeatureMap parameters) throws ResourceInstantiationException
parameters
- a FeatureMap
that has parameter names as keys and
parameter values as values.ResourceInstantiationException
Copyright © 2024 GATE. All rights reserved.