jBPM :: BPMN2 EMF Extension Model 6.0.0.Alpha9

Uses of Interface
org.jboss.drools.BooleanParameterType

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

Uses of BooleanParameterType in org.jboss.drools
 

Methods in org.jboss.drools that return BooleanParameterType
 BooleanParameterType DroolsFactory.createBooleanParameterType()
          Returns a new object of class 'Boolean Parameter Type'
 BooleanParameterType DocumentRoot.getBooleanParameter()
          Returns the value of the 'Boolean Parameter' containment reference
 

Methods in org.jboss.drools with parameters of type BooleanParameterType
 void DocumentRoot.setBooleanParameter(BooleanParameterType value)
          Sets the value of the 'Boolean Parameter' containment reference
 

Uses of BooleanParameterType in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement BooleanParameterType
 class BooleanParameterTypeImpl
          An implementation of the model object 'Boolean Parameter Type'
 

Methods in org.jboss.drools.impl that return BooleanParameterType
 BooleanParameterType DroolsFactoryImpl.createBooleanParameterType()
           
 BooleanParameterType DocumentRootImpl.getBooleanParameter()
           
 

Methods in org.jboss.drools.impl with parameters of type BooleanParameterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetBooleanParameter(BooleanParameterType newBooleanParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setBooleanParameter(BooleanParameterType newBooleanParameter)
           
 

Uses of BooleanParameterType in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type BooleanParameterType
 T DroolsSwitch.caseBooleanParameterType(BooleanParameterType object)
          Returns the result of interpreting the object as an instance of 'Boolean Parameter Type'
 boolean DroolsValidator.validateBooleanParameterType(BooleanParameterType booleanParameterType, 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.