Package org.drools.model
Interface Variable<T>
-
- All Superinterfaces:
Argument<T>
- All Known Subinterfaces:
Declaration<T>,Global<T>,PrototypeVariable,UnitData<T>
- All Known Implementing Classes:
DeclarationImpl,Exchange,GlobalImpl,PrototypeVariableImpl,UnitDataImpl,VariableImpl
public interface Variable<T> extends Argument<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetName()default booleanisFact()
-
-
-
Method Detail
-
getName
String getName()
-
isFact
default boolean isFact()
-
-