Package org.drools.model
Interface Tuple
-
- All Known Subinterfaces:
TupleHandle
- All Known Implementing Classes:
TupleHandleImpl
public interface Tuple
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Tget(Variable<T> variable)TuplegetParent()intsize()
-