Package org.drools.model
Interface From2<A,B>
-
- All Superinterfaces:
DeclarationSource,From<A>
- All Known Implementing Classes:
From2Impl
public interface From2<A,B> extends From<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Function2<A,B,?>getProvider()Variable<B>getVariable2()-
Methods inherited from interface org.drools.model.From
getVariable, isReactive
-
-