|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenNode
A representation of the model object 'Gen Node'. EClass mapped to Node
The following features are supported:
Model Facet
Labels
Compartments
Primary Drag Edit Policy Qualified Class Name
Graphical Node Edit Policy Class Name
Create Command Class Name
Reoriented Incoming Links
GMFGenPackage.getGenNode()
Field Summary | |
---|---|
static String |
CLASS_NAME_PREFIX
|
static String |
CREATE_COMMAND_SUFFIX
|
static String |
GRAPHICAL_NODE_EDIT_POLICY_SUFFIX
|
Fields inherited from interface org.eclipse.gmf.codegen.gmfgen.GenContainerBase |
---|
CANONICAL_EDIT_POLICY_SUFFIX |
Fields inherited from interface org.eclipse.gmf.codegen.gmfgen.GenCommonBase |
---|
DEFAULT_CLASS_NAME_PREFIX, EDIT_PART_SUFFIX, ITEM_SEMANTIC_EDIT_POLICY_SUFFIX, NOTATION_VIEW_FACTORY_SUFFIX |
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<GenCompartment> |
getCompartments()
Returns the value of the 'Compartments' reference list. |
String |
getCreateCommandClassName()
Returns the value of the 'Create Command Class Name' attribute. |
String |
getCreateCommandQualifiedClassName()
|
org.eclipse.emf.codegen.ecore.genmodel.GenClass |
getDomainMetaClass()
|
String |
getGraphicalNodeEditPolicyClassName()
Returns the value of the 'Graphical Node Edit Policy Class Name' attribute. |
String |
getGraphicalNodeEditPolicyQualifiedClassName()
valid only when there are compartments |
org.eclipse.emf.common.util.EList<GenNodeLabel> |
getLabels()
Returns the value of the 'Labels' containment reference list. |
TypeModelFacet |
getModelFacet()
Returns the value of the 'Model Facet' containment reference. |
String |
getPrimaryDragEditPolicyQualifiedClassName()
Returns the value of the 'Primary Drag Edit Policy Qualified Class Name' attribute. |
org.eclipse.emf.common.util.EList<GenLink> |
getReorientedIncomingLinks()
Returns the value of the 'Reoriented Incoming Links' reference list. |
void |
setCreateCommandClassName(String value)
Sets the value of the ' Create Command Class Name ' attribute. |
void |
setGraphicalNodeEditPolicyClassName(String value)
Sets the value of the ' Graphical Node Edit Policy Class Name ' attribute. |
void |
setModelFacet(TypeModelFacet value)
Sets the value of the ' Model Facet ' containment reference. |
void |
setPrimaryDragEditPolicyQualifiedClassName(String value)
Sets the value of the ' Primary Drag Edit Policy Qualified Class Name ' attribute. |
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenChildContainer |
---|
getChildNodes |
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenContainerBase |
---|
getAssistantNodes, getCanonicalEditPolicyClassName, getCanonicalEditPolicyQualifiedClassName, getContainedNodes, needsCanonicalEditPolicy, setCanonicalEditPolicyClassName |
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 |
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenLinkEnd |
---|
getGenIncomingLinks, getGenOutgoingLinks |
Field Detail |
---|
static final String CLASS_NAME_PREFIX
static final String GRAPHICAL_NODE_EDIT_POLICY_SUFFIX
static final String CREATE_COMMAND_SUFFIX
Method Detail |
---|
org.eclipse.emf.codegen.ecore.genmodel.GenClass getDomainMetaClass()
If the meaning of the 'Domain Meta Class' reference isn't clear, there really should be more of a description here...
Delegates to modelFacet
String getGraphicalNodeEditPolicyQualifiedClassName()
String getCreateCommandQualifiedClassName()
org.eclipse.emf.common.util.EList<GenNodeLabel> getLabels()
GenNodeLabel
.
It is bidirectional and its opposite is 'Node
'.
If the meaning of the 'Labels' containment reference list isn't clear, there really should be more of a description here...
GMFGenPackage.getGenNode_Labels()
,
GenNodeLabel.getNode()
org.eclipse.emf.common.util.EList<GenCompartment> getCompartments()
GenCompartment
.
It is bidirectional and its opposite is 'Node
'.
If the meaning of the 'Compartments' containment reference list isn't clear, there really should be more of a description here...
GMFGenPackage.getGenNode_Compartments()
,
GenCompartment.getNode()
String getPrimaryDragEditPolicyQualifiedClassName()
setPrimaryDragEditPolicyQualifiedClassName(String)
,
GMFGenPackage.getGenNode_PrimaryDragEditPolicyQualifiedClassName()
void setPrimaryDragEditPolicyQualifiedClassName(String value)
Primary Drag Edit Policy Qualified Class Name
' attribute.
value
- the new value of the 'Primary Drag Edit Policy Qualified Class Name' attribute.getPrimaryDragEditPolicyQualifiedClassName()
String getGraphicalNodeEditPolicyClassName()
If the meaning of the 'Graphical Node Edit Policy Class Name' attribute isn't clear, there really should be more of a description here...
setGraphicalNodeEditPolicyClassName(String)
,
GMFGenPackage.getGenNode_GraphicalNodeEditPolicyClassName()
void setGraphicalNodeEditPolicyClassName(String value)
Graphical Node Edit Policy Class Name
' attribute.
value
- the new value of the 'Graphical Node Edit Policy Class Name' attribute.getGraphicalNodeEditPolicyClassName()
String getCreateCommandClassName()
If the meaning of the 'Create Command Class Name' attribute isn't clear, there really should be more of a description here...
setCreateCommandClassName(String)
,
GMFGenPackage.getGenNode_CreateCommandClassName()
void setCreateCommandClassName(String value)
Create Command Class Name
' attribute.
value
- the new value of the 'Create Command Class Name' attribute.getCreateCommandClassName()
org.eclipse.emf.common.util.EList<GenLink> getReorientedIncomingLinks()
GenLink
.
If the meaning of the 'Reoriented Incoming Links' reference list isn't clear, there really should be more of a description here...
GMFGenPackage.getGenNode_ReorientedIncomingLinks()
TypeModelFacet getModelFacet()
If the meaning of the 'Model Facet' containment reference isn't clear, there really should be more of a description here...
setModelFacet(TypeModelFacet)
,
GMFGenPackage.getGenNode_ModelFacet()
void setModelFacet(TypeModelFacet value)
Model Facet
' containment reference.
value
- the new value of the 'Model Facet' containment reference.getModelFacet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |