Uses of Interface
org.metaabm.function.FGeneric

Packages that use FGeneric
org.metaabm.function   
org.metaabm.function.impl   
org.metaabm.function.util   
 

Uses of FGeneric in org.metaabm.function
 

Subinterfaces of FGeneric in org.metaabm.function
 interface FGenericFunction
          A representation of the model object ' FGeneric Function'.
 interface FGenericLogical
          A representation of the model object ' FGeneric Logical'.
 

Uses of FGeneric in org.metaabm.function.impl
 

Classes in org.metaabm.function.impl that implement FGeneric
 class FGenericFunctionImpl
           
 class FGenericImpl
           
 class FGenericLogicalImpl
           
 

Uses of FGeneric in org.metaabm.function.util
 

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