de.unihalle.informatik.Alida.operator
Class ALDOutputPort

java.lang.Object
  extended by de.unihalle.informatik.Alida.operator.ALDPort
      extended by de.unihalle.informatik.Alida.operator.ALDOpNodePort
          extended by de.unihalle.informatik.Alida.operator.ALDOutputPort

public class ALDOutputPort
extends ALDOpNodePort

Output port within an opNode.


Field Summary
 
Fields inherited from class de.unihalle.informatik.Alida.operator.ALDPort
typeName
 
Constructor Summary
ALDOutputPort(ALDOpNode opNode, int idx, String descriptorName)
          Construct an output port within the given opNode with index idx and descriptorName as role of the port.
 
Method Summary
 String getProperty(String key)
          Return property with key
 Enumeration<String> getPropertyKeys()
          Return all keys of the property hash of this output port
 void print()
          Print information to standard out
 void setProperty(String key, Object o)
          Set property with key to object o
 
Methods inherited from class de.unihalle.informatik.Alida.operator.ALDOpNodePort
getClassname, getDescriptorName, getExplanation, getOpNode, getPortIndex, getProperties, print, setClassname, setExplanation
 
Methods inherited from class de.unihalle.informatik.Alida.operator.ALDPort
getOrigin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ALDOutputPort

public ALDOutputPort(ALDOpNode opNode,
                     int idx,
                     String descriptorName)
Construct an output port within the given opNode with index idx and descriptorName as role of the port.

Method Detail

getPropertyKeys

public Enumeration<String> getPropertyKeys()
Return all keys of the property hash of this output port


setProperty

public void setProperty(String key,
                        Object o)
Set property with key to object o


getProperty

public String getProperty(String key)
Return property with key


print

public void print()
Print information to standard out

Overrides:
print in class ALDPort


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