Uses of Interface
org.jboss.drools.UserDistributionType

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

Uses of UserDistributionType in org.jboss.drools
 

Methods in org.jboss.drools that return UserDistributionType
 UserDistributionType DroolsFactory.createUserDistributionType()
          Returns a new object of class 'User Distribution Type'
 UserDistributionType DocumentRoot.getUserDistribution()
          Returns the value of the 'User Distribution' containment reference
 

Methods in org.jboss.drools with parameters of type UserDistributionType
 void DocumentRoot.setUserDistribution(UserDistributionType value)
          Sets the value of the 'User Distribution' containment reference
 

Uses of UserDistributionType in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement UserDistributionType
 class UserDistributionTypeImpl
          An implementation of the model object 'User Distribution Type'
 

Methods in org.jboss.drools.impl that return UserDistributionType
 UserDistributionType DroolsFactoryImpl.createUserDistributionType()
           
 UserDistributionType DocumentRootImpl.getUserDistribution()
           
 

Methods in org.jboss.drools.impl with parameters of type UserDistributionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetUserDistribution(UserDistributionType newUserDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setUserDistribution(UserDistributionType newUserDistribution)
           
 

Uses of UserDistributionType in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type UserDistributionType
 T DroolsSwitch.caseUserDistributionType(UserDistributionType object)
          Returns the result of interpreting the object as an instance of 'User Distribution Type'
 boolean DroolsValidator.validateUserDistributionType(UserDistributionType userDistributionType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



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