Package | Description |
---|---|
prompt.roles.data |
Modifier and Type | Method and Description |
---|---|
Dependency |
DependencySet.search(java.lang.String source,
java.lang.String target)
This method can be used to retrieve a dependency from the current set
|
Modifier and Type | Method and Description |
---|---|
void |
Role.addDependency(Dependency dependency)
This method adds the dependency to the set of dependencies of this role
|
void |
RoleSet.handoverDependency(Dependency dependency)
This method adds the provided
Dependency considering the two
activities as belonging to different roles. |
void |
RoleSet.sameRoleDependency(Dependency dependency)
This method adds the provided
Dependency considering both
activities as part of the same role. |