|
||||||||||
| 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.analysis_engine.metadata.impl.FixedFlow_impl
public class FixedFlow_impl
Reference implementation of FixedFlow.
| Field Summary |
|---|
| Fields inherited from interface org.apache.uima.analysis_engine.metadata.FixedFlow |
|---|
FLOW_CONSTRAINTS_TYPE |
| Constructor Summary | |
|---|---|
FixedFlow_impl()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getFixedFlow()
Returns the flow as an array. |
java.lang.String |
getFlowConstraintsType()
Gets the type of this FlowConstraints object. |
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object in XML. |
void |
remapIDs(java.util.Map<java.lang.String,java.lang.String> aIDMap)
Remaps the AE identifier Strings used in this FlowConstraints object. |
void |
setFixedFlow(java.lang.String[] aFlow)
Sets the fixed flow. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject |
|---|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl |
| Methods inherited from interface org.apache.uima.util.XMLizable |
|---|
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML |
| Constructor Detail |
|---|
public FixedFlow_impl()
| Method Detail |
|---|
public java.lang.String getFlowConstraintsType()
FixedFlowFlowConstraints object. Each sub-interface of
FlowConstraints has its own standard type identifier String. These identifier
Strings are used instead of Java class names in order to ease portability of metadata to other
languages.
getFlowConstraintsType in interface FixedFlowgetFlowConstraintsType in interface FlowConstraintsFixedFlow.FLOW_CONSTRAINTS_TYPEFixedFlow.getFlowConstraintsType()public java.lang.String[] getFixedFlow()
FixedFlow
getFixedFlow in interface FixedFlowFixedFlow.getFixedFlow()public void setFixedFlow(java.lang.String[] aFlow)
FixedFlow
setFixedFlow in interface FixedFlowaFlow - an array of Strings, each of which identifies the AnalysisEngine to invoke at that
position in the flow.FixedFlow.setFixedFlow(String[])public void remapIDs(java.util.Map<java.lang.String,java.lang.String> aIDMap)
FlowConstraints
remapIDs in interface FlowConstraintsaIDMap - a Map with String keys (the AE identifiers currently used by this object) and String
values (the new IDs). Any identifiers that do not appear in this Map will not be
remapped.FlowConstraints.remapIDs(Map)protected 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 | |||||||||