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

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

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

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

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

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

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



Copyright © 2009 eBM WebSourcing. All Rights Reserved.