|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.util.EdgeMapAdapter
This class is an empty abstract implementation of the EdgeMap interface.
Constructor Summary | |
EdgeMapAdapter()
|
Method Summary | |
Object |
get(Object edge)
Returns the value bound to the given edge. |
boolean |
getBool(Object edge)
Returns the boolean value bound to the given edge. |
double |
getDouble(Object edge)
Returns the double value bound to the given edge. |
int |
getInt(Object edge)
Returns the integer value bound to the given edge. |
void |
set(Object edge,
Object value)
Associates the given value to with the given edge. |
void |
setBool(Object edge,
boolean value)
Associates the given boolean value to with the given edge. |
void |
setDouble(Object edge,
double value)
Associates the given double value to with the given edge. |
void |
setInt(Object edge,
int value)
Associates the given integer value to with the given edge. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EdgeMapAdapter()
Method Detail |
public void set(Object edge, Object value)
set
in interface EdgeMap
public Object get(Object edge)
get
in interface EdgeMap
null
public void setBool(Object edge, boolean value)
setBool
in interface EdgeMap
public boolean getBool(Object edge)
Precondition: The value must have been associated to the given edge by a call to setBool.
getBool
in interface EdgeMap
false
public void setDouble(Object edge, double value)
setDouble
in interface EdgeMap
public double getDouble(Object edge)
Precondition: The value must have been associated to the given edge by a call to setDouble.
getDouble
in interface EdgeMap
0.0d
public void setInt(Object edge, int value)
setInt
in interface EdgeMap
public int getInt(Object edge)
Precondition: The value must have been associated to the given edge by a call to setInt.
getInt
in interface EdgeMap
0
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |