|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.operator.ALDPort
de.unihalle.informatik.Alida.operator.ALDOpNodePort
de.unihalle.informatik.Alida.operator.ALDOutputPort
public class ALDOutputPort
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,
java.lang.String descriptorName)
Construct an output port within the given opNode with index idx and
descriptorName as role of the port. |
Method Summary | |
---|---|
java.lang.String |
getProperty(java.lang.String key)
Return property with key |
java.util.Enumeration<java.lang.String> |
getPropertyKeys()
Return all keys of the property hash of this output port |
void |
print()
Print information to standard out |
void |
setProperty(java.lang.String key,
java.lang.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 |
---|
public ALDOutputPort(ALDOpNode opNode, int idx, java.lang.String descriptorName)
opNode
with index idx
and
descriptorName
as role of the port.
Method Detail |
---|
public java.util.Enumeration<java.lang.String> getPropertyKeys()
public void setProperty(java.lang.String key, java.lang.Object o)
public java.lang.String getProperty(java.lang.String key)
public void print()
print
in class ALDPort
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |