|
||||||||||
| 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.ALDDataPort
public class ALDDataPort
A data port acts as the reference for a data object in the processing history.
| Field Summary |
|---|
| Fields inherited from class de.unihalle.informatik.Alida.operator.ALDPort |
|---|
typeName |
| Constructor Summary | |
|---|---|
ALDDataPort(java.lang.Object obj)
Create a data port for an object. |
|
| Method Summary | |
|---|---|
org.graphdrawing.graphml.xmlns.GraphmlType |
getGraphmlHistory()
Get the grahphml history of this data port |
java.lang.String |
getLocation()
Get the location property, i.e. property with key location |
java.lang.String |
getProperty(java.lang.String key)
Get a property value for the given key. |
java.util.Enumeration<java.lang.String> |
getPropertyKeys()
Get the keys of all properties set in this data object |
void |
print()
Print some information to System.out. |
void |
setGraphmlHistory(org.graphdrawing.graphml.xmlns.GraphmlType history)
Set the grahphml history of this data port |
void |
setProperty(java.lang.String key,
java.lang.Object o)
Set the property with key to new value o. |
| 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 |
|---|
public ALDDataPort(java.lang.Object obj)
obj - object to be represented by this data port.| Method Detail |
|---|
public org.graphdrawing.graphml.xmlns.GraphmlType getGraphmlHistory()
public void setGraphmlHistory(org.graphdrawing.graphml.xmlns.GraphmlType history)
history - history of this data portpublic java.util.Enumeration<java.lang.String> getPropertyKeys()
public void setProperty(java.lang.String key,
java.lang.Object o)
key - key of property to seto - new value of this propertypublic java.lang.String getProperty(java.lang.String key)
key.
key - key of property to getpublic java.lang.String getLocation()
public void print()
print in class ALDPort
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||