|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoleField | |
---|---|
ontopoly.components | |
ontopoly.model | |
ontopoly.models |
Uses of RoleField in ontopoly.components |
---|
Methods in ontopoly.components that return RoleField | |
---|---|
protected RoleField |
FieldInstanceAssociationBinaryField.getOtherBinaryRoleField(RoleField thisField)
|
Methods in ontopoly.components with parameters of type RoleField | |
---|---|
protected RoleField |
FieldInstanceAssociationBinaryField.getOtherBinaryRoleField(RoleField thisField)
|
protected abstract void |
FieldInstanceAssociationBinaryField.performNewSelection(FieldValueModel fieldValueModel,
RoleField selectedField,
Topic selectedTopic)
|
protected RoleField.ValueIF |
FieldInstanceAssociationBinaryPanel.performNewSelection(RoleField selectedField,
Topic selectedTopic)
|
Uses of RoleField in ontopoly.model |
---|
Methods in ontopoly.model that return RoleField | |
---|---|
RoleField[] |
RoleField.ValueIF.getRoleFields()
|
Methods in ontopoly.model that return types with arguments of type RoleField | |
---|---|
java.util.Collection<RoleField> |
RoleType.getDeclaredByFields()
|
java.util.Collection<RoleField> |
AssociationType.getDeclaredByFields()
|
java.util.Collection<RoleField> |
AssociationField.getDeclaredByFields()
Gets the role fields that are assigned to this association field. |
java.util.Collection<RoleField> |
RoleField.getFieldsForOtherRoles()
Gets the other RoleField objects this object's association type topic takes part in. |
java.util.List<RoleField> |
AssociationField.getFieldsForRoles()
Returns the fields for the roles in this association type. |
java.util.Collection<RoleField> |
RoleField.getOtherRoleFields()
|
java.util.List<RoleField> |
TopicMap.getRoleFields()
|
Methods in ontopoly.model with parameters of type RoleField | |
---|---|
void |
RoleField.ValueIF.addPlayer(RoleField roleField,
Topic player)
|
java.util.List<RoleField.ValueIF> |
RoleField.getOrderedValues(Topic topic,
RoleField ofield)
|
Topic |
RoleField.ValueIF.getPlayer(RoleField roleField,
Topic oplayer)
|
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. |
Uses of RoleField in ontopoly.models |
---|
Methods in ontopoly.models that return RoleField | |
---|---|
RoleField |
RoleFieldModel.getRoleField()
|
protected RoleField |
RoleFieldModel.load()
|
Method parameters in ontopoly.models with type arguments of type RoleField | |
---|---|
static java.util.List<RoleFieldModel> |
RoleFieldModel.wrapInRoleFieldModels(java.util.Collection<RoleField> roleFields)
|
Constructors in ontopoly.models with parameters of type RoleField | |
---|---|
RoleFieldModel(RoleField roleField)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |