jBPM :: BPMN2 EMF Extension Model 6.0.0.Alpha9

Uses of Interface
org.jboss.drools.ConstantParameter

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

Uses of ConstantParameter in org.jboss.drools
 

Subinterfaces of ConstantParameter in org.jboss.drools
 interface BooleanParameterType
          A representation of the model object 'Boolean Parameter Type'
 interface DateTimeParameterType
          A representation of the model object 'Date Time Parameter Type'
 interface DecimalParameterType
          A representation of the model object 'Decimal Parameter Type'
 interface DurationParameterType
          A representation of the model object 'Duration Parameter Type'
 interface FloatingParameterType
          A representation of the model object 'Floating Parameter Type'
 interface NumericParameterType
          A representation of the model object 'Numeric Parameter Type'
 interface StringParameterType
          A representation of the model object 'String Parameter Type'
 

Methods in org.jboss.drools that return ConstantParameter
 ConstantParameter DroolsFactory.createConstantParameter()
          Returns a new object of class 'Constant Parameter'
 

Uses of ConstantParameter in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement ConstantParameter
 class BooleanParameterTypeImpl
          An implementation of the model object 'Boolean Parameter Type'
 class ConstantParameterImpl
          An implementation of the model object 'Constant Parameter'
 class DateTimeParameterTypeImpl
          An implementation of the model object 'Date Time Parameter Type'
 class DecimalParameterTypeImpl
          An implementation of the model object 'Decimal Parameter Type'
 class DurationParameterTypeImpl
          An implementation of the model object 'Duration Parameter Type'
 class FloatingParameterTypeImpl
          An implementation of the model object 'Floating Parameter Type'
 class NumericParameterTypeImpl
          An implementation of the model object 'Numeric Parameter Type'
 class StringParameterTypeImpl
          An implementation of the model object 'String Parameter Type'
 

Methods in org.jboss.drools.impl that return ConstantParameter
 ConstantParameter DroolsFactoryImpl.createConstantParameter()
           
 

Uses of ConstantParameter in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type ConstantParameter
 T DroolsSwitch.caseConstantParameter(ConstantParameter object)
          Returns the result of interpreting the object as an instance of 'Constant Parameter'
 boolean DroolsValidator.validateConstantParameter(ConstantParameter constantParameter, 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.