Uses of Interface
org.metaabm.act.ABuildProjection

Packages that use ABuildProjection
org.metaabm.act   
org.metaabm.act.impl   
org.metaabm.act.util   
org.metaabm.commands   
 

Uses of ABuildProjection in org.metaabm.act
 

Subinterfaces of ABuildProjection in org.metaabm.act
 interface ABuildGeography
           
 interface ABuildGrid
           
 interface ABuildNetwork
           
 interface ABuildSpace
           
 

Uses of ABuildProjection in org.metaabm.act.impl
 

Classes in org.metaabm.act.impl that implement ABuildProjection
 class ABuildGeographyImpl
           
 class ABuildGridImpl
           
 class ABuildNetworkImpl
           
 class ABuildProjectionImpl
           
 class ABuildSpaceImpl
           
 

Uses of ABuildProjection in org.metaabm.act.util
 

Methods in org.metaabm.act.util with parameters of type ABuildProjection
 T MetaABMActSwitch.caseABuildProjection(ABuildProjection object)
          Returns the result of interpreting the object as an instance of 'ABuild Projection'.
 

Uses of ABuildProjection in org.metaabm.commands
 

Methods in org.metaabm.commands that return ABuildProjection
static ABuildProjection AddSpacesActsCommand.findBuilderOf(SContext context, SProjection proj)