Uses of Interface
org.apache.uima.collection.metadata.CasProcessorExecArg
-
Packages that use CasProcessorExecArg Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima. -
-
Uses of CasProcessorExecArg in org.apache.uima
Methods in org.apache.uima that return CasProcessorExecArg Modifier and Type Method Description CasProcessorExecArgResourceSpecifierFactory. createArg() -
Uses of CasProcessorExecArg in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CasProcessorExecArg Modifier and Type Class Description classCasProcessorExecArgImplMethods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorExecArg Modifier and Type Method Description CasProcessorExecArgCasProcessorExecArgsImpl. get(int aIndex)CasProcessorExecArg[]CasProcessorExecArgsImpl. getAll()CasProcessorExecArg[]CasProcessorExecutableImpl. getAllCasProcessorExecArgs()protected CasProcessorExecArg[]CasProcessorExecutableImpl. getArgs()CasProcessorExecArgCasProcessorExecutableImpl. getCasProcessorExecArg(int aIndex)static CasProcessorExecArgCpeDescriptorFactory. produceCasProcessorExecArg()Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorExecArg Modifier and Type Method Description voidCasProcessorExecArgsImpl. add(CasProcessorExecArg aArg)voidCasProcessorExecutableImpl. addCasProcessorExecArg(CasProcessorExecArg aArg)protected voidCasProcessorExecutableImpl. setArgs(CasProcessorExecArg[] aargs) -
Uses of CasProcessorExecArg in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CasProcessorExecArg Modifier and Type Method Description CasProcessorExecArgCasProcessorExecArgs. get(int aIndex)Returns anCasProcessorExecArginstance located with provided index.CasProcessorExecArg[]CasProcessorExecArgs. getAll()Returns ALLCasProcessorExecArginstances.CasProcessorExecArg[]CasProcessorExecutable. getAllCasProcessorExecArgs()Returns ALLCasProcessorExecArgargumentsCasProcessorExecArgCasProcessorExecutable. getCasProcessorExecArg(int aIndex)Returns aCasProcessorExecArgargument identified by a given position in the list.Methods in org.apache.uima.collection.metadata with parameters of type CasProcessorExecArg Modifier and Type Method Description voidCasProcessorExecArgs. 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 Modifier and Type Method Description CasProcessorExecArgResourceSpecifierFactory_impl. createArg()
-