|
||||||||
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 | |
---|---|
private org.graphdrawing.graphml.xmlns.GraphmlType |
graphmlHistory
The processing history as graphml if any. |
private java.util.Hashtable<java.lang.String,java.lang.String> |
properties
The properties of the underlying MTBData at the time of creation of this Dataport |
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, setOrigin |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.graphdrawing.graphml.xmlns.GraphmlType graphmlHistory
private java.util.Hashtable<java.lang.String,java.lang.String> properties
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 java.lang.String getLocation()
public java.lang.String getProperty(java.lang.String key)
key
.
key
- key of property to getpublic java.util.Enumeration<java.lang.String> getPropertyKeys()
public void print()
print
in class ALDPort
public void setGraphmlHistory(org.graphdrawing.graphml.xmlns.GraphmlType history)
history
- history of this data portpublic void setProperty(java.lang.String key, java.lang.Object o)
key
- key of property to seto
- new value of this property
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |