Uses of Interface
org.jboss.drools.ControlParameters

Packages that use ControlParameters
org.jboss.drools   
org.jboss.drools.impl   
org.jboss.drools.util   
 

Uses of ControlParameters in org.jboss.drools
 

Methods in org.jboss.drools that return ControlParameters
 ControlParameters DroolsFactory.createControlParameters()
          Returns a new object of class 'Control Parameters'
 ControlParameters ElementParameters.getControlParameters()
          Returns the value of the 'Control Parameters' containment reference
 

Methods in org.jboss.drools with parameters of type ControlParameters
 void ElementParameters.setControlParameters(ControlParameters value)
          Sets the value of the 'Control Parameters' containment reference
 

Uses of ControlParameters in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement ControlParameters
 class ControlParametersImpl
          An implementation of the model object 'Control Parameters'
 

Fields in org.jboss.drools.impl declared as ControlParameters
protected  ControlParameters ElementParametersImpl.controlParameters
          The cached value of the 'Control Parameters' containment reference
 

Methods in org.jboss.drools.impl that return ControlParameters
 ControlParameters DroolsFactoryImpl.createControlParameters()
           
 ControlParameters ElementParametersImpl.getControlParameters()
           
 

Methods in org.jboss.drools.impl with parameters of type ControlParameters
 org.eclipse.emf.common.notify.NotificationChain ElementParametersImpl.basicSetControlParameters(ControlParameters newControlParameters, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ElementParametersImpl.setControlParameters(ControlParameters newControlParameters)
           
 

Uses of ControlParameters in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type ControlParameters
 T DroolsSwitch.caseControlParameters(ControlParameters object)
          Returns the result of interpreting the object as an instance of 'Control Parameters'
 boolean DroolsValidator.validateControlParameters(ControlParameters controlParameters, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.