Uses of Interface
org.eclipse.ocl.examples.emf.validation.validity.export.IValidityExporter

Packages that use IValidityExporter
org.eclipse.ocl.examples.emf.validation.validity.export   
org.eclipse.ocl.examples.emf.validation.validity.ui.wizards   
org.eclipse.ocl.examples.standalone.validity   
 

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

Classes in org.eclipse.ocl.examples.emf.validation.validity.export that implement IValidityExporter
 class AbstractExporter
          Exports ocl validation results.
 class HTMLExporter
          Exports ocl validation results as an html file.
 class ModelExporter
          Exports validation results as a model.
 class TextExporter
          Exports ocl validation results as a txt file.
 

Methods in org.eclipse.ocl.examples.emf.validation.validity.export that return IValidityExporter
 IValidityExporter AbstractExporter.getExporter()
           
 IValidityExporter IValidityExporterDescriptor.getExporter()
           
 IValidityExporter ValidityExporterDescriptor.getExporter()
          Creates an instance of this descriptor's IValidityExporter.
 IValidityExporter ValidityExporterRegistry.getExporter(java.lang.String exporterType)
           
 

Uses of IValidityExporter 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 IValidityExporter
ExportValidationResultsFileWizard(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection initialSelection, RootNode rootNode, IValidityExporter exporter)
          Constructor
 

Uses of IValidityExporter in org.eclipse.ocl.examples.standalone.validity
 

Methods in org.eclipse.ocl.examples.standalone.validity that return IValidityExporter
 IValidityExporter ValidateCommand.ExporterToken.getExporter(java.util.Map<StandaloneCommand.CommandToken,java.util.List<java.lang.String>> token2strings)