Package org.drools.model.impl
Class WindowImpl
- java.lang.Object
-
- org.drools.model.impl.AbstractWindow
-
- org.drools.model.impl.WindowImpl
-
- All Implemented Interfaces:
ModelComponent,Window,WindowDefinition
public class WindowImpl extends AbstractWindow implements Window
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.model.WindowDefinition
WindowDefinition.Type
-
-
Constructor Summary
Constructors Constructor Description WindowImpl(WindowDefinition.Type type, long value)WindowImpl(WindowDefinition.Type type, long value, TimeUnit timeUnit)
-
Method Summary
-
Methods inherited from class org.drools.model.impl.AbstractWindow
getType, getValue, isEqualTo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.model.WindowDefinition
getType, getValue
-
-
-
-
Constructor Detail
-
WindowImpl
public WindowImpl(WindowDefinition.Type type, long value)
-
WindowImpl
public WindowImpl(WindowDefinition.Type type, long value, TimeUnit timeUnit)
-
-