Uses of Interface
com.ebmwebsourcing.easyviper.core.api.engine.expression.ConditionalExpression

Packages that use ConditionalExpression
com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal   
 

Uses of ConditionalExpression in com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal that return ConditionalExpression
 ConditionalExpression LoopBehaviour.getCondition()
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal that return types with arguments of type ConditionalExpression
 java.util.List<ConditionalExpression> IfBehaviour.getConditions()
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal with parameters of type ConditionalExpression
 void LoopBehaviour.setCondition(ConditionalExpression condition)
           
 

Method parameters in com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal with type arguments of type ConditionalExpression
 void IfBehaviour.setConditions(java.util.List<ConditionalExpression> expression)
           
 



Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.