Uses of Interface
org.jboss.drools.TruncatedNormalDistributionType

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

Uses of TruncatedNormalDistributionType in org.jboss.drools
 

Methods in org.jboss.drools that return TruncatedNormalDistributionType
 TruncatedNormalDistributionType DroolsFactory.createTruncatedNormalDistributionType()
          Returns a new object of class 'Truncated Normal Distribution Type'
 TruncatedNormalDistributionType DocumentRoot.getTruncatedNormalDistribution()
          Returns the value of the 'Truncated Normal Distribution' containment reference
 

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

Uses of TruncatedNormalDistributionType in org.jboss.drools.impl
 

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

Methods in org.jboss.drools.impl that return TruncatedNormalDistributionType
 TruncatedNormalDistributionType DroolsFactoryImpl.createTruncatedNormalDistributionType()
           
 TruncatedNormalDistributionType DocumentRootImpl.getTruncatedNormalDistribution()
           
 

Methods in org.jboss.drools.impl with parameters of type TruncatedNormalDistributionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetTruncatedNormalDistribution(TruncatedNormalDistributionType newTruncatedNormalDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setTruncatedNormalDistribution(TruncatedNormalDistributionType newTruncatedNormalDistribution)
           
 

Uses of TruncatedNormalDistributionType in org.jboss.drools.util
 

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



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