| Package | Description |
|---|---|
| ontopoly.components | |
| ontopoly.model | |
| ontopoly.models |
| Modifier and Type | Method and Description |
|---|---|
protected RoleField.ValueIF |
FieldInstanceAssociationNaryField.createValue() |
protected RoleField.ValueIF |
FieldInstanceAssociationBinaryPanel.performNewSelection(RoleField selectedField,
Topic selectedTopic) |
| Modifier and Type | Method and Description |
|---|---|
static RoleField.ValueIF |
RoleField.createValue(int arity)
Factory method for creating a ValueIF object, which represent an instance topic on one side of an association.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoleField.ValueIF> |
RoleField.getOrderedValues(Topic topic,
RoleField ofield) |
List<RoleField.ValueIF> |
RoleField.getValues(Topic topic)
Gets the instance topics on the other side of an association an instance topic takes part in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleField.moveAfter(Topic instance,
RoleField ofield,
RoleField.ValueIF rfv1,
RoleField.ValueIF rfv2)
Change field value order so that the first value is ordered directly after the second value.
|
| Modifier and Type | Method and Description |
|---|---|
RoleField.ValueIF |
AssociationFieldValueModel.getAssociationFieldValue() |
protected RoleField.ValueIF |
AssociationFieldValueModel.load() |
| Constructor and Description |
|---|
AssociationFieldValueModel(RoleField.ValueIF afv) |