|
||||||||
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.
Field Summary | |
---|---|
private ALDPort |
sourcePort
Source port of the data flow |
private ALDPort |
targetPort
Target port of the data flow |
Constructor Summary | |
---|---|
ALDEdge(ALDPort sourcePort,
ALDPort targetPort)
Construct an edge for given source and target 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(java.lang.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 |
Field Detail |
---|
private ALDPort sourcePort
private ALDPort targetPort
Constructor Detail |
---|
ALDEdge(ALDPort sourcePort, ALDPort targetPort)
Method Detail |
---|
public ALDPort getSourcePort()
public ALDPort getTargetPort()
public void print()
public void print(java.lang.String indent)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |