Uses of Interface
org.apache.uima.resource.Parameter

Packages that use Parameter
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.resource Interfaces for Resources and ResourceSpecifiers
 

Uses of Parameter in org.apache.uima
 

Methods in org.apache.uima that return Parameter
 Parameter ResourceSpecifierFactory.createParameter()
          Creates a Parameter
 

Uses of Parameter in org.apache.uima.resource
 

Methods in org.apache.uima.resource that return Parameter
 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
 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)
           
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.