Package org.drools.model
Interface Variable<T>
- All Superinterfaces:
Argument<T>
- All Known Subinterfaces:
Declaration<T>,Global<T>,UnitData<T>
- All Known Implementing Classes:
DeclarationImpl,Exchange,GlobalImpl,UnitDataImpl,VariableImpl
-
Method Details
-
getName
String getName() -
isFact
default boolean isFact() -
isPrototype
default boolean isPrototype()
-