|
||||||||||
| 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)
CasProcessorExecArgsCasProcessorExecArg instance to the list.
add in interface CasProcessorExecArgsaArg - -
new argument
public CasProcessorExecArg get(int aIndex)
throws CpeDescriptorException
CasProcessorExecArgsCasProcessorExecArg instance located
with provided index.
get in interface CasProcessorExecArgsaIndex - -
position of argument in the list
CasProcessorExecArg instance
CpeDescriptorExceptionpublic CasProcessorExecArg[] getAll()
CasProcessorExecArgsCasProcessorExecArg instances.
getAll in interface CasProcessorExecArgsCasProcessorExecArgpublic void remove(int aIndex)
CasProcessorExecArgsCasProcessorExecArg instance found in the
list in a given position.
remove in interface CasProcessorExecArgsaIndex - -
position of argument to remove.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||