jBPM :: BPMN2 EMF Extension Model 6.0.0.Beta1

Uses of Interface
org.jboss.drools.FloatingParameterType

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

Uses of FloatingParameterType in org.jboss.drools
 

Methods in org.jboss.drools that return FloatingParameterType
 FloatingParameterType DroolsFactory.createFloatingParameterType()
          Returns a new object of class 'Floating Parameter Type'
 FloatingParameterType DocumentRoot.getFloatingParameter()
          Returns the value of the 'Floating Parameter' containment reference
 

Methods in org.jboss.drools with parameters of type FloatingParameterType
 void DocumentRoot.setFloatingParameter(FloatingParameterType value)
          Sets the value of the 'Floating Parameter' containment reference
 

Uses of FloatingParameterType in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement FloatingParameterType
 class FloatingParameterTypeImpl
          An implementation of the model object 'Floating Parameter Type'
 

Methods in org.jboss.drools.impl that return FloatingParameterType
 FloatingParameterType DroolsFactoryImpl.createFloatingParameterType()
           
 FloatingParameterType DocumentRootImpl.getFloatingParameter()
           
 

Methods in org.jboss.drools.impl with parameters of type FloatingParameterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetFloatingParameter(FloatingParameterType newFloatingParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setFloatingParameter(FloatingParameterType newFloatingParameter)
           
 

Uses of FloatingParameterType in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type FloatingParameterType
 T DroolsSwitch.caseFloatingParameterType(FloatingParameterType object)
          Returns the result of interpreting the object as an instance of 'Floating Parameter Type'
 boolean DroolsValidator.validateFloatingParameterType(FloatingParameterType floatingParameterType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


jBPM :: BPMN2 EMF Extension Model 6.0.0.Beta1

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