Uses of Interface
org.eclipse.amp.amf.testing.ares.ConstraintTest

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

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

Methods in org.eclipse.amp.amf.testing.ares that return ConstraintTest
 ConstraintTest AresFactory.createConstraintTest()
          Returns a new object of class 'Constraint Test'.
 

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

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

Classes in org.eclipse.amp.amf.testing.ares.impl that implement ConstraintTest
 class ConstraintTestImpl
          An implementation of the model object 'Constraint Test'.
 

Methods in org.eclipse.amp.amf.testing.ares.impl that return ConstraintTest
 ConstraintTest AresFactoryImpl.createConstraintTest()
           
 

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

Uses of ConstraintTest in org.eclipse.amp.amf.testing.ares.util
 

Methods in org.eclipse.amp.amf.testing.ares.util with parameters of type ConstraintTest
 T AresSwitch.caseConstraintTest(ConstraintTest object)
          Returns the result of interpreting the object as an instance of 'Constraint Test'.
 

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

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