Interface Value<T>

All Superinterfaces:
Argument<T>
All Known Implementing Classes:
ValueImpl

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

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.drools.model.Argument

    getType
  • Method Details

    • getValue

      T getValue()