Uses of Interface
org.metaabm.SActable

Packages that use SActable
org.metaabm   
org.metaabm.impl   
org.metaabm.util   
 

Uses of SActable in org.metaabm
 

Subinterfaces of SActable in org.metaabm
 interface SAgent
          A representation of the model object ' SAgent'.
 interface SContext
          A representation of the model object ' SContext'.
 interface SStyle
          A representation of the model object ' SStyle'.
 interface SStyle2D
          A representation of the model object ' SStyle2 D'.
 interface SStyle3D
          A representation of the model object ' SStyle3 D'.
 interface SStyleShape
          A representation of the model object 'SStyle Shape'.
 

Uses of SActable in org.metaabm.impl
 

Classes in org.metaabm.impl that implement SActable
 class SActableImpl
          An implementation of the model object ' SActable'.
 class SAgentImpl
          An implementation of the model object ' SAgent'.
 class SContextImpl
          An implementation of the model object ' SContext'.
 class SStyle2DImpl
          An implementation of the model object ' SStyle2 D'.
 class SStyle3DImpl
          An implementation of the model object ' SStyle3 D'.
 class SStyleImpl
          An implementation of the model object ' SStyle'.
 class SStyleShapeImpl
          An implementation of the model object 'SStyle Shape'.
 

Uses of SActable in org.metaabm.util
 

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