public class CasProcessorExecArgsImpl extends Object implements org.apache.uima.collection.metadata.CasProcessorExecArgs
| Constructor and Description |
|---|
CasProcessorExecArgsImpl()
Instantiates a new cas processor exec args impl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.apache.uima.collection.metadata.CasProcessorExecArg aArg) |
org.apache.uima.collection.metadata.CasProcessorExecArg |
get(int aIndex) |
org.apache.uima.collection.metadata.CasProcessorExecArg[] |
getAll() |
void |
remove(int aIndex) |
public CasProcessorExecArgsImpl()
public void add(org.apache.uima.collection.metadata.CasProcessorExecArg aArg)
add in interface org.apache.uima.collection.metadata.CasProcessorExecArgspublic org.apache.uima.collection.metadata.CasProcessorExecArg get(int aIndex)
throws org.apache.uima.collection.metadata.CpeDescriptorException
get in interface org.apache.uima.collection.metadata.CasProcessorExecArgsorg.apache.uima.collection.metadata.CpeDescriptorExceptionpublic org.apache.uima.collection.metadata.CasProcessorExecArg[] getAll()
getAll in interface org.apache.uima.collection.metadata.CasProcessorExecArgspublic void remove(int aIndex)
remove in interface org.apache.uima.collection.metadata.CasProcessorExecArgsCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.