|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.collection.impl.metadata.cpe.CasProcessorExecArgsImpl
public class CasProcessorExecArgsImpl
Constructor Summary | |
---|---|
CasProcessorExecArgsImpl()
|
Method Summary | |
---|---|
void |
add(CasProcessorExecArg aArg)
Adds new CasProcessorExecArg instance to the list. |
CasProcessorExecArg |
get(int aIndex)
Returns an CasProcessorExecArg instance located
with provided index. |
CasProcessorExecArg[] |
getAll()
Returns ALL CasProcessorExecArg instances. |
void |
remove(int aIndex)
Removes CasProcessorExecArg instance found in the
list in a given position. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CasProcessorExecArgsImpl()
Method Detail |
---|
public void add(CasProcessorExecArg aArg)
CasProcessorExecArgs
CasProcessorExecArg
instance to the list.
add
in interface CasProcessorExecArgs
aArg
- -
new argumentpublic CasProcessorExecArg get(int aIndex) throws CpeDescriptorException
CasProcessorExecArgs
CasProcessorExecArg
instance located
with provided index.
get
in interface CasProcessorExecArgs
aIndex
- -
position of argument in the list
CasProcessorExecArg
instance
CpeDescriptorException
public CasProcessorExecArg[] getAll()
CasProcessorExecArgs
CasProcessorExecArg
instances.
getAll
in interface CasProcessorExecArgs
CasProcessorExecArg
public void remove(int aIndex)
CasProcessorExecArgs
CasProcessorExecArg
instance found in the
list in a given position.
remove
in interface CasProcessorExecArgs
aIndex
- -
position of argument to remove.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |