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

public interface Variable<T> extends Argument<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default boolean
     
    default boolean
     

    Methods inherited from interface org.drools.model.Argument

    getType
  • Method Details

    • getName

      String getName()
    • isFact

      default boolean isFact()
    • isPrototype

      default boolean isPrototype()