Uses of Interface
org.metaabm.ITyped

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

Uses of ITyped in org.metaabm
 

Subinterfaces of ITyped in org.metaabm
 interface ITypedArray
          A representation of the model object ' ITyped Array'.
 interface SAttribute
          A representation of the model object ' SAttribute'.
 interface SAttributeArray
           
 interface SState
          A representation of the model object ' SState'.
 

Uses of ITyped in org.metaabm.function
 

Subinterfaces of ITyped in org.metaabm.function
 interface FArgumentArrayPrototype
          A representation of the model object ' FArgument Array Prototype'.
 interface FArgumentPrototype
          A representation of the model object ' FArgument Prototype'.
 interface FMultiArgumentPrototype
          A representation of the model object ' FMulti Argument Prototype'.
 

Uses of ITyped in org.metaabm.function.impl
 

Classes in org.metaabm.function.impl that implement ITyped
 class FArgumentArrayPrototypeImpl
           
 class FArgumentPrototypeImpl
           
 class FMultiArgumentPrototypeImpl
           
 

Uses of ITyped in org.metaabm.function.util
 

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

Uses of ITyped in org.metaabm.impl
 

Classes in org.metaabm.impl that implement ITyped
 class SAttributeArrayImpl
          An implementation of the model object ' SAttribute Array'.
 class SAttributeImpl
          An implementation of the model object ' SAttribute'.
 class SStateImpl
          An implementation of the model object ' SState'.
 

Uses of ITyped in org.metaabm.util
 

Methods in org.metaabm.util with parameters of type ITyped
 T MetaABMSwitch.caseITyped(ITyped object)
          Returns the result of interpreting the object as an instance of 'ITyped'.