Class TimeExpression
- java.lang.Object
-
- de.fraunhofer.iese.mydata.policy.time.TimeExpression
-
public class TimeExpression extends Object
Container for Time Expression. Assumption: only concrete, negative and positive values have to be stored "*" will not change anything on the Date and will not be stored- Author:
- Robin Brandstaedter
-
-
Constructor Summary
Constructors Constructor Description TimeExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Integer>
getConcreteMap()
Map<String,Integer>
getRelativeChangeMap()
boolean
hasConcreteValues()
boolean
hasReletiveChangeValues()
void
setConcreteMap(Map<String,Integer> concreteMap)
void
setRelativeChangeMap(Map<String,Integer> relativeChangeMap)
-