Uses of Interface
org.metaabm.act.AGroup

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

Uses of AGroup in org.metaabm.act
 

Methods in org.metaabm.act that return AGroup
 AGroup MetaABMActFactory.createAGroup()
          Returns a new object of class 'AGroup'.
 AGroup AAct.getGroup()
          Returns the value of the 'Group' container reference.
 

Methods in org.metaabm.act with parameters of type AGroup
 void AAct.setGroup(AGroup value)
          Sets the value of the 'Group' container reference.
 

Uses of AGroup in org.metaabm.act.impl
 

Classes in org.metaabm.act.impl that implement AGroup
 class AGroupImpl
           
 

Methods in org.metaabm.act.impl that return AGroup
 AGroup MetaABMActFactoryImpl.createAGroup()
           
 AGroup AActImpl.getGroup()
           
 

Methods in org.metaabm.act.impl with parameters of type AGroup
 org.eclipse.emf.common.notify.NotificationChain AActImpl.basicSetGroup(AGroup newGroup, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AActImpl.setGroup(AGroup newGroup)
           
 

Uses of AGroup in org.metaabm.act.util
 

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

Uses of AGroup in org.metaabm.act.validation
 

Methods in org.metaabm.act.validation with parameters of type AGroup
 boolean AActValidator.validateGroup(AGroup value)