Uses of Interface
org.eclipse.emf.ecp.view.spi.rule.model.AndCondition

Packages that use AndCondition
org.eclipse.emf.ecp.view.spi.rule.model   
org.eclipse.emf.ecp.view.spi.rule.model.impl   
org.eclipse.emf.ecp.view.spi.rule.model.util   
 

Uses of AndCondition in org.eclipse.emf.ecp.view.spi.rule.model
 

Methods in org.eclipse.emf.ecp.view.spi.rule.model that return AndCondition
 AndCondition RuleFactory.createAndCondition()
          Returns a new object of class 'And Condition'.
 

Uses of AndCondition in org.eclipse.emf.ecp.view.spi.rule.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.rule.model.impl that implement AndCondition
 class AndConditionImpl
          An implementation of the model object 'And Condition'.
 

Methods in org.eclipse.emf.ecp.view.spi.rule.model.impl that return AndCondition
 AndCondition RuleFactoryImpl.createAndCondition()
           
 

Uses of AndCondition in org.eclipse.emf.ecp.view.spi.rule.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.rule.model.util with parameters of type AndCondition
 T RuleSwitch.caseAndCondition(AndCondition object)
          Returns the result of interpreting the object as an instance of 'And Condition'.
 



Copyright © 2015. All Rights Reserved.