public interface GModel
extends org.eclipse.emf.ecore.EObject
The following features are supported:
GraphPackage.getGModel()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<GConnection> |
getConnections()
Returns the value of the 'Connections' containment reference list.
|
double |
getContentHeight()
Returns the value of the 'Content Height' attribute.
|
double |
getContentWidth()
Returns the value of the 'Content Width' attribute.
|
org.eclipse.emf.common.util.EList<GNode> |
getNodes()
Returns the value of the 'Nodes' containment reference list.
|
GNode |
getSupergraph()
Returns the value of the 'Supergraph' container reference.
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute.
|
void |
setContentHeight(double value)
Sets the value of the '
Content Height' attribute. |
void |
setContentWidth(double value)
Sets the value of the '
Content Width' attribute. |
void |
setType(java.lang.String value)
Sets the value of the '
Type' attribute. |
org.eclipse.emf.common.util.EList<GNode> getNodes()
GNode.
If the meaning of the 'Nodes' containment reference list isn't clear, there really should be more of a description here...
GraphPackage.getGModel_Nodes()org.eclipse.emf.common.util.EList<GConnection> getConnections()
GConnection.
If the meaning of the 'Connections' containment reference list isn't clear, there really should be more of a description here...
GraphPackage.getGModel_Connections()java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
GraphPackage.getGModel_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()double getContentHeight()
"2250".
If the meaning of the 'Content Height' attribute isn't clear, there really should be more of a description here...
setContentHeight(double),
GraphPackage.getGModel_ContentHeight()void setContentHeight(double value)
Content Height' attribute.
value - the new value of the 'Content Height' attribute.getContentHeight()GNode getSupergraph()
Subgraph'.
If the meaning of the 'Supergraph' reference isn't clear, there really should be more of a description here...
GraphPackage.getGModel_Supergraph(),
GNode.getSubgraph()double getContentWidth()
"3000".
If the meaning of the 'Content Width' attribute isn't clear, there really should be more of a description here...
setContentWidth(double),
GraphPackage.getGModel_ContentWidth()void setContentWidth(double value)
Content Width' attribute.
value - the new value of the 'Content Width' attribute.getContentWidth()Copyright © 2014 TESIS DYNAware. All Rights Reserved.