Public Member Functions | |
OperationalProperties () | |
bool | getModifiesCas () const |
bool | isMultipleDeploymentAllowed () const |
bool | getOutputsNewCASes () const |
void | setModifiesCas (bool val) |
void | setMultipleDeploymentAllowed (bool val) |
void | setOutputsNewCASes (bool val) |
bool | isModifiable () const |
virtual void | commit () |
When this method is called on a MetaDataObject# that must not be reconfigured after the engine is created, isModifiable()# will return false and all subsequent calls to setter methods will return UIMA_ERR_CONFIG_OBJECT_COMMITED#. | |
Protected Attributes | |
bool | iv_bIsModifiable |
uima::OperationalProperties::OperationalProperties | ( | ) | [inline] |
bool uima::OperationalProperties::getModifiesCas | ( | ) | const [inline] |
bool uima::OperationalProperties::isMultipleDeploymentAllowed | ( | ) | const [inline] |
bool uima::OperationalProperties::getOutputsNewCASes | ( | ) | const [inline] |
void uima::OperationalProperties::setModifiesCas | ( | bool | val | ) | [inline] |
void uima::OperationalProperties::setMultipleDeploymentAllowed | ( | bool | val | ) | [inline] |
void uima::OperationalProperties::setOutputsNewCASes | ( | bool | val | ) | [inline] |
bool uima::MetaDataObject::isModifiable | ( | ) | const [inline, inherited] |
virtual void uima::MetaDataObject::commit | ( | ) | [inline, virtual, inherited] |
When this method is called on a MetaDataObject# that must not be reconfigured after the engine is created, isModifiable()# will return false and all subsequent calls to setter methods will return UIMA_ERR_CONFIG_OBJECT_COMMITED#.
Subclasses of such MetaDataObjects must override this method to ensure that commit is propagated to its members. Note that configuration parameter values can be reconfigured after the engine is created. Hence, the extractValue# methods of the AnnotatorContext# can be called anytime.
Reimplemented in uima::NameValuePair, uima::ConfigurationGroup, uima::SettingsForGroup, uima::FSIndexDescription, uima::AnalysisEngineMetaData, uima::AnalysisEngineDescription, uima::TypeDescription, and uima::TypeSystemDescription.
bool uima::MetaDataObject::iv_bIsModifiable [protected, inherited] |