Uses of Interface
org.metaabm.function.FLogical

Packages that use FLogical
org.metaabm.act   
org.metaabm.function   
org.metaabm.function.impl   
org.metaabm.function.util   
 

Uses of FLogical in org.metaabm.act
 

Methods in org.metaabm.act that return FLogical
 FLogical ATest.getFunction()
          Returns the value of the 'Condition' containment reference.
 

Methods in org.metaabm.act with parameters of type FLogical
 void ATest.setCondition(FLogical value)
          Sets the value of the 'Condition' containment reference.
 

Uses of FLogical in org.metaabm.function
 

Subinterfaces of FLogical in org.metaabm.function
 interface FGenericLogical
           
 interface FLogicalOperator
           
 

Uses of FLogical in org.metaabm.function.impl
 

Classes in org.metaabm.function.impl that implement FLogical
 class FGenericLogicalImpl
           
 class FLogicalOperatorImpl
           
 

Uses of FLogical in org.metaabm.function.util
 

Methods in org.metaabm.function.util with parameters of type FLogical
 T MetaABMFunctionSwitch.caseFLogical(FLogical object)
          Returns the result of interpreting the object as an instance of 'FLogical'.