Uses of Interface
org.apache.uima.resource.Parameter
-
Packages that use Parameter Package Description org.apache.uima Apache UIMAorg.apache.uima.adapter.vinci org.apache.uima.collection.impl.metadata.cpe org.apache.uima.impl Apache UIMA internalsorg.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)
Gets the parameter value for.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)
Instantiates a new vinci analysis engine service stub.VinciBinaryAnalysisEngineServiceStub(java.lang.String endpointURI, java.lang.Integer timeout, AnalysisEngineServiceAdapter owner, Parameter[] parameters)
Instantiates a new vinci binary analysis engine service stub. -
Uses of Parameter in org.apache.uima.collection.impl.metadata.cpe
Fields in org.apache.uima.collection.impl.metadata.cpe declared as Parameter Modifier and Type Field Description private Parameter[]
CasProcessorCpeObject. parameters
The parameters.Methods in org.apache.uima.collection.impl.metadata.cpe that return Parameter Modifier and Type Method Description Parameter[]
CasProcessorCpeObject. getParameters()
Gets the parameters.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type Parameter Modifier and Type Method Description void
CasProcessorCpeObject. setParameters(Parameter[] aparameters)
Sets the parameters. -
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()
Deprecated.These parameters only support string values.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)
Deprecated.These parameters only support string values.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
Fields in org.apache.uima.resource.impl declared as Parameter Modifier and Type Field Description private static Parameter[]
CustomResourceSpecifier_impl. EMPTY_PARAMETERS
private Parameter[]
CustomResourceSpecifier_impl. mParameters
private Parameter[]
PearSpecifier_impl. mParameters
private Parameter[]
URISpecifier_impl. mParameters
Methods in org.apache.uima.resource.impl that return Parameter Modifier and Type Method Description Parameter[]
CustomResourceSpecifier_impl. getParameters()
Parameter[]
PearSpecifier_impl. getParameters()
Deprecated.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)
Deprecated.void
URISpecifier_impl. setParameters(Parameter[] parameters)
-