Uses of Interface
org.eclipse.ocl.examples.emf.validation.validity.ResultSet

Packages that use ResultSet
org.eclipse.ocl.examples.emf.validation.validity   
org.eclipse.ocl.examples.emf.validation.validity.impl   
org.eclipse.ocl.examples.emf.validation.validity.manager   
org.eclipse.ocl.examples.emf.validation.validity.util   
 

Uses of ResultSet in org.eclipse.ocl.examples.emf.validation.validity
 

Methods in org.eclipse.ocl.examples.emf.validation.validity that return ResultSet
 ResultSet ValidityFactory.createResultSet()
          Returns a new object of class 'Result Set'.
 ResultSet Result.getResultSet()
          Returns the value of the 'Result Set' container reference.
 

Methods in org.eclipse.ocl.examples.emf.validation.validity that return types with arguments of type ResultSet
 org.eclipse.emf.common.util.EList<ResultSet> RootNode.getResultSets()
          Returns the value of the 'Result Sets' containment reference list.
 

Methods in org.eclipse.ocl.examples.emf.validation.validity with parameters of type ResultSet
 void Result.setResultSet(ResultSet value)
          Sets the value of the 'Result Set' container reference.
 

Uses of ResultSet in org.eclipse.ocl.examples.emf.validation.validity.impl
 

Classes in org.eclipse.ocl.examples.emf.validation.validity.impl that implement ResultSet
 class ResultSetImpl
          An implementation of the model object 'Result Set'.
 

Fields in org.eclipse.ocl.examples.emf.validation.validity.impl with type parameters of type ResultSet
protected  org.eclipse.emf.common.util.EList<ResultSet> RootNodeImpl.resultSets
          The cached value of the 'Result Sets' containment reference list.
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.impl that return ResultSet
 ResultSet ValidityFactoryImpl.createResultSet()
           
 ResultSet ResultImpl.getResultSet()
           
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.impl that return types with arguments of type ResultSet
 org.eclipse.emf.common.util.EList<ResultSet> RootNodeImpl.getResultSets()
           
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.impl with parameters of type ResultSet
 org.eclipse.emf.common.notify.NotificationChain ResultImpl.basicSetResultSet(ResultSet newResultSet, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ResultImpl.setResultSet(ResultSet newResultSet)
           
 

Uses of ResultSet in org.eclipse.ocl.examples.emf.validation.validity.manager
 

Fields in org.eclipse.ocl.examples.emf.validation.validity.manager declared as ResultSet
protected  ResultSet ValidityManager.lastResultSet
           
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.manager that return ResultSet
protected  ResultSet ValidityModel.createResultSet()
          Creates a ResultSet.
 ResultSet ValidityManager.createResultSet(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 ResultSet ValidityModel.createResultSet(org.eclipse.core.runtime.IProgressMonitor monitor)
          Return a new ResultSet object containing an initial result for every enabled combination of ValidatableNode and ConstrainingNode.
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.manager with parameters of type ResultSet
protected  java.util.List<Result> ValidityManager.installResultSet(ResultSet resultSet, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 

Uses of ResultSet in org.eclipse.ocl.examples.emf.validation.validity.util
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.util with parameters of type ResultSet
 T ValiditySwitch.caseResultSet(ResultSet object)
          Returns the result of interpreting the object as an instance of 'Result Set'.