org.eclipse.gmf.gmfgraph
Interface PinOwner

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ConnectionFigure, CustomConnection, CustomDecoration, CustomFigure, DecorationFigure, Ellipse, InvisibleRectangle, Label, LabeledContainer, Polygon, PolygonDecoration, Polyline, PolylineConnection, PolylineDecoration, RealFigure, Rectangle, RoundedRectangle, ScalablePolygon, Shape, SVGFigure, VerticalLabel
All Known Implementing Classes:
CustomConnectionImpl, CustomDecorationImpl, CustomFigureImpl, EllipseImpl, InvisibleRectangleImpl, LabeledContainerImpl, LabelImpl, PolygonDecorationImpl, PolygonImpl, PolylineConnectionImpl, PolylineDecorationImpl, PolylineImpl, RealFigureImpl, RectangleImpl, RoundedRectangleImpl, ScalablePolygonImpl, ShapeImpl, SVGFigureImpl, VerticalLabelImpl

public interface PinOwner
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Pin Owner'.

The following features are supported:

See Also:
GMFGraphPackage.getPinOwner()
Generated
Model Properties:
interface="true" abstract="true"

Method Summary
 org.eclipse.emf.common.util.EList<Pin> getPins()
          Returns the value of the 'Pins' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getPins

org.eclipse.emf.common.util.EList<Pin> getPins()
Returns the value of the 'Pins' containment reference list. The list contents are of type Pin.

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

Returns:
the value of the 'Pins' containment reference list.
See Also:
GMFGraphPackage.getPinOwner_Pins()
Generated
Model Properties:
containment="true"


Copyright © 2012. All Rights Reserved.