Package | Description |
---|---|
prompt.roles.data |
Modifier and Type | Method and Description |
---|---|
static Role |
Role.merge(Role role1,
Role role2)
This method merges two roles, and creates a new one.
|
Role |
RoleSet.search(java.lang.String activity)
This method returns the role that contains the provided activity
|
Modifier and Type | Method and Description |
---|---|
static Role |
Role.merge(Role role1,
Role role2)
This method merges two roles, and creates a new one.
|
static double |
Role.rho(Role role1,
Role role2)
Method to calculate the amount of shared originators between the two
roles.
|
static java.lang.String |
Role.stringRepresentation(Role r1,
Role r2)
This method provides a string representation of two roles.
|