Uses of Interface
org.jboss.drools.TimeParameters

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

Uses of TimeParameters in org.jboss.drools
 

Methods in org.jboss.drools that return TimeParameters
 TimeParameters DroolsFactory.createTimeParameters()
          Returns a new object of class 'Time Parameters'
 TimeParameters ElementParameters.getTimeParameters()
          Returns the value of the 'Time Parameters' containment reference
 

Methods in org.jboss.drools with parameters of type TimeParameters
 void ElementParameters.setTimeParameters(TimeParameters value)
          Sets the value of the 'Time Parameters' containment reference
 

Uses of TimeParameters in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement TimeParameters
 class TimeParametersImpl
          An implementation of the model object 'Time Parameters'
 

Fields in org.jboss.drools.impl declared as TimeParameters
protected  TimeParameters ElementParametersImpl.timeParameters
          The cached value of the 'Time Parameters' containment reference
 

Methods in org.jboss.drools.impl that return TimeParameters
 TimeParameters DroolsFactoryImpl.createTimeParameters()
           
 TimeParameters ElementParametersImpl.getTimeParameters()
           
 

Methods in org.jboss.drools.impl with parameters of type TimeParameters
 org.eclipse.emf.common.notify.NotificationChain ElementParametersImpl.basicSetTimeParameters(TimeParameters newTimeParameters, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ElementParametersImpl.setTimeParameters(TimeParameters newTimeParameters)
           
 

Uses of TimeParameters in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type TimeParameters
 T DroolsSwitch.caseTimeParameters(TimeParameters object)
          Returns the result of interpreting the object as an instance of 'Time Parameters'
 boolean DroolsValidator.validateTimeParameters(TimeParameters timeParameters, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



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