Modelers

org.topcased.modeler.diagrams.model
Interface Diagrams

All Superinterfaces:
EObject, Notifier

public interface Diagrams
extends EObject

A representation of the model object 'Diagrams'.

The following features are supported:

See Also:
DiagramsPackage.getDiagrams()
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 Diagram getActiveDiagram()
          Returns the value of the 'Active Diagram' reference
 EList<Diagram> getDiagrams()
          Returns the value of the 'Diagrams' containment reference list.
 EObject getModel()
          Returns the value of the 'Model' reference
 Diagrams getParent()
          Returns the value of the 'Parent' container reference.
 EList<Diagrams> getSubdiagrams()
          Returns the value of the 'Subdiagrams' containment reference list.
 void setActiveDiagram(Diagram value)
          Sets the value of the 'Active Diagram' reference
 void setModel(EObject value)
          Sets the value of the 'Model' reference
 void setParent(Diagrams value)
          Sets the value of the 'Parent' container reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getModel

EObject getModel()
Returns the value of the 'Model' reference.

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

Returns:
the value of the 'Model' reference.
See Also:
setModel(EObject), DiagramsPackage.getDiagrams_Model()
** Generated **
Model:
required="true"

setModel

void setModel(EObject value)
Sets the value of the 'Model' reference.

Parameters:
value - the new value of the 'Model' reference.
See Also:
getModel()
** Generated **

getDiagrams

EList<Diagram> getDiagrams()
Returns the value of the 'Diagrams' containment reference list. The list contents are of type Diagram.

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

Returns:
the value of the 'Diagrams' containment reference list.
See Also:
DiagramsPackage.getDiagrams_Diagrams()
** Generated **
Model:
type="org.topcased.modeler.di.model.Diagram" containment="true" ordered="false"

getActiveDiagram

Diagram getActiveDiagram()
Returns the value of the 'Active Diagram' reference.

If the meaning of the 'Active Diagram' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Active Diagram' reference.
See Also:
setActiveDiagram(Diagram), DiagramsPackage.getDiagrams_ActiveDiagram()
** Generated **
Model:

setActiveDiagram

void setActiveDiagram(Diagram value)
Sets the value of the 'Active Diagram' reference.

Parameters:
value - the new value of the 'Active Diagram' reference.
See Also:
getActiveDiagram()
** Generated **

getSubdiagrams

EList<Diagrams> getSubdiagrams()
Returns the value of the 'Subdiagrams' containment reference list. The list contents are of type Diagrams. It is bidirectional and its opposite is 'Parent'.

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

Returns:
the value of the 'Subdiagrams' containment reference list.
See Also:
DiagramsPackage.getDiagrams_Subdiagrams(), getParent()
** Generated **
Model:
type="org.topcased.modeler.diagrams.model.Diagrams" opposite="parent" containment="true" resolveProxies="true" ordered="false"

getParent

Diagrams getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Subdiagrams'.

If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent' container reference.
See Also:
setParent(Diagrams), DiagramsPackage.getDiagrams_Parent(), getSubdiagrams()
** Generated **
Model:
opposite="subdiagrams"

setParent

void setParent(Diagrams value)
Sets the value of the 'Parent' container reference.

Parameters:
value - the new value of the 'Parent' container reference.
See Also:
getParent()
** Generated **

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.