de.unihalle.informatik.Alida.operator
Class ALDInputPort

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.ALDInputPort

public class ALDInputPort
extends ALDOpNodePort

Input port within an opNode.


Field Summary
 
Fields inherited from class de.unihalle.informatik.Alida.operator.ALDPort
typeName
 
Constructor Summary
ALDInputPort(ALDOpNode opNode, int idx, java.lang.String descriptorName)
          Construct an input port within the given opNode with index idx and descriptorName as role of the port.
 
Method Summary
 
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, print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ALDInputPort

public ALDInputPort(ALDOpNode opNode,
                    int idx,
                    java.lang.String descriptorName)
Construct an input port within the given opNode with index idx and descriptorName as role of the port.



Copyright © 2010-2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.