|
||||||||
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 | |
---|---|
private ALDPort |
origin
The origin/producer of this port. |
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 |
(package private) void |
setOrigin(ALDPort p)
Set the origin of this port, which is the parent in the processing graph. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ALDPort origin
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)
void setOrigin(ALDPort p)
p
- origin of this port, i.e. parent in processing
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |