|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.operator.ALDEdge
public class ALDEdge
This class is used to represent edges of the processing history during construction of the explicit history graph. It connects to ports and represents the dataflow between these ports.
Method Summary | |
---|---|
ALDPort |
getSourcePort()
Return the source port of the edge. |
ALDPort |
getTargetPort()
Return the target port of the edge. |
void |
print()
Print this edge to stdout. |
void |
print(String indent)
Print this edge to stdout with a given ident string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ALDPort getSourcePort()
public ALDPort getTargetPort()
public void print()
public void print(String indent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |