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 forResourcesandResourceSpecifiers.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 ParameterResourceSpecifierFactory. 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.StringVinciBinaryAnalysisEngineServiceStub. 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 voidCasProcessorCpeObject. 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 ParameterResourceSpecifierFactory_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 voidCustomResourceSpecifier. setParameters(Parameter[] parameters)Sets parameters that may be read by the custom resource class when it is initialized.voidPearSpecifier. setParameters(Parameter[] parameters)Sets parameters that may be read by the pear resource class when it is initialized.voidURISpecifier. 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 classParameter_implMethods 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 voidCustomResourceSpecifier_impl. setParameters(Parameter[] aParameters)voidPearSpecifier_impl. setParameters(Parameter[] parameters)voidURISpecifier_impl. setParameters(Parameter[] parameters)
-