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

Packages that use Condition
org.eclipse.emf.ecp.view.internal.rule   
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 Condition in org.eclipse.emf.ecp.view.internal.rule
 

Methods in org.eclipse.emf.ecp.view.internal.rule with parameters of type Condition
 Set<UniqueSetting> RuleRegistry.register(VElement renderable, T rule, Condition condition, org.eclipse.emf.ecore.EObject domainModel)
          Creates a setting from the given EObject and the LeafCondition and register it with the VElement.
 VElement RuleRegistry.removeCondition(Condition condition)
          Removes the given condition from the registry.
 

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

Subinterfaces of Condition in org.eclipse.emf.ecp.view.spi.rule.model
 interface AndCondition
          A representation of the model object 'And Condition'.
 interface LeafCondition
          A representation of the model object 'Leaf Condition'.
 interface OrCondition
          A representation of the model object 'Or Condition'.
 

Methods in org.eclipse.emf.ecp.view.spi.rule.model that return Condition
 Condition Rule.getCondition()
          Returns the value of the 'Condition' containment reference.
 

Methods in org.eclipse.emf.ecp.view.spi.rule.model that return types with arguments of type Condition
 org.eclipse.emf.common.util.EList<Condition> OrCondition.getConditions()
          Returns the value of the 'Conditions' containment reference list.
 org.eclipse.emf.common.util.EList<Condition> AndCondition.getConditions()
          Returns the value of the 'Conditions' containment reference list.
 

Methods in org.eclipse.emf.ecp.view.spi.rule.model with parameters of type Condition
 void Rule.setCondition(Condition value)
          Sets the value of the 'Condition' containment reference.
 

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

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

Methods in org.eclipse.emf.ecp.view.spi.rule.model.impl that return Condition
 Condition RuleImpl.getCondition()
           
 

Methods in org.eclipse.emf.ecp.view.spi.rule.model.impl that return types with arguments of type Condition
 org.eclipse.emf.common.util.EList<Condition> AndConditionImpl.getConditions()
           
 org.eclipse.emf.common.util.EList<Condition> OrConditionImpl.getConditions()
           
 

Methods in org.eclipse.emf.ecp.view.spi.rule.model.impl with parameters of type Condition
 org.eclipse.emf.common.notify.NotificationChain RuleImpl.basicSetCondition(Condition newCondition, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RuleImpl.setCondition(Condition newCondition)
           
 

Uses of Condition 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 Condition
 T RuleSwitch.caseCondition(Condition object)
          Returns the result of interpreting the object as an instance of 'Condition'.
 



Copyright © 2015. All Rights Reserved.