Package nl.rrd.wool.execution
Class WoolVariableStoreChange.Remove
- java.lang.Object
-
- nl.rrd.wool.execution.WoolVariableStoreChange
-
- nl.rrd.wool.execution.WoolVariableStoreChange.Remove
-
- Enclosing class:
- WoolVariableStoreChange
public static class WoolVariableStoreChange.Remove extends WoolVariableStoreChange
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class nl.rrd.wool.execution.WoolVariableStoreChange
WoolVariableStoreChange.Clear, WoolVariableStoreChange.Put, WoolVariableStoreChange.Remove
-
-
Constructor Summary
Constructors Constructor Description Remove(String variableName, org.joda.time.DateTime time)Remove(Collection<String> variableNames, org.joda.time.DateTime time)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DateTimegetTime()Collection<String>getVariableNames()
-
-
-
Constructor Detail
-
Remove
public Remove(Collection<String> variableNames, org.joda.time.DateTime time)
-
Remove
public Remove(String variableName, org.joda.time.DateTime time)
-
-
Method Detail
-
getVariableNames
public Collection<String> getVariableNames()
-
getTime
public org.joda.time.DateTime getTime()
-
-