Uses of Interface
org.apache.uima.resource.Parameter
-
Packages that use Parameter Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.adapter.vinci org.apache.uima.collection.impl.metadata.cpe org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima
.org.apache.uima.resource Interfaces forResources
andResourceSpecifiers
.org.apache.uima.resource.impl -
-
Uses of Parameter in org.apache.uima
Methods in org.apache.uima that return Parameter Modifier and Type Method Description Parameter
ResourceSpecifierFactory. createParameter()
Creates aParameter
-
Uses of Parameter in org.apache.uima.adapter.vinci
Methods in org.apache.uima.adapter.vinci with parameters of type Parameter Modifier and Type Method Description static java.lang.String
VinciBinaryAnalysisEngineServiceStub. getParameterValueFor(java.lang.String aKey, Parameter[] parameters)
Constructors in org.apache.uima.adapter.vinci with parameters of type Parameter Constructor Description VinciAnalysisEngineServiceStub(java.lang.String endpointURI, java.lang.Integer timeout, Resource owner, Parameter[] parameters)
VinciBinaryAnalysisEngineServiceStub(java.lang.String endpointURI, java.lang.Integer timeout, AnalysisEngineServiceAdapter owner, Parameter[] parameters)
-
Uses of Parameter in org.apache.uima.collection.impl.metadata.cpe
Methods in org.apache.uima.collection.impl.metadata.cpe that return Parameter Modifier and Type Method Description Parameter[]
CasProcessorCpeObject. getParameters()
Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type Parameter Modifier and Type Method Description void
CasProcessorCpeObject. setParameters(Parameter[] aparameters)
-
Uses of Parameter in org.apache.uima.impl
Methods in org.apache.uima.impl that return Parameter Modifier and Type Method Description Parameter
ResourceSpecifierFactory_impl. createParameter()
-
Uses of Parameter in org.apache.uima.resource
Methods in org.apache.uima.resource that return Parameter Modifier and Type Method Description Parameter[]
CustomResourceSpecifier. getParameters()
Gets parameters that may be read by the custom resource class when it is initialized.Parameter[]
PearSpecifier. getParameters()
Gets parameters that may be read by the pear resource class when it is initialized.Parameter[]
URISpecifier. getParameters()
Methods in org.apache.uima.resource with parameters of type Parameter Modifier and Type Method Description void
CustomResourceSpecifier. setParameters(Parameter[] parameters)
Sets parameters that may be read by the custom resource class when it is initialized.void
PearSpecifier. setParameters(Parameter[] parameters)
Sets parameters that may be read by the pear resource class when it is initialized.void
URISpecifier. setParameters(Parameter[] parameters)
-
Uses of Parameter in org.apache.uima.resource.impl
Classes in org.apache.uima.resource.impl that implement Parameter Modifier and Type Class Description class
Parameter_impl
Methods in org.apache.uima.resource.impl that return Parameter Modifier and Type Method Description Parameter[]
CustomResourceSpecifier_impl. getParameters()
Parameter[]
PearSpecifier_impl. getParameters()
Parameter[]
URISpecifier_impl. getParameters()
Methods in org.apache.uima.resource.impl with parameters of type Parameter Modifier and Type Method Description void
CustomResourceSpecifier_impl. setParameters(Parameter[] aParameters)
void
PearSpecifier_impl. setParameters(Parameter[] parameters)
void
URISpecifier_impl. setParameters(Parameter[] parameters)
-