Package com.sodius.mdw.metamodel.uml21
Interface Polyline
-
- All Superinterfaces:
Comparable<Object>,DiagramElement,org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.EObject,GraphicPrimitive,LeafElement,MDWEObject,MDWObject,org.eclipse.emf.common.notify.Notifier
public interface Polyline extends GraphicPrimitive
A representation of the model object 'Polyline'.The following features are supported:
- See Also:
UMLPackage.getPolyline()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDWEList<Point>getWaypoints()Returns the value of the 'Waypoints' containment reference list.booleanisClosed()Returns the value of the 'Closed' attribute.booleanisSetClosed()Returns whether the value of the 'Closed' attribute is set.voidsetClosed(boolean value)Sets the value of the 'Closed' attribute.voidunsetClosed()Unsets the value of the 'Closed' attribute.-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.DiagramElement
getContainer, getDiagram, getProperty, getProperty, getProperty, getProperty, getReference, isSetIsVisible, isVisible, removeProperty, setContainer, setIsVisible, setProperty, setProperty, unsetIsVisible
-
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
-
-
-
Method Detail
-
getWaypoints
MDWEList<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:
UMLPackage.getPolyline_Waypoints()
-
isClosed
boolean isClosed()
Returns the value of the 'Closed' attribute.- Returns:
- the value of the 'Closed' attribute.
- See Also:
isSetClosed(),unsetClosed(),setClosed(boolean),UMLPackage.getPolyline_Closed()
-
setClosed
void setClosed(boolean value)
Sets the value of the 'Closed' attribute.- Parameters:
value- the new value of the 'Closed' attribute.- See Also:
isSetClosed(),unsetClosed(),isClosed()
-
unsetClosed
void unsetClosed()
Unsets the value of the 'Closed' attribute.- See Also:
isSetClosed(),isClosed(),setClosed(boolean)
-
isSetClosed
boolean isSetClosed()
Returns whether the value of the 'Closed' attribute is set.- Returns:
- whether the value of the 'Closed' attribute is set.
- See Also:
unsetClosed(),isClosed(),setClosed(boolean)
-
-