public class EdgeImpl extends java.lang.Object implements Edge
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
Constructor and Description |
---|
EdgeImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
MyOriginalCell |
getCorrespondingCell() |
java.lang.String |
getEdgeName()
returns the name of a edge
|
java.lang.String |
getID()
returns the id of a edge
|
static void |
main(java.lang.String[] str) |
void |
setCorrespondingCell(MyOriginalCell correspondingCell) |
void |
setEdgeName(java.lang.String name)
sets the name of a edge
|
void |
setID(java.lang.String ID)
sets the id of a edge
|
public java.lang.String getEdgeName()
Edge
getEdgeName
in interface Edge
public void setEdgeName(java.lang.String name)
Edge
setEdgeName
in interface Edge
public java.lang.String getID()
Edge
public void setID(java.lang.String ID)
Edge
public MyOriginalCell getCorrespondingCell()
getCorrespondingCell
in interface MyOriginalElement
public void setCorrespondingCell(MyOriginalCell correspondingCell)
setCorrespondingCell
in interface MyOriginalElement
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public static void main(java.lang.String[] str) throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException