Uses of Interface
org.jboss.drools.NormalDistributionType

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

Uses of NormalDistributionType in org.jboss.drools
 

Methods in org.jboss.drools that return NormalDistributionType
 NormalDistributionType DroolsFactory.createNormalDistributionType()
          Returns a new object of class 'Normal Distribution Type'
 NormalDistributionType DocumentRoot.getNormalDistribution()
          Returns the value of the 'Normal Distribution' containment reference
 

Methods in org.jboss.drools with parameters of type NormalDistributionType
 void DocumentRoot.setNormalDistribution(NormalDistributionType value)
          Sets the value of the 'Normal Distribution' containment reference
 

Uses of NormalDistributionType in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement NormalDistributionType
 class NormalDistributionTypeImpl
          An implementation of the model object 'Normal Distribution Type'
 

Methods in org.jboss.drools.impl that return NormalDistributionType
 NormalDistributionType DroolsFactoryImpl.createNormalDistributionType()
           
 NormalDistributionType DocumentRootImpl.getNormalDistribution()
           
 

Methods in org.jboss.drools.impl with parameters of type NormalDistributionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetNormalDistribution(NormalDistributionType newNormalDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setNormalDistribution(NormalDistributionType newNormalDistribution)
           
 

Uses of NormalDistributionType in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type NormalDistributionType
 T DroolsSwitch.caseNormalDistributionType(NormalDistributionType object)
          Returns the result of interpreting the object as an instance of 'Normal Distribution Type'
 boolean DroolsValidator.validateNormalDistributionType(NormalDistributionType normalDistributionType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



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