Class CasProcessorExecArgsImpl
java.lang.Object
org.apache.uima.collection.impl.metadata.cpe.CasProcessorExecArgsImpl
- All Implemented Interfaces:
Serializable
,CasProcessorExecArgs
The Class CasProcessorExecArgsImpl.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ArrayList
The args.private static final long
The Constant serialVersionUID. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(CasProcessorExecArg aArg) Adds newCasProcessorExecArg
instance to the list.get
(int aIndex) Returns anCasProcessorExecArg
instance located with provided index.getAll()
Returns ALLCasProcessorExecArg
instances.void
remove
(int aIndex) RemovesCasProcessorExecArg
instance found in the list in a given position.
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDThe Constant serialVersionUID.- See Also:
-
args
The args.
-
-
Constructor Details
-
CasProcessorExecArgsImpl
public CasProcessorExecArgsImpl()Instantiates a new cas processor exec args impl.
-
-
Method Details
-
add
Description copied from interface:CasProcessorExecArgs
Adds newCasProcessorExecArg
instance to the list.- Specified by:
add
in interfaceCasProcessorExecArgs
- Parameters:
aArg
- - new argument
-
get
Description copied from interface:CasProcessorExecArgs
Returns anCasProcessorExecArg
instance located with provided index.- Specified by:
get
in interfaceCasProcessorExecArgs
- Parameters:
aIndex
- - position of argument in the list- Returns:
- -
CasProcessorExecArg
instance - Throws:
CpeDescriptorException
- tbd
-
getAll
Description copied from interface:CasProcessorExecArgs
Returns ALLCasProcessorExecArg
instances.- Specified by:
getAll
in interfaceCasProcessorExecArgs
- Returns:
- array of
CasProcessorExecArg
-
remove
public void remove(int aIndex) Description copied from interface:CasProcessorExecArgs
RemovesCasProcessorExecArg
instance found in the list in a given position.- Specified by:
remove
in interfaceCasProcessorExecArgs
- Parameters:
aIndex
- - position of argument to remove.
-