EGF Engine
Release 0.1.0

Uses of Interface
org.eclipse.egf.model.Specification

Packages that use Specification
org.eclipse.egf.model   
org.eclipse.egf.model.data.helper   
org.eclipse.egf.model.impl   
org.eclipse.egf.model.util   
 

Uses of Specification in org.eclipse.egf.model
 

Methods in org.eclipse.egf.model that return Specification
 Specification ModelFactory.createSpecification()
          Returns a new object of class 'Specification'
 Specification FactoryComponent.getSpecification()
          Returns the value of the 'Specification' containment reference
 

Methods in org.eclipse.egf.model with parameters of type Specification
 void FactoryComponent.setSpecification(Specification value)
          Sets the value of the 'Specification' containment reference
 

Uses of Specification in org.eclipse.egf.model.data.helper
 

Methods in org.eclipse.egf.model.data.helper with parameters of type Specification
static  ModelHelper.getViewpointTypeIds(Specification specification_p, ViewpointType viewpointType_p)
          Get the viewpoint ids for given specification and viewpoint type.
 

Uses of Specification in org.eclipse.egf.model.impl
 

Classes in org.eclipse.egf.model.impl that implement Specification
 class SpecificationImpl
          An implementation of the model object 'Specification'.
 

Fields in org.eclipse.egf.model.impl declared as Specification
protected  Specification FactoryComponentImpl.specification
          The cached value of the 'Specification' containment reference
 

Methods in org.eclipse.egf.model.impl that return Specification
 Specification ModelFactoryImpl.createSpecification()
           
 Specification FactoryComponentImpl.getSpecification()
           
 

Methods in org.eclipse.egf.model.impl with parameters of type Specification
 NotificationChain FactoryComponentImpl.basicSetSpecification(Specification newSpecification, NotificationChain msgs)
           
 void FactoryComponentImpl.setSpecification(Specification newSpecification)
           
 

Uses of Specification in org.eclipse.egf.model.util
 

Methods in org.eclipse.egf.model.util with parameters of type Specification
 T ModelSwitch.caseSpecification(Specification object)
          Returns the result of interpreting the object as an instance of 'Specification'
 boolean ModelValidator.validateSpecification(Specification specification, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.