EGF Engine
Release 0.1.0

org.eclipse.egf.model
Interface Specification

All Superinterfaces:
NamedModelElementWithId
All Known Implementing Classes:
SpecificationImpl

public interface Specification
extends NamedModelElementWithId

A representation of the model object 'Specification'.

The following features are supported:

See Also:
ModelPackage.getSpecification()

Method Summary
 Map<ViewpointType,> getViewpointIds()
          Returns the value of the 'Viewpoint Ids' attribute.
  getViewpoints()
          Returns the value of the 'Viewpoints' containment reference list.
 void setViewpointIds(Map<ViewpointType,> value)
          Sets the value of the 'Viewpoint Ids' attribute
 
Methods inherited from interface org.eclipse.egf.model.NamedModelElementWithId
getDescription, getId, getJavaIdentifier, getName, setDescription, setId, setName
 

Method Detail

getViewpoints

 getViewpoints()
Returns the value of the 'Viewpoints' containment reference list. The list contents are of type AbstractViewpoint.

If the meaning of the 'Viewpoints' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Viewpoints' containment reference list.
See Also:
ModelPackage.getSpecification_Viewpoints()

getViewpointIds

Map<ViewpointType,> getViewpointIds()
Returns the value of the 'Viewpoint Ids' attribute. Contains a map of couple .

Returns:
the value of the 'Viewpoint Ids' attribute.
See Also:
setViewpointIds(Map), ModelPackage.getSpecification_ViewpointIds()

setViewpointIds

void setViewpointIds(Map<ViewpointType,> value)
Sets the value of the 'Viewpoint Ids' attribute.

Parameters:
value - the new value of the 'Viewpoint Ids' attribute.
See Also:
getViewpointIds()

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.