| Package | Description |
|---|---|
| ontopoly.components | |
| ontopoly.model | |
| ontopoly.models |
| Constructor and Description |
|---|
AssociationTransformerPanel(String id,
AssociationType associationType,
List<RoleType> roleTypes) |
| Modifier and Type | Method and Description |
|---|---|
RoleType |
TopicMap.createRoleType(String name) |
RoleType |
RoleField.getRoleType()
Gets the role type.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoleType> |
AssociationType.getDeclaredRoleTypes()
Returns all role types that have been declared for this association type.
|
Collection<List<RoleType>> |
AssociationType.getUsedRoleTypeCombinations()
Returns a collection of lists that contain the role type combinations that have been used in actual associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociationType.transformInstances(List<RoleType> roleTypesFrom,
List<RoleType> roleTypesTo)
Transforms associations from the role types of the given form to the new one as given.
|
void |
AssociationType.transformInstances(List<RoleType> roleTypesFrom,
List<RoleType> roleTypesTo)
Transforms associations from the role types of the given form to the new one as given.
|
| Constructor and Description |
|---|
RoleField(TopicIF topic,
TopicMap tm,
RoleType roleType,
AssociationField associationField) |
| Modifier and Type | Method and Description |
|---|---|
RoleType |
RoleTypeModel.getRoleType() |
protected RoleType |
RoleTypeModel.load() |
| Constructor and Description |
|---|
RoleTypeModel(RoleType roleType) |