Class 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 Detail

      • TimeExpression

        public TimeExpression()
    • Method Detail

      • setConcreteMap

        public void setConcreteMap​(Map<String,​Integer> concreteMap)
      • setRelativeChangeMap

        public void setRelativeChangeMap​(Map<String,​Integer> relativeChangeMap)
      • hasConcreteValues

        public boolean hasConcreteValues()
      • hasReletiveChangeValues

        public boolean hasReletiveChangeValues()