|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmovement.ActivenessHandler
public class ActivenessHandler
Object of this class tell the movement models when a node belonging to a certain group is active and when not.
Field Summary | |
---|---|
static java.lang.String |
ACTIVE_TIMES_S
Active times -setting id ("activeTimes"). Syntax: start, end Multiple times can be concatenated by repeating the sequence. |
Constructor Summary | |
---|---|
ActivenessHandler(Settings s)
|
Method Summary | |
---|---|
boolean |
isActive()
Returns true if node should be active at the moment |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ACTIVE_TIMES_S
start, end
Constructor Detail |
---|
public ActivenessHandler(Settings s)
Method Detail |
---|
public boolean isActive()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |