|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MoreNodeMeasureSupport
MORe Node objects that shall enable the calculation and usage of network and node measures need to implement this interface.
Method Summary | |
---|---|
Number |
getNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport,?> network,
MMeasureDescription key)
Returns the value-object of this vertex for the network measure identified by the network measure key with the network this measure is associated with. |
void |
setNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport,?> network,
MMeasureDescription key,
Number value)
Sets the value-object of this vertex for the network measure identified by the network measure key with the network this measure is associated with. |
Method Detail |
---|
void setNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport,?> network, MMeasureDescription key, Number value)
network
- The Network the measure value to set is associated withkey
- The Key that identifies the measure to setvalue
- Value-object of measure to setNumber getNetworkMeasureObject(MoreNetwork<? extends MoreNodeMeasureSupport,?> network, MMeasureDescription key)
network
- The Network the measure value to set is associated withkey
- The Key that identifies the measure to set
null
if the specified
measure key has not been set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |