Uses of Interface
org.jboss.drools.ExpressionParameterType

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

Uses of ExpressionParameterType in org.jboss.drools
 

Methods in org.jboss.drools that return ExpressionParameterType
 ExpressionParameterType DroolsFactory.createExpressionParameterType()
          Returns a new object of class 'Expression Parameter Type'
 ExpressionParameterType DocumentRoot.getExpressionParameter()
          Returns the value of the 'Expression Parameter' containment reference
 

Methods in org.jboss.drools with parameters of type ExpressionParameterType
 void DocumentRoot.setExpressionParameter(ExpressionParameterType value)
          Sets the value of the 'Expression Parameter' containment reference
 

Uses of ExpressionParameterType in org.jboss.drools.impl
 

Classes in org.jboss.drools.impl that implement ExpressionParameterType
 class ExpressionParameterTypeImpl
          An implementation of the model object 'Expression Parameter Type'
 

Methods in org.jboss.drools.impl that return ExpressionParameterType
 ExpressionParameterType DroolsFactoryImpl.createExpressionParameterType()
           
 ExpressionParameterType DocumentRootImpl.getExpressionParameter()
           
 

Methods in org.jboss.drools.impl with parameters of type ExpressionParameterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetExpressionParameter(ExpressionParameterType newExpressionParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setExpressionParameter(ExpressionParameterType newExpressionParameter)
           
 

Uses of ExpressionParameterType in org.jboss.drools.util
 

Methods in org.jboss.drools.util with parameters of type ExpressionParameterType
 T DroolsSwitch.caseExpressionParameterType(ExpressionParameterType object)
          Returns the result of interpreting the object as an instance of 'Expression Parameter Type'
 boolean DroolsValidator.validateExpressionParameterType(ExpressionParameterType expressionParameterType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



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