Uses of Class
com.banda.chemistry.domain.AcCompartment

Packages that use AcCompartment
com.banda.chemistry.domain   
 

Uses of AcCompartment in com.banda.chemistry.domain
 

Methods in com.banda.chemistry.domain that return AcCompartment
 AcCompartment AcCompartment.getOutputCompartment()
          Deprecated. 
 AcCompartment AcCompartment.getParent()
           
 AcCompartment ArtificialChemistry.getSkinCompartment()
           
 

Methods in com.banda.chemistry.domain that return types with arguments of type AcCompartment
 Collection<AcCompartment> AcCompartment.getSubCompartments()
           
 

Methods in com.banda.chemistry.domain with parameters of type AcCompartment
 void AcCompartment.addSubCompartment(AcCompartment subCompartment)
           
 void AcCompartment.removeSubCompartment(AcCompartment subCompartment)
           
 void AcCompartment.setOutputCompartment(AcCompartment outputCompartment)
          Deprecated. 
 void AcCompartment.setParent(AcCompartment parent)
           
 void ArtificialChemistry.setSkinCompartment(AcCompartment skinCompartment)
           
 

Method parameters in com.banda.chemistry.domain with type arguments of type AcCompartment
 void AcCompartment.setSubCompartments(Collection<AcCompartment> subCompartments)
           
 



Copyright © 2013. All Rights Reserved.