Uses of Interface
org.jboss.drools.PropertyParameters

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

Uses of PropertyParameters in org.jboss.drools
 

Methods in org.jboss.drools that return PropertyParameters
 PropertyParameters DroolsFactory.createPropertyParameters()
          Returns a new object of class 'Property Parameters'
 PropertyParameters ElementParameters.getPropertyParameters()
          Returns the value of the 'Property Parameters' containment reference
 PropertyParameters ScenarioParameters.getPropertyParameters()
          Returns the value of the 'Property Parameters' containment reference
 

Methods in org.jboss.drools with parameters of type PropertyParameters
 void ElementParameters.setPropertyParameters(PropertyParameters value)
          Sets the value of the 'Property Parameters' containment reference
 void ScenarioParameters.setPropertyParameters(PropertyParameters value)
          Sets the value of the 'Property Parameters' containment reference
 

Uses of PropertyParameters in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement PropertyParameters
 class PropertyParametersImpl
          An implementation of the model object 'Property Parameters'
 

Fields in org.jboss.drools.impl declared as PropertyParameters
protected  PropertyParameters ElementParametersImpl.propertyParameters
          The cached value of the 'Property Parameters' containment reference
protected  PropertyParameters ScenarioParametersImpl.propertyParameters
          The cached value of the 'Property Parameters' containment reference
 

Methods in org.jboss.drools.impl that return PropertyParameters
 PropertyParameters DroolsFactoryImpl.createPropertyParameters()
           
 PropertyParameters ElementParametersImpl.getPropertyParameters()
           
 PropertyParameters ScenarioParametersImpl.getPropertyParameters()
           
 

Methods in org.jboss.drools.impl with parameters of type PropertyParameters
 org.eclipse.emf.common.notify.NotificationChain ElementParametersImpl.basicSetPropertyParameters(PropertyParameters newPropertyParameters, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ScenarioParametersImpl.basicSetPropertyParameters(PropertyParameters newPropertyParameters, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ElementParametersImpl.setPropertyParameters(PropertyParameters newPropertyParameters)
           
 void ScenarioParametersImpl.setPropertyParameters(PropertyParameters newPropertyParameters)
           
 

Uses of PropertyParameters in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type PropertyParameters
 T DroolsSwitch.casePropertyParameters(PropertyParameters object)
          Returns the result of interpreting the object as an instance of 'Property Parameters'
 boolean DroolsValidator.validatePropertyParameters(PropertyParameters propertyParameters, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



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