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

Packages that use RootNode
org.eclipse.ocl.examples.emf.validation.validity   
org.eclipse.ocl.examples.emf.validation.validity.export   
org.eclipse.ocl.examples.emf.validation.validity.impl   
org.eclipse.ocl.examples.emf.validation.validity.manager   
org.eclipse.ocl.examples.emf.validation.validity.ui.providers   
org.eclipse.ocl.examples.emf.validation.validity.ui.wizards   
org.eclipse.ocl.examples.emf.validation.validity.util   
 

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

Methods in org.eclipse.ocl.examples.emf.validation.validity that return RootNode
 RootNode ValidityFactory.createRootNode()
          Returns a new object of class 'Root Node'.
 RootNode ResultSet.getRoot()
          Returns the value of the 'Root' container reference.
 RootNode RootConstrainingNode.getRootNode()
          Returns the value of the 'Root Node' container reference.
 RootNode RootValidatableNode.getRootNode()
          Returns the value of the 'Root Node' container reference.
 

Methods in org.eclipse.ocl.examples.emf.validation.validity with parameters of type RootNode
 void ResultSet.setRoot(RootNode value)
          Sets the value of the 'Root' container reference.
 void RootConstrainingNode.setRootNode(RootNode value)
          Sets the value of the 'Root Node' container reference.
 void RootValidatableNode.setRootNode(RootNode value)
          Sets the value of the 'Root Node' container reference.
 

Uses of RootNode in org.eclipse.ocl.examples.emf.validation.validity.export
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.export with parameters of type RootNode
protected abstract  void AbstractExporter.createContents(java.lang.Appendable s, org.eclipse.emf.ecore.resource.Resource validatedResource, RootNode rootNode, java.lang.String exportedFileName)
          Returns a stream containing the initial contents to be given to new exported validation results file resource instances.
 void HTMLExporter.createContents(java.lang.Appendable html, org.eclipse.emf.ecore.resource.Resource validatedResource, RootNode rootNode, java.lang.String exportedFileName)
          Returns a stream containing the initial contents to be given to new exported validation results file resource instances.
 void ModelExporter.createContents(java.lang.Appendable text, org.eclipse.emf.ecore.resource.Resource validatedResource, RootNode rootNode, java.lang.String exportedFileName)
          Returns a stream containing the initial contents to be given to new exported validation results file resource instances.
 void TextExporter.createContents(java.lang.Appendable text, org.eclipse.emf.ecore.resource.Resource validatedResource, RootNode rootNode, java.lang.String exportedFileName)
          Returns a stream containing the initial contents to be given to new exported validation results file resource instances.
 void AbstractExporter.export(java.lang.Appendable s, org.eclipse.emf.ecore.resource.Resource validatedResource, RootNode rootNode, java.lang.String exportedFileName)
           
 void IValidityExporter.export(java.lang.Appendable s, org.eclipse.emf.ecore.resource.Resource validatedResource, RootNode rootNode, java.lang.String exportedFileName)
          Export the validity results to an Appendable.
 java.lang.String AbstractExporter.export(org.eclipse.emf.ecore.resource.Resource validatedResource, RootNode rootNode, java.lang.String exportedFileName)
           
 java.lang.String IValidityExporter.export(org.eclipse.emf.ecore.resource.Resource validatedResource, RootNode rootNode, java.lang.String fileName)
          Export the validity results and return String containing the results.
 

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

Classes in org.eclipse.ocl.examples.emf.validation.validity.impl that implement RootNode
 class RootNodeImpl
          An implementation of the model object 'Root'.
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.impl that return RootNode
 RootNode ValidityFactoryImpl.createRootNode()
           
 RootNode ResultSetImpl.getRoot()
           
 RootNode RootConstrainingNodeImpl.getRootNode()
           
 RootNode RootValidatableNodeImpl.getRootNode()
           
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.impl with parameters of type RootNode
 org.eclipse.emf.common.notify.NotificationChain ResultSetImpl.basicSetRoot(RootNode newRoot, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RootConstrainingNodeImpl.basicSetRootNode(RootNode newRootNode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RootValidatableNodeImpl.basicSetRootNode(RootNode newRootNode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ResultSetImpl.setRoot(RootNode newRoot)
           
 void RootConstrainingNodeImpl.setRootNode(RootNode newRootNode)
           
 void RootValidatableNodeImpl.setRootNode(RootNode newRootNode)
           
 

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

Methods in org.eclipse.ocl.examples.emf.validation.validity.manager that return RootNode
 RootNode ValidityManager.getRootNode()
           
 RootNode ValidityModel.getRootNode()
           
 

Uses of RootNode in org.eclipse.ocl.examples.emf.validation.validity.ui.providers
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.ui.providers with parameters of type RootNode
protected abstract  java.util.List<? extends AbstractNode> AbstractNodeContentProvider.getRootNodes(RootNode rootNode)
           
protected  java.util.List<RootConstrainingNode> ConstrainingNodeContentProvider.getRootNodes(RootNode rootNode)
           
protected  java.util.List<RootValidatableNode> ValidatableNodeContentProvider.getRootNodes(RootNode rootNode)
           
 

Uses of RootNode in org.eclipse.ocl.examples.emf.validation.validity.ui.wizards
 

Constructors in org.eclipse.ocl.examples.emf.validation.validity.ui.wizards with parameters of type RootNode
ExportValidationResultsFileWizard(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection initialSelection, RootNode rootNode, IValidityExporter exporter)
          Constructor
 

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

Methods in org.eclipse.ocl.examples.emf.validation.validity.util with parameters of type RootNode
 T ValiditySwitch.caseRootNode(RootNode object)
          Returns the result of interpreting the object as an instance of 'Root Node'.