Package org.drools.model
Interface WindowReference<T>
-
- All Superinterfaces:
DeclarationSource,WindowDefinition
- All Known Implementing Classes:
WindowReferenceImpl
public interface WindowReference<T> extends WindowDefinition, DeclarationSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.model.WindowDefinition
WindowDefinition.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntryPointgetEntryPoint()StringgetName()Class<T>getPatternType()Predicate1<T>[]getPredicates()-
Methods inherited from interface org.drools.model.WindowDefinition
getType, getValue
-
-
-
-
Method Detail
-
getPredicates
Predicate1<T>[] getPredicates()
-
getName
String getName()
-
getEntryPoint
EntryPoint getEntryPoint()
-
-