Uses of Interface
org.metaabm.act.ABuildGeography

Packages that use ABuildGeography
org.metaabm.act   
org.metaabm.act.impl   
org.metaabm.act.util   
 

Uses of ABuildGeography in org.metaabm.act
 

Methods in org.metaabm.act that return ABuildGeography
 ABuildGeography MetaABMActFactory.createABuildGeography()
          Returns a new object of class 'ABuild Geography'.
 

Uses of ABuildGeography in org.metaabm.act.impl
 

Classes in org.metaabm.act.impl that implement ABuildGeography
 class ABuildGeographyImpl
           
 

Methods in org.metaabm.act.impl that return ABuildGeography
 ABuildGeography MetaABMActFactoryImpl.createABuildGeography()
           
 

Uses of ABuildGeography in org.metaabm.act.util
 

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