Package org.drools.model
Interface Declaration<T>
-
- All Known Implementing Classes:
DeclarationImpl,PrototypeVariableImpl
public interface Declaration<T> extends Variable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainClassMetadatagetMetadata()DeclarationSourcegetSource()WindowgetWindow()
-
-
-
Method Detail
-
getSource
DeclarationSource getSource()
-
getWindow
Window getWindow()
-
getMetadata
DomainClassMetadata getMetadata()
-
-