public interface GNode extends GConnectable
The following features are supported:
GraphPackage.getGNode()| Modifier and Type | Method and Description |
|---|---|
double |
getHeight()
Returns the value of the 'Height' attribute.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
GModel |
getSubgraph()
Returns the value of the 'Subgraph' containment reference.
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute.
|
double |
getWidth()
Returns the value of the 'Width' attribute.
|
double |
getX()
Returns the value of the 'X' attribute.
|
double |
getY()
Returns the value of the 'Y' attribute.
|
void |
setHeight(double value)
Sets the value of the '
Height' attribute. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setSubgraph(GModel value)
Sets the value of the '
Subgraph' containment reference. |
void |
setType(java.lang.String value)
Sets the value of the '
Type' attribute. |
void |
setWidth(double value)
Sets the value of the '
Width' attribute. |
void |
setX(double value)
Sets the value of the '
X' attribute. |
void |
setY(double value)
Sets the value of the '
Y' attribute. |
getConnectorsjava.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
GraphPackage.getGNode_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()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.getGNode_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()double getX()
"0".
If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...
setX(double),
GraphPackage.getGNode_X()void setX(double value)
X' attribute.
value - the new value of the 'X' attribute.getX()double getY()
"0".
If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...
setY(double),
GraphPackage.getGNode_Y()void setY(double value)
Y' attribute.
value - the new value of the 'Y' attribute.getY()double getWidth()
"151".
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(double),
GraphPackage.getGNode_Width()void setWidth(double value)
Width' attribute.
value - the new value of the 'Width' attribute.getWidth()double getHeight()
"101".
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(double),
GraphPackage.getGNode_Height()void setHeight(double value)
Height' attribute.
value - the new value of the 'Height' attribute.getHeight()GModel getSubgraph()
Supergraph'.
If the meaning of the 'Subgraph' reference isn't clear, there really should be more of a description here...
setSubgraph(GModel),
GraphPackage.getGNode_Subgraph(),
GModel.getSupergraph()void setSubgraph(GModel value)
Subgraph' containment reference.
value - the new value of the 'Subgraph' containment reference.getSubgraph()Copyright © 2015 TESIS DYNAware. All Rights Reserved.