Uses of Interface
org.apache.uima.collection.metadata.CasProcessorExecArg
Packages that use CasProcessorExecArg
Package
Description
Apache UIMA
Java object representation of a CPE Descriptor.
Apache UIMA internals
-
Uses of CasProcessorExecArg in org.apache.uima
Methods in org.apache.uima that return CasProcessorExecArg -
Uses of CasProcessorExecArg in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CasProcessorExecArgModifier and TypeClassDescriptionclassThe Class CasProcessorExecArgImpl.Methods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorExecArgModifier and TypeMethodDescriptionCasProcessorExecArgsImpl.get(int aIndex) CasProcessorExecArgsImpl.getAll()CasProcessorExecutableImpl.getAllCasProcessorExecArgs()protected CasProcessorExecArg[]CasProcessorExecutableImpl.getArgs()Gets the args.CasProcessorExecutableImpl.getCasProcessorExecArg(int aIndex) static CasProcessorExecArgCpeDescriptorFactory.produceCasProcessorExecArg()Produce cas processor exec arg.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorExecArgModifier and TypeMethodDescriptionvoidCasProcessorExecArgsImpl.add(CasProcessorExecArg aArg) voidCasProcessorExecutableImpl.addCasProcessorExecArg(CasProcessorExecArg aArg) protected voidCasProcessorExecutableImpl.setArgs(CasProcessorExecArg[] aargs) Sets the args. -
Uses of CasProcessorExecArg in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CasProcessorExecArgModifier and TypeMethodDescriptionCasProcessorExecArgs.get(int aIndex) Returns anCasProcessorExecArginstance located with provided index.CasProcessorExecArgs.getAll()Returns ALLCasProcessorExecArginstances.CasProcessorExecutable.getAllCasProcessorExecArgs()Returns ALLCasProcessorExecArgargumentsCasProcessorExecutable.getCasProcessorExecArg(int aIndex) Returns aCasProcessorExecArgargument identified by a given position in the list.Methods in org.apache.uima.collection.metadata with parameters of type CasProcessorExecArgModifier and TypeMethodDescriptionvoidCasProcessorExecArgs.add(CasProcessorExecArg aArg) Adds newCasProcessorExecArginstance to the list.voidCasProcessorExecutable.addCasProcessorExecArg(CasProcessorExecArg aArgs) Adds aCasProcessorExecArgargument to be supplied when launching a program. -
Uses of CasProcessorExecArg in org.apache.uima.impl
Methods in org.apache.uima.impl that return CasProcessorExecArg