Uses of Interface
org.jboss.drools.ParameterValue

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

Uses of ParameterValue in org.jboss.drools
 

Subinterfaces of ParameterValue in org.jboss.drools
 interface BetaDistributionType
          A representation of the model object 'Beta Distribution Type'
 interface BinomialDistributionType
          A representation of the model object 'Binomial Distribution Type'
 interface BooleanParameterType
          A representation of the model object 'Boolean Parameter Type'
 interface ConstantParameter
          A representation of the model object 'Constant Parameter'
 interface DateTimeParameterType
          A representation of the model object 'Date Time Parameter Type'
 interface DecimalParameterType
          A representation of the model object 'Decimal Parameter Type'
 interface DistributionParameter
          A representation of the model object 'Distribution Parameter'
 interface DurationParameterType
          A representation of the model object 'Duration Parameter Type'
 interface EnumParameterType
          A representation of the model object 'Enum Parameter Type'
 interface ErlangDistributionType
          A representation of the model object 'Erlang Distribution Type'
 interface ExpressionParameterType
          A representation of the model object 'Expression Parameter Type'
 interface FloatingParameterType
          A representation of the model object 'Floating Parameter Type'
 interface GammaDistributionType
          A representation of the model object 'Gamma Distribution Type'
 interface LogNormalDistributionType
          A representation of the model object 'Log Normal Distribution Type'
 interface NegativeExponentialDistributionType
          A representation of the model object 'Negative Exponential Distribution Type'
 interface NormalDistributionType
          A representation of the model object 'Normal Distribution Type'
 interface NumericParameterType
          A representation of the model object 'Numeric Parameter Type'
 interface PoissonDistributionType
          A representation of the model object 'Poisson Distribution Type'
 interface RandomDistributionType
          A representation of the model object 'Random Distribution Type'
 interface StringParameterType
          A representation of the model object 'String Parameter Type'
 interface TriangularDistributionType
          A representation of the model object 'Triangular Distribution Type'
 interface TruncatedNormalDistributionType
          A representation of the model object 'Truncated Normal Distribution Type'
 interface UniformDistributionType
          A representation of the model object 'Uniform Distribution Type'
 interface UserDistributionType
          A representation of the model object 'User Distribution Type'
 interface WeibullDistributionType
          A representation of the model object 'Weibull Distribution Type'
 

Methods in org.jboss.drools that return ParameterValue
 ParameterValue DroolsFactory.createParameterValue()
          Returns a new object of class 'Parameter Value'
 ParameterValue DocumentRoot.getParameterValue()
          Returns the value of the 'Parameter Value' containment reference
 ParameterValue UserDistributionDataPointType.getParameterValue()
          Returns the value of the 'Parameter Value' containment reference
 

Methods in org.jboss.drools that return types with arguments of type ParameterValue
 org.eclipse.emf.common.util.EList<ParameterValue> Parameter.getParameterValue()
          Returns the value of the 'Parameter Value' containment reference list.
 org.eclipse.emf.common.util.EList<ParameterValue> EnumParameterType.getParameterValue()
          Returns the value of the 'Parameter Value' containment reference list.
 

Methods in org.jboss.drools with parameters of type ParameterValue
 void DocumentRoot.setParameterValue(ParameterValue value)
          Sets the value of the 'Parameter Value' containment reference
 void UserDistributionDataPointType.setParameterValue(ParameterValue value)
          Sets the value of the 'Parameter Value' containment reference
 

Uses of ParameterValue in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement ParameterValue
 class BetaDistributionTypeImpl
          An implementation of the model object 'Beta Distribution Type'
 class BinomialDistributionTypeImpl
          An implementation of the model object 'Binomial Distribution Type'
 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 DistributionParameterImpl
          An implementation of the model object 'Distribution Parameter'
 class DurationParameterTypeImpl
          An implementation of the model object 'Duration Parameter Type'
 class EnumParameterTypeImpl
          An implementation of the model object 'Enum Parameter Type'
 class ErlangDistributionTypeImpl
          An implementation of the model object 'Erlang Distribution Type'
 class ExpressionParameterTypeImpl
          An implementation of the model object 'Expression Parameter Type'
 class FloatingParameterTypeImpl
          An implementation of the model object 'Floating Parameter Type'
 class GammaDistributionTypeImpl
          An implementation of the model object 'Gamma Distribution Type'
 class LogNormalDistributionTypeImpl
          An implementation of the model object 'Log Normal Distribution Type'
 class NegativeExponentialDistributionTypeImpl
          An implementation of the model object 'Negative Exponential Distribution Type'
 class NormalDistributionTypeImpl
          An implementation of the model object 'Normal Distribution Type'
 class NumericParameterTypeImpl
          An implementation of the model object 'Numeric Parameter Type'
 class ParameterValueImpl
          An implementation of the model object 'Parameter Value'
 class PoissonDistributionTypeImpl
          An implementation of the model object 'Poisson Distribution Type'
 class RandomDistributionTypeImpl
          An implementation of the model object 'Random Distribution Type'
 class StringParameterTypeImpl
          An implementation of the model object 'String Parameter Type'
 class TriangularDistributionTypeImpl
          An implementation of the model object 'Triangular Distribution Type'
 class TruncatedNormalDistributionTypeImpl
          An implementation of the model object 'Truncated Normal Distribution Type'
 class UniformDistributionTypeImpl
          An implementation of the model object 'Uniform Distribution Type'
 class UserDistributionTypeImpl
          An implementation of the model object 'User Distribution Type'
 class WeibullDistributionTypeImpl
          An implementation of the model object 'Weibull Distribution Type'
 

Methods in org.jboss.drools.impl that return ParameterValue
 ParameterValue DroolsFactoryImpl.createParameterValue()
           
 ParameterValue UserDistributionDataPointTypeImpl.getParameterValue()
           
 ParameterValue DocumentRootImpl.getParameterValue()
           
 

Methods in org.jboss.drools.impl that return types with arguments of type ParameterValue
 org.eclipse.emf.common.util.EList<ParameterValue> ParameterImpl.getParameterValue()
           
 org.eclipse.emf.common.util.EList<ParameterValue> EnumParameterTypeImpl.getParameterValue()
           
 

Methods in org.jboss.drools.impl with parameters of type ParameterValue
 org.eclipse.emf.common.notify.NotificationChain UserDistributionDataPointTypeImpl.basicSetParameterValue(ParameterValue newParameterValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetParameterValue(ParameterValue newParameterValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void UserDistributionDataPointTypeImpl.setParameterValue(ParameterValue newParameterValue)
           
 void DocumentRootImpl.setParameterValue(ParameterValue newParameterValue)
           
 

Uses of ParameterValue in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type ParameterValue
 T DroolsSwitch.caseParameterValue(ParameterValue object)
          Returns the result of interpreting the object as an instance of 'Parameter Value'
 boolean DroolsValidator.validateParameterValue(ParameterValue parameterValue, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



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