Uses of Interface
org.jboss.drools.ErlangDistributionType

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

Uses of ErlangDistributionType in org.jboss.drools
 

Methods in org.jboss.drools that return ErlangDistributionType
 ErlangDistributionType DroolsFactory.createErlangDistributionType()
          Returns a new object of class 'Erlang Distribution Type'
 ErlangDistributionType DocumentRoot.getErlangDistribution()
          Returns the value of the 'Erlang Distribution' containment reference
 

Methods in org.jboss.drools with parameters of type ErlangDistributionType
 void DocumentRoot.setErlangDistribution(ErlangDistributionType value)
          Sets the value of the 'Erlang Distribution' containment reference
 

Uses of ErlangDistributionType in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement ErlangDistributionType
 class ErlangDistributionTypeImpl
          An implementation of the model object 'Erlang Distribution Type'
 

Methods in org.jboss.drools.impl that return ErlangDistributionType
 ErlangDistributionType DroolsFactoryImpl.createErlangDistributionType()
           
 ErlangDistributionType DocumentRootImpl.getErlangDistribution()
           
 

Methods in org.jboss.drools.impl with parameters of type ErlangDistributionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetErlangDistribution(ErlangDistributionType newErlangDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setErlangDistribution(ErlangDistributionType newErlangDistribution)
           
 

Uses of ErlangDistributionType in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type ErlangDistributionType
 T DroolsSwitch.caseErlangDistributionType(ErlangDistributionType object)
          Returns the result of interpreting the object as an instance of 'Erlang Distribution Type'
 boolean DroolsValidator.validateErlangDistributionType(ErlangDistributionType erlangDistributionType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



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