Modelers

org.topcased.modeler.di.model
Interface DiagramElement

All Superinterfaces:
EModelElement, EObject, Notifier
All Known Subinterfaces:
Diagram, EdgeObject, EdgeObjectOffset, EdgeObjectUV, Ellipse, GraphEdge, GraphElement, GraphicPrimitive, GraphNode, Image, LeafElement, Polyline, Reference, TextElement

public interface DiagramElement
extends EModelElement

A representation of the model object 'Diagram Element'.

The following features are supported:

See Also:
DiagramInterchangePackage.getDiagramElement()
** Generated **
Model:
abstract="true"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 GraphElement getContainer()
          Returns the value of the 'Container' container reference.
 EList<Property> getProperty()
          Returns the value of the 'Property' containment reference list.
 EList<Reference> getReference()
          Returns the value of the 'Reference' reference list.
 boolean isVisible()
          Returns the value of the 'Visible' attribute.
 void setContainer(GraphElement value)
          Sets the value of the 'Container' container reference
 void setVisible(boolean value)
          Sets the value of the 'Visible' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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

isVisible

boolean isVisible()
Returns the value of the 'Visible' attribute. The default value is "true".

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

Returns:
the value of the 'Visible' attribute.
See Also:
setVisible(boolean), DiagramInterchangePackage.getDiagramElement_Visible()
** Generated **
Model:
default="true"

setVisible

void setVisible(boolean value)
Sets the value of the 'Visible' attribute.

Parameters:
value - the new value of the 'Visible' attribute.
See Also:
isVisible()
** Generated **

getProperty

EList<Property> getProperty()
Returns the value of the 'Property' containment reference list. The list contents are of type Property.

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

Returns:
the value of the 'Property' containment reference list.
See Also:
DiagramInterchangePackage.getDiagramElement_Property()
** Generated **
Model:
type="org.topcased.modeler.di.model.Property" containment="true"

getContainer

GraphElement getContainer()
Returns the value of the 'Container' container reference. It is bidirectional and its opposite is 'Contained'.

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

Returns:
the value of the 'Container' container reference.
See Also:
setContainer(GraphElement), DiagramInterchangePackage.getDiagramElement_Container(), GraphElement.getContained()
** Generated **
Model:
opposite="contained"

setContainer

void setContainer(GraphElement value)
Sets the value of the 'Container' container reference.

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

getReference

EList<Reference> getReference()
Returns the value of the 'Reference' reference list. The list contents are of type Reference. It is bidirectional and its opposite is 'Referenced'.

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

Returns:
the value of the 'Reference' reference list.
See Also:
DiagramInterchangePackage.getDiagramElement_Reference(), Reference.getReferenced()
** Generated **
Model:
type="org.topcased.modeler.di.model.Reference" opposite="referenced"

Modelers

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