Package org.drools.model
Interface WindowDefinition
-
- All Known Subinterfaces:
Window,WindowReference<T>
- All Known Implementing Classes:
AbstractWindow,WindowImpl,WindowReferenceImpl
public interface WindowDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWindowDefinition.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WindowDefinition.TypegetType()longgetValue()
-
-
-
Method Detail
-
getType
WindowDefinition.Type getType()
-
getValue
long getValue()
-
-