Uses of Interface
org.metaabm.SNetwork

Packages that use SNetwork
org.metaabm   
org.metaabm.act   
org.metaabm.act.impl   
org.metaabm.act.validation   
org.metaabm.impl   
org.metaabm.util   
 

Uses of SNetwork in org.metaabm
 

Methods in org.metaabm that return SNetwork
 SNetwork MetaABMFactory.createSNetwork()
          Returns a new object of class 'SNetwork'.
 

Uses of SNetwork in org.metaabm.act
 

Methods in org.metaabm.act that return SNetwork
 SNetwork ANetwork.getWithin()
          Returns the value of the 'Within' reference.
 

Methods in org.metaabm.act with parameters of type SNetwork
 void ANetwork.setWithin(SNetwork value)
          Sets the value of the 'Within' reference.
 

Uses of SNetwork in org.metaabm.act.impl
 

Fields in org.metaabm.act.impl declared as SNetwork
protected  SNetwork ANetworkImpl.within
          The cached value of the 'Within' reference.
 

Methods in org.metaabm.act.impl that return SNetwork
 SNetwork ANetworkImpl.basicGetWithin()
           
 SNetwork ANetworkImpl.getWithin()
           
 

Methods in org.metaabm.act.impl with parameters of type SNetwork
 void ANetworkImpl.setWithin(SNetwork newWithin)
           
 

Uses of SNetwork in org.metaabm.act.validation
 

Methods in org.metaabm.act.validation with parameters of type SNetwork
 boolean ANetworkValidator.validateWithin(SNetwork value)
           
 

Uses of SNetwork in org.metaabm.impl
 

Classes in org.metaabm.impl that implement SNetwork
 class SNetworkImpl
          An implementation of the model object ' SNetwork'.
 

Methods in org.metaabm.impl that return SNetwork
 SNetwork MetaABMFactoryImpl.createSNetwork()
           
 

Uses of SNetwork in org.metaabm.util
 

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