Package org.drools.model
Interface Global<T>
-
- All Superinterfaces:
Argument<T>,NamedModelItem,Variable<T>
- All Known Subinterfaces:
UnitData<T>
- All Known Implementing Classes:
GlobalImpl,UnitDataImpl
public interface Global<T> extends Variable<T>, NamedModelItem
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisFact()-
Methods inherited from interface org.drools.model.NamedModelItem
getFullName, getName, getPackage
-
-