|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.pod.lwgraph.BasicLWPort
public class BasicLWPort
A basic implementation of the light-weight port interface. This class implements a port that contains a set of attributes.
Constructor Summary | |
---|---|
BasicLWPort()
Create a new port |
Method Summary | |
---|---|
int |
getPortId()
Return the integer id of this port |
Object |
getProperty(String key)
Return the property corresponding to the given key, or null if no such property exists. |
Iterator |
propertyNames()
Return an iteration of the names of the properties |
void |
setPortId(int id)
Set the integer id of this port. |
void |
setProperty(String key,
Object value)
Set the property corresponding to the given key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicLWPort()
Method Detail |
---|
public int getPortId()
getPortId
in interface LWPort
public Object getProperty(String key)
getProperty
in interface PropertyContainer
public void setPortId(int id)
setPortId
in interface LWPort
public Iterator propertyNames()
propertyNames
in interface PropertyContainer
public void setProperty(String key, Object value)
setProperty
in interface PropertyContainer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |