jBPM :: BPMN2 EMF Extension Model 6.0.0.Alpha9

Uses of Interface
org.jboss.drools.NumericParameterType

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

Uses of NumericParameterType in org.jboss.drools
 

Methods in org.jboss.drools that return NumericParameterType
 NumericParameterType DroolsFactory.createNumericParameterType()
          Returns a new object of class 'Numeric Parameter Type'
 NumericParameterType DocumentRoot.getNumericParameter()
          Returns the value of the 'Numeric Parameter' containment reference
 

Methods in org.jboss.drools with parameters of type NumericParameterType
 void DocumentRoot.setNumericParameter(NumericParameterType value)
          Sets the value of the 'Numeric Parameter' containment reference
 

Uses of NumericParameterType in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement NumericParameterType
 class NumericParameterTypeImpl
          An implementation of the model object 'Numeric Parameter Type'
 

Methods in org.jboss.drools.impl that return NumericParameterType
 NumericParameterType DroolsFactoryImpl.createNumericParameterType()
           
 NumericParameterType DocumentRootImpl.getNumericParameter()
           
 

Methods in org.jboss.drools.impl with parameters of type NumericParameterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetNumericParameter(NumericParameterType newNumericParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setNumericParameter(NumericParameterType newNumericParameter)
           
 

Uses of NumericParameterType in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type NumericParameterType
 T DroolsSwitch.caseNumericParameterType(NumericParameterType object)
          Returns the result of interpreting the object as an instance of 'Numeric Parameter Type'
 boolean DroolsValidator.validateNumericParameterType(NumericParameterType numericParameterType, 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.