Package org.eclipse.epf.diagram.model
Interface ActivityDetailDiagram
- All Superinterfaces:
Diagram
,org.eclipse.emf.ecore.EObject
,LinkedObject
,Node
,NodeContainer
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ActivityDetailDiagramImpl
public interface ActivityDetailDiagram extends Diagram
A representation of the model object 'Activity Detail Diagram'.
The following features are supported:
- See Also:
ModelPackage.getActivityDetailDiagram()
-
Method Summary
Modifier and Type Method Description boolean
isAutoLayout()
Returns the value of the 'Auto Layout' attribute.void
setAutoLayout(boolean value)
Sets the value of the 'Auto Layout
' attribute.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.diagram.model.LinkedObject
getLinkedElement, getObject, setLinkedElement, setObject
Methods inherited from interface org.eclipse.epf.diagram.model.Node
getHeight, getIncomingConnections, getLocation, getOutgoingConnections, getWidth, isReadOnly, setHeight, setLocation, setReadOnly, setWidth
Methods inherited from interface org.eclipse.epf.diagram.model.NodeContainer
getNodes
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isAutoLayout
boolean isAutoLayout()Returns the value of the 'Auto Layout' attribute.- Returns:
- the value of the 'Auto Layout' attribute.
- See Also:
setAutoLayout(boolean)
,ModelPackage.getActivityDetailDiagram_AutoLayout()
-
setAutoLayout
void setAutoLayout(boolean value)Sets the value of the 'Auto Layout
' attribute.- Parameters:
value
- the new value of the 'Auto Layout' attribute.- See Also:
isAutoLayout()
-