public interface Block
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BlocksPackage.getBlock()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Class |
getBase_Class()
Returns the value of the 'Base Class' reference.
|
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Property> |
getFlowProperties() |
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Property> |
getParts() |
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Property> |
getReferences() |
boolean |
isEncapsulated()
Returns the value of the 'Is Encapsulated' attribute.
|
void |
setBase_Class(org.eclipse.uml2.uml.Class value)
Sets the value of the '
Base Class ' reference. |
void |
setIsEncapsulated(boolean value)
Sets the value of the '
Is Encapsulated ' attribute. |
org.eclipse.uml2.uml.Class getBase_Class()
If the meaning of the 'Base Class' reference isn't clear, there really should be more of a description here...
setBase_Class(org.eclipse.uml2.uml.Class)
,
BlocksPackage.getBlock_Base_Class()
void setBase_Class(org.eclipse.uml2.uml.Class value)
Base Class
' reference.
value
- the new value of the 'Base Class' reference.getBase_Class()
boolean isEncapsulated()
setIsEncapsulated(boolean)
,
BlocksPackage.getBlock_IsEncapsulated()
void setIsEncapsulated(boolean value)
Is Encapsulated
' attribute.
value
- the new value of the 'Is Encapsulated' attribute.isEncapsulated()
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Property> getReferences()
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Property> getParts()
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Property> getFlowProperties()
Copyright © 2015–2016 Eclipse foundation. All rights reserved.