Package org.drools.base.rule
Class WindowDeclaration
java.lang.Object
org.drools.base.rule.WindowDeclaration
- All Implemented Interfaces:
Externalizable,Serializable,KieDefinition,KnowledgeDefinition
The window declaration defines a window that can be used by patterns
in rules
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.kie.api.definition.KieDefinition
KieDefinition.KnowledgeType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()voidvoidvoidsetPattern(Pattern pattern) void
-
Constructor Details
-
WindowDeclaration
public WindowDeclaration() -
WindowDeclaration
-
-
Method Details
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
getName
-
setName
-
getPattern
-
setPattern
-
hashCode
public int hashCode() -
equals
-
getKnowledgeType
- Specified by:
getKnowledgeTypein interfaceKieDefinition
-
getNamespace
- Specified by:
getNamespacein interfaceKieDefinition
-
getId
- Specified by:
getIdin interfaceKieDefinition
-