|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.edu.agh.cast.model.visual.backward.Connection
public class Connection
A visual representation of a IRelation.
| Constructor Summary | |
|---|---|
Connection()
Default constructor. |
|
Connection(Node source,
Node target,
Date connectionStart)
Constructor. |
|
| Method Summary | |
|---|---|
void |
copyTo(Connection that)
Copies all fields of this Connection instance to that instance. |
boolean |
equals(Object obj)
|
Node |
getSourceNode()
|
Date |
getStartDate()
|
Node |
getTargetNode()
|
int |
hashCode()
|
void |
setSourceNode(Node sourceNode)
|
void |
setStartDate(Date startDate)
|
void |
setTargetNode(Node targetNode)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Connection()
public Connection(Node source,
Node target,
Date connectionStart)
source - source nodetarget - target nodeconnectionStart - time of connection| Method Detail |
|---|
public Node getSourceNode()
public void setSourceNode(Node sourceNode)
public Node getTargetNode()
public void setTargetNode(Node targetNode)
public Date getStartDate()
public void setStartDate(Date startDate)
public void copyTo(Connection that)
Connection instance to that instance.
that - instance of Connection to copy this instance topublic String toString()
toString in class ObjectObject.toString()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||