de.unihalle.informatik.Alida.operator
Class ALDPort

java.lang.Object
  extended by de.unihalle.informatik.Alida.operator.ALDPort
Direct Known Subclasses:
ALDDataPort, ALDOpNodePort

public abstract class ALDPort
extends Object

This is the abstract super class of all ports which act as proxies to receive or supply objects within a processing graph.


Field Summary
 String typeName
          Typename of this port.
 
Constructor Summary
ALDPort(String typeName)
          Construct a port object
 
Method Summary
 ALDPort getOrigin()
          Get the origin of this port, which is the parent in the processing graph.
 void print()
          Print some information on System.out
 void print(String indent)
          Print some information on System.out
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeName

public final String typeName
Typename of this port. Used only for printing.

Constructor Detail

ALDPort

public ALDPort(String typeName)
Construct a port object

Parameters:
typeName - type of the port as a String
Method Detail

getOrigin

public ALDPort getOrigin()
Get the origin of this port, which is the parent in the processing graph.

Returns:
origin of this port, i.e. parent in processing graph.

print

public void print()
Print some information on System.out


print

public void print(String indent)
Print some information on System.out



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