Class ActivationTime
- java.lang.Object
-
- org.drools.verifier.core.index.model.ActivationTime
-
public class ActivationTime extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ActivationTime(java.util.Date start, java.util.Date end)Accepts null.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetEnd()java.util.DategetStart()booleanoverlaps(ActivationTime other)
-
-
-
Method Detail
-
getStart
public java.util.Date getStart()
-
getEnd
public java.util.Date getEnd()
-
overlaps
public boolean overlaps(ActivationTime other)
-
-