|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.resource.metadata.impl.OperationalProperties_impl
public class OperationalProperties_impl
Constructor Summary | |
---|---|
OperationalProperties_impl()
|
Method Summary | |
---|---|
boolean |
getModifiesCas()
Gets whether this component will modify the CAS. |
boolean |
getOutputsNewCASes()
Gets whether this AnalysisEngine may output new CASes. |
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object in XML. |
boolean |
isMultipleDeploymentAllowed()
Gets whether multiple instances of this component can be run in parallel, each receiving a subset of the documents from a collection. |
void |
setModifiesCas(boolean aModifiesCas)
Sets whether this component will modify the CAS. |
void |
setMultipleDeploymentAllowed(boolean aMultipleDeploymentAllowed)
Sets whether multiple instances of this component can be run in parallel, each receiving a subset of the documents from a collection. |
void |
setOutputsNewCASes(boolean aOutputsNewCASes)
Sets whether this AnalysisEngine may output new CASes. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OperationalProperties_impl()
Method Detail |
---|
public boolean getModifiesCas()
OperationalProperties
getModifiesCas
in interface OperationalProperties
public boolean isMultipleDeploymentAllowed()
OperationalProperties
isMultipleDeploymentAllowed
in interface OperationalProperties
public void setModifiesCas(boolean aModifiesCas)
OperationalProperties
setModifiesCas
in interface OperationalProperties
aModifiesCas
- true if this component modifies the CAS, false if it does not.public void setMultipleDeploymentAllowed(boolean aMultipleDeploymentAllowed)
OperationalProperties
setMultipleDeploymentAllowed
in interface OperationalProperties
aMultipleDeploymentAllowed
- true if multiple instances can be run in parallel, false if notpublic boolean getOutputsNewCASes()
OperationalProperties
AnalysisEngine.processAndOutputNewCASes(CAS)
to pass a CAS to
this this AnalysisEngine and then step through all of the output CASes that it produces. For
example, such an AnalysisEngine could segment a CAS into smaller pieces, emitting each as a
separate CAS.
getOutputsNewCASes
in interface OperationalProperties
public void setOutputsNewCASes(boolean aOutputsNewCASes)
OperationalProperties
AnalysisEngine.processAndOutputNewCASes(CAS)
to pass a CAS to
this this AnalysisEngine and then step through all of the output CASes that it produces. For
example, such an AnalysisEngine could segment a CAS into smaller pieces, emitting each as a
separate CAS.
setOutputsNewCASes
in interface OperationalProperties
aOutputsNewCASes
- true if this component may output new CASes, false if it does notprotected XmlizationInfo getXmlizationInfo()
MetaDataObject_impl
getXmlizationInfo
in class MetaDataObject_impl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |