Uses of Class
gate.creole.Parameter

Packages that use Parameter
gate.creole   
gate.gui   
 

Uses of Parameter in gate.creole
 

Fields in gate.creole declared as Parameter
private  Parameter CreoleXmlHandler.currentParam
          The current parameter
 

Fields in gate.creole with type parameters of type Parameter
private  SortedMap<Integer,List<Parameter>> CreoleXmlHandler.currentParamDisjunction
          The current parameter disjunction.
protected  List<List<Parameter>> ParameterList.initimeParameters
          The initialisation time parameters
protected  List<List<Parameter>> ParameterList.runtimeParameters
          The runtime parameters
 

Methods in gate.creole that return types with arguments of type Parameter
protected  List<Parameter> CreoleXmlHandler.currentFlattenedDisjunction()
          Flatten the currentParamDisjunction map into a single list ordered by priority.
 List<List<Parameter>> ParameterList.getInitimeParameters()
          Get the list of initialisation-time parameters (as a list of parameter disjunctions).
 List<List<Parameter>> ParameterList.getRuntimeParameters()
          Get the list of runtime parameters (as a list of parameter disjunctions).
 

Method parameters in gate.creole with type arguments of type Parameter
 boolean ParameterList.add(List<Parameter> disjunction)
          Add a parameter disjunction.
 boolean ParameterList.addAll(List<Parameter> c)
          Add all the members of a parameter list (as individual disjunctions)
 FeatureMap ParameterList.getDefaults(List<List<Parameter>> parameters)
          Get default parameter value set.
 

Uses of Parameter in gate.gui
 

Fields in gate.gui declared as Parameter
(package private)  Parameter[] ParameterDisjunction.params
           
 

Methods in gate.gui that return Parameter
 Parameter ParameterDisjunction.getParameter()
           
 Parameter[] ParameterDisjunction.getParameters()