|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.operator.ALDPort
public abstract class ALDPort
This is the abstract super class of all ports which act as proxies to receive or supply objects within a processing graph.
Field Summary | |
---|---|
java.lang.String |
typeName
Typename of this port. |
Constructor Summary | |
---|---|
ALDPort(java.lang.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(java.lang.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 |
---|
public final java.lang.String typeName
Constructor Detail |
---|
public ALDPort(java.lang.String typeName)
typeName
- type of the port as a StringMethod Detail |
---|
public ALDPort getOrigin()
public void print()
public void print(java.lang.String indent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |