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