de.unihalle.informatik.Alida.operator
Class ALDEdge

java.lang.Object
  extended by de.unihalle.informatik.Alida.operator.ALDEdge

public class ALDEdge
extends Object

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

getSourcePort

public ALDPort getSourcePort()
Return the source port of the edge.


getTargetPort

public ALDPort getTargetPort()
Return the target port of the edge.


print

public void print()
Print this edge to stdout.


print

public void print(String indent)
Print this edge to stdout with a given ident string.



Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.