Uses of Interface
org.jboss.drools.DurationParameterType

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

Uses of DurationParameterType in org.jboss.drools
 

Methods in org.jboss.drools that return DurationParameterType
 DurationParameterType DroolsFactory.createDurationParameterType()
          Returns a new object of class 'Duration Parameter Type'
 DurationParameterType DocumentRoot.getDurationParameter()
          Returns the value of the 'Duration Parameter' containment reference
 

Methods in org.jboss.drools with parameters of type DurationParameterType
 void DocumentRoot.setDurationParameter(DurationParameterType value)
          Sets the value of the 'Duration Parameter' containment reference
 

Uses of DurationParameterType in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement DurationParameterType
 class DurationParameterTypeImpl
          An implementation of the model object 'Duration Parameter Type'
 

Methods in org.jboss.drools.impl that return DurationParameterType
 DurationParameterType DroolsFactoryImpl.createDurationParameterType()
           
 DurationParameterType DocumentRootImpl.getDurationParameter()
           
 

Methods in org.jboss.drools.impl with parameters of type DurationParameterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetDurationParameter(DurationParameterType newDurationParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setDurationParameter(DurationParameterType newDurationParameter)
           
 

Uses of DurationParameterType in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type DurationParameterType
 T DroolsSwitch.caseDurationParameterType(DurationParameterType object)
          Returns the result of interpreting the object as an instance of 'Duration Parameter Type'
 boolean DroolsValidator.validateDurationParameterType(DurationParameterType durationParameterType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



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