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

Packages that use AcReactionGroup
com.banda.chemistry.domain   
 

Uses of AcReactionGroup in com.banda.chemistry.domain
 

Methods in com.banda.chemistry.domain that return AcReactionGroup
 AcReactionGroup AcReaction.getGroup()
           
 

Methods in com.banda.chemistry.domain that return types with arguments of type AcReactionGroup
 List<AcReactionGroup> AcReactionSet.getGroups()
           
 

Methods in com.banda.chemistry.domain with parameters of type AcReactionGroup
 void AcReactionSet.addGroup(AcReactionGroup group)
           
 void AcReactionSet.removeGroup(AcReactionGroup group)
           
protected  void AcReaction.setGroup(AcReactionGroup group)
           
 

Method parameters in com.banda.chemistry.domain with type arguments of type AcReactionGroup
 void AcReactionSet.setGroups(List<AcReactionGroup> groups)
           
 



Copyright © 2013. All Rights Reserved.