Uses of Interface
org.apache.uima.analysis_engine.metadata.FlowConstraints
-
Packages that use FlowConstraints Package Description org.apache.uima.analysis_engine.metadata Interfaces for objects that represent metadata for an Analysis Engine.org.apache.uima.analysis_engine.metadata.impl -
-
Uses of FlowConstraints in org.apache.uima.analysis_engine.metadata
Subinterfaces of FlowConstraints in org.apache.uima.analysis_engine.metadata Modifier and Type Interface Description interfaceCapabilityLanguageFlowACapabilityLanguageFlowis a simple type ofFlowConstraintsthat specifies the complete flow as a capabilityLanguage sequence.interfaceFixedFlowAFixedFlowis a simple type ofFlowConstraintsthat specifies the complete flow as a fixed sequence.Methods in org.apache.uima.analysis_engine.metadata that return FlowConstraints Modifier and Type Method Description FlowConstraintsAnalysisEngineMetaData. getFlowConstraints()For an aggregate AnalysisEngine only, gets the constraints on the execution sequence of the delegate AnalysisEngines within the aggregate.Methods in org.apache.uima.analysis_engine.metadata with parameters of type FlowConstraints Modifier and Type Method Description voidAnalysisEngineMetaData. setFlowConstraints(FlowConstraints aFlowConstraints)For an aggregate AnalysisEngine only, sets the constraints on the execution sequence of the delegate AnalysisEngines within the aggregate.Flow constraints are optional. -
Uses of FlowConstraints in org.apache.uima.analysis_engine.metadata.impl
Classes in org.apache.uima.analysis_engine.metadata.impl that implement FlowConstraints Modifier and Type Class Description classCapabilityLanguageFlow_implACapabilityLanguageFlowis a simple type ofFlowConstraintsthat specifies the complete flow as a capabilityLanguage sequence.classFixedFlow_implReference implementation ofFixedFlow.Fields in org.apache.uima.analysis_engine.metadata.impl declared as FlowConstraints Modifier and Type Field Description private FlowConstraintsAnalysisEngineMetaData_impl. mFlowConstraintsMethods in org.apache.uima.analysis_engine.metadata.impl that return FlowConstraints Modifier and Type Method Description FlowConstraintsAnalysisEngineMetaData_impl. getFlowConstraints()Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type FlowConstraints Modifier and Type Method Description voidAnalysisEngineMetaData_impl. setFlowConstraints(FlowConstraints aFlowConstraints)
-