Uses of Class
ontopoly.model.RoleField
Packages that use RoleField
-
Uses of RoleField in ontopoly.components
Methods in ontopoly.components that return RoleFieldModifier and TypeMethodDescriptionprotected RoleFieldFieldInstanceAssociationBinaryField.getOtherBinaryRoleField(RoleField thisField) Methods in ontopoly.components with parameters of type RoleFieldModifier and TypeMethodDescriptionprotected RoleFieldFieldInstanceAssociationBinaryField.getOtherBinaryRoleField(RoleField thisField) protected abstract voidFieldInstanceAssociationBinaryField.performNewSelection(FieldValueModel fieldValueModel, RoleField selectedField, Topic selectedTopic) protected RoleField.ValueIFFieldInstanceAssociationBinaryPanel.performNewSelection(RoleField selectedField, Topic selectedTopic) -
Uses of RoleField in ontopoly.model
Methods in ontopoly.model that return RoleFieldMethods in ontopoly.model that return types with arguments of type RoleFieldModifier and TypeMethodDescriptionAssociationField.getDeclaredByFields()Gets the role fields that are assigned to this association field.AssociationType.getDeclaredByFields()RoleType.getDeclaredByFields()RoleField.getFieldsForOtherRoles()Gets the other RoleField objects this object's association type topic takes part in.AssociationField.getFieldsForRoles()Returns the fields for the roles in this association type.RoleField.getOtherRoleFields()TopicMap.getRoleFields()Methods in ontopoly.model with parameters of type RoleFieldModifier and TypeMethodDescriptionvoidRoleField.getOrderedValues(Topic topic, RoleField ofield) voidRoleField.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 RoleFieldModifier and TypeMethodDescriptionRoleFieldModel.getRoleField()protected RoleFieldRoleFieldModel.load()Method parameters in ontopoly.models with type arguments of type RoleFieldModifier and TypeMethodDescriptionstatic List<RoleFieldModel>RoleFieldModel.wrapInRoleFieldModels(Collection<RoleField> roleFields) Constructors in ontopoly.models with parameters of type RoleField