Package org.eclipse.epf.uma
Interface Polyline
- All Superinterfaces:
DiagramElement
,Element
,org.eclipse.emf.ecore.EObject
,GraphicPrimitive
,LeafElement
,MethodElement
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
- All Known Implementing Classes:
PolylineImpl
public interface Polyline extends GraphicPrimitive
A representation of the model object 'Polyline'.
The following features are supported:
- See Also:
UmaPackage.getPolyline()
-
Method Summary
Modifier and Type Method Description java.lang.Boolean
getClosed()
Returns the value of the 'Closed' attribute.org.eclipse.emf.common.util.EList<Point>
getWaypoints()
Returns the value of the 'Waypoints' containment reference list.void
setClosed(java.lang.Boolean value)
Sets the value of the 'Closed
' attribute.Methods inherited from interface org.eclipse.epf.uma.DiagramElement
getContainer, getIsVisible, getProperty, getReference, setContainer, setIsVisible
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.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressed
Methods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getClosed
java.lang.Boolean getClosed()Returns the value of the 'Closed' attribute. The default value is"true"
.- Returns:
- the value of the 'Closed' attribute.
- See Also:
setClosed(Boolean)
,UmaPackage.getPolyline_Closed()
-
setClosed
void setClosed(java.lang.Boolean value)Sets the value of the 'Closed
' attribute.- Parameters:
value
- the new value of the 'Closed' attribute.- See Also:
getClosed()
-
getWaypoints
org.eclipse.emf.common.util.EList<Point> getWaypoints()Returns the value of the 'Waypoints' containment reference list. The list contents are of typePoint
.- Returns:
- the value of the 'Waypoints' containment reference list.
- See Also:
UmaPackage.getPolyline_Waypoints()
-