Uses of Interface
org.jboss.drools.LogNormalDistributionType

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

Uses of LogNormalDistributionType in org.jboss.drools
 

Methods in org.jboss.drools that return LogNormalDistributionType
 LogNormalDistributionType DroolsFactory.createLogNormalDistributionType()
          Returns a new object of class 'Log Normal Distribution Type'
 LogNormalDistributionType DocumentRoot.getLogNormalDistribution()
          Returns the value of the 'Log Normal Distribution' containment reference
 

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

Uses of LogNormalDistributionType in org.jboss.drools.impl
 

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

Methods in org.jboss.drools.impl that return LogNormalDistributionType
 LogNormalDistributionType DroolsFactoryImpl.createLogNormalDistributionType()
           
 LogNormalDistributionType DocumentRootImpl.getLogNormalDistribution()
           
 

Methods in org.jboss.drools.impl with parameters of type LogNormalDistributionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetLogNormalDistribution(LogNormalDistributionType newLogNormalDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setLogNormalDistribution(LogNormalDistributionType newLogNormalDistribution)
           
 

Uses of LogNormalDistributionType in org.jboss.drools.util
 

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



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