Uses of Interface
com.hammurapi.party.Role

Packages that use Role
com.hammurapi.party   
com.hammurapi.party.impl   
com.hammurapi.party.util   
 

Uses of Role in com.hammurapi.party
 

Methods in com.hammurapi.party that return Role
 Role PartyFactory.createRole()
          Returns a new object of class 'Role'.
 

Methods in com.hammurapi.party that return types with arguments of type Role
 org.eclipse.emf.common.util.EList<Role> CommonObject.getRoles()
          Returns the value of the 'Roles' containment reference list.
 

Uses of Role in com.hammurapi.party.impl
 

Classes in com.hammurapi.party.impl that implement Role
 class RoleImpl
          An implementation of the model object 'Role'.
 

Methods in com.hammurapi.party.impl that return Role
 Role PartyFactoryImpl.createRole()
           
 

Uses of Role in com.hammurapi.party.util
 

Methods in com.hammurapi.party.util with parameters of type Role
 T PartySwitch.caseRole(Role object)
          Returns the result of interpreting the object as an instance of 'Role'.