jBPM :: BPMN2 EMF Extension Model 6.0.0.Alpha9

Uses of Interface
org.jboss.drools.CostParameters

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

Uses of CostParameters in org.jboss.drools
 

Methods in org.jboss.drools that return CostParameters
 CostParameters DroolsFactory.createCostParameters()
          Returns a new object of class 'Cost Parameters'
 CostParameters ElementParameters.getCostParameters()
          Returns the value of the 'Cost Parameters' containment reference
 

Methods in org.jboss.drools with parameters of type CostParameters
 void ElementParameters.setCostParameters(CostParameters value)
          Sets the value of the 'Cost Parameters' containment reference
 

Uses of CostParameters in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement CostParameters
 class CostParametersImpl
          An implementation of the model object 'Cost Parameters'
 

Fields in org.jboss.drools.impl declared as CostParameters
protected  CostParameters ElementParametersImpl.costParameters
          The cached value of the 'Cost Parameters' containment reference
 

Methods in org.jboss.drools.impl that return CostParameters
 CostParameters DroolsFactoryImpl.createCostParameters()
           
 CostParameters ElementParametersImpl.getCostParameters()
           
 

Methods in org.jboss.drools.impl with parameters of type CostParameters
 org.eclipse.emf.common.notify.NotificationChain ElementParametersImpl.basicSetCostParameters(CostParameters newCostParameters, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ElementParametersImpl.setCostParameters(CostParameters newCostParameters)
           
 

Uses of CostParameters in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type CostParameters
 T DroolsSwitch.caseCostParameters(CostParameters object)
          Returns the result of interpreting the object as an instance of 'Cost Parameters'
 boolean DroolsValidator.validateCostParameters(CostParameters costParameters, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


jBPM :: BPMN2 EMF Extension Model 6.0.0.Alpha9

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