public class ALDDataPort extends ALDPort
| Constructor and Description |
|---|
ALDDataPort(Object obj)
Create a data port for an object.
|
| Modifier and Type | Method and Description |
|---|---|
org.graphdrawing.graphml.xmlns.GraphmlType |
getGraphmlHistory()
Get the grahphml history of this data port
|
String |
getLocation()
Get the location property, i.e. property with key location
|
String |
getProperty(String key)
Get a property value for the given
key. |
Enumeration<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(String key,
Object o)
Set the property with key to new value o.
|
public ALDDataPort(Object obj)
obj - object to be represented by this data port.public org.graphdrawing.graphml.xmlns.GraphmlType getGraphmlHistory()
public void setGraphmlHistory(org.graphdrawing.graphml.xmlns.GraphmlType history)
history - history of this data portpublic Enumeration<String> getPropertyKeys()
public void setProperty(String key, Object o)
key - key of property to seto - new value of this propertypublic String getProperty(String key)
key.key - key of property to getpublic String getLocation()
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.