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()
EdgegetEdgeName in interface Edgepublic void setEdgeName(java.lang.String name)
EdgesetEdgeName in interface Edgepublic java.lang.String getID()
Edgepublic void setID(java.lang.String ID)
Edgepublic MyOriginalCell getCorrespondingCell()
getCorrespondingCell in interface MyOriginalElementpublic void setCorrespondingCell(MyOriginalCell correspondingCell)
setCorrespondingCell in interface MyOriginalElementpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic static void main(java.lang.String[] str)
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException