Uses of Interface
org.eclipse.amp.amf.testing.aTest.Constraint

Packages that use Constraint
org.eclipse.amp.amf.testing.ares   
org.eclipse.amp.amf.testing.ares.impl   
org.eclipse.amp.amf.testing.ares.validation   
org.eclipse.amp.amf.testing.aTest   
org.eclipse.amp.amf.testing.aTest.impl   
org.eclipse.amp.amf.testing.aTest.util   
 

Uses of Constraint in org.eclipse.amp.amf.testing.ares
 

Methods in org.eclipse.amp.amf.testing.ares that return Constraint
 Constraint ConstraintTest.getConstraint()
          Returns the value of the 'Constraint' reference.
 

Methods in org.eclipse.amp.amf.testing.ares that return types with arguments of type Constraint
 org.eclipse.emf.common.util.EList<Constraint> Run.getConstraints()
          Returns the value of the 'Constraints' containment reference list.
 

Methods in org.eclipse.amp.amf.testing.ares with parameters of type Constraint
 void ConstraintTest.setConstraint(Constraint value)
          Sets the value of the 'Constraint' reference.
 

Uses of Constraint in org.eclipse.amp.amf.testing.ares.impl
 

Fields in org.eclipse.amp.amf.testing.ares.impl declared as Constraint
protected  Constraint ConstraintTestImpl.constraint
          The cached value of the 'Constraint' reference.
 

Fields in org.eclipse.amp.amf.testing.ares.impl with type parameters of type Constraint
protected  org.eclipse.emf.common.util.EList<Constraint> RunImpl.constraints
          The cached value of the 'Constraints' containment reference list.
 

Methods in org.eclipse.amp.amf.testing.ares.impl that return Constraint
 Constraint ConstraintTestImpl.basicGetConstraint()
           
 Constraint ConstraintTestImpl.getConstraint()
           
 

Methods in org.eclipse.amp.amf.testing.ares.impl that return types with arguments of type Constraint
 org.eclipse.emf.common.util.EList<Constraint> RunImpl.getConstraints()
           
 

Methods in org.eclipse.amp.amf.testing.ares.impl with parameters of type Constraint
 void ConstraintTestImpl.setConstraint(Constraint newConstraint)
           
 

Uses of Constraint in org.eclipse.amp.amf.testing.ares.validation
 

Methods in org.eclipse.amp.amf.testing.ares.validation with parameters of type Constraint
 boolean ConstraintTestValidator.validateConstraint(Constraint value)
           
 

Method parameters in org.eclipse.amp.amf.testing.ares.validation with type arguments of type Constraint
 boolean RunValidator.validateConstraints(org.eclipse.emf.common.util.EList<Constraint> value)
           
 

Uses of Constraint in org.eclipse.amp.amf.testing.aTest
 

Methods in org.eclipse.amp.amf.testing.aTest that return Constraint
 Constraint ATestFactory.createConstraint()
          Returns a new object of class 'Constraint'.
 

Methods in org.eclipse.amp.amf.testing.aTest that return types with arguments of type Constraint
 org.eclipse.emf.common.util.EList<Constraint> Model.getContraints()
          Returns the value of the 'Contraints' containment reference list.
 

Uses of Constraint in org.eclipse.amp.amf.testing.aTest.impl
 

Classes in org.eclipse.amp.amf.testing.aTest.impl that implement Constraint
 class ConstraintImpl
          An implementation of the model object 'Constraint'.
 

Fields in org.eclipse.amp.amf.testing.aTest.impl with type parameters of type Constraint
protected  org.eclipse.emf.common.util.EList<Constraint> ModelImpl.contraints
          The cached value of the 'Contraints' containment reference list.
 

Methods in org.eclipse.amp.amf.testing.aTest.impl that return Constraint
 Constraint ATestFactoryImpl.createConstraint()
           
 

Methods in org.eclipse.amp.amf.testing.aTest.impl that return types with arguments of type Constraint
 org.eclipse.emf.common.util.EList<Constraint> ModelImpl.getContraints()
           
 

Uses of Constraint in org.eclipse.amp.amf.testing.aTest.util
 

Methods in org.eclipse.amp.amf.testing.aTest.util with parameters of type Constraint
 T ATestSwitch.caseConstraint(Constraint object)
          Returns the result of interpreting the object as an instance of 'Constraint'.