Uses of Interface
org.deduced.Parameter

Packages that use Parameter
org.deduced This package contains the base classes of the deduced framework. 
org.deduced.implementation   
 

Uses of Parameter in org.deduced
 

Methods in org.deduced that return Parameter
 Parameter OrderedParameter.getParameter()
          Get the value of the instance : parameter
 Parameter OrderedParameter.setParameter(Parameter newValue)
          Set the value of the instance : parameter
 

Methods in org.deduced with parameters of type Parameter
 Parameter OrderedParameter.setParameter(Parameter newValue)
          Set the value of the instance : parameter
 

Uses of Parameter in org.deduced.implementation
 

Classes in org.deduced.implementation that implement Parameter
 class ParameterImplementation
          Java Implementation used to represent the type : parameter Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaImplementation.vm
 

Fields in org.deduced.implementation declared as Parameter
private  Parameter ManuallyOrderedParameterImplementation.parameter
          member variable holding the value for : parameter
private  Parameter OrderedParameterImplementation.parameter
          member variable holding the value for : parameter
 

Methods in org.deduced.implementation that return Parameter
 Parameter ManuallyOrderedParameterImplementation.getParameter()
          (non-Javadoc)
 Parameter OrderedParameterImplementation.getParameter()
          (non-Javadoc)
 Parameter ManuallyOrderedParameterImplementation.setParameter(Parameter setValue)
          (non-Javadoc)
 Parameter OrderedParameterImplementation.setParameter(Parameter setValue)
          (non-Javadoc)
 

Methods in org.deduced.implementation with parameters of type Parameter
static void ParameterImplementation.resetListFixedInstances(Parameter instance)
          reset all the list fixed instances
 Parameter ManuallyOrderedParameterImplementation.setParameter(Parameter setValue)
          (non-Javadoc)
 Parameter OrderedParameterImplementation.setParameter(Parameter setValue)
          (non-Javadoc)