Uses of Interface
ontopoly.model.RoleField.ValueIF
Packages that use RoleField.ValueIF
-
Uses of RoleField.ValueIF in ontopoly.components
Methods in ontopoly.components that return RoleField.ValueIFModifier and TypeMethodDescriptionprotected RoleField.ValueIFFieldInstanceAssociationNaryField.createValue()protected RoleField.ValueIFFieldInstanceAssociationBinaryPanel.performNewSelection(RoleField selectedField, Topic selectedTopic) -
Uses of RoleField.ValueIF in ontopoly.model
Methods in ontopoly.model that return RoleField.ValueIFModifier and TypeMethodDescriptionstatic RoleField.ValueIFRoleField.createValue(int arity) Factory method for creating a ValueIF object, which represent an instance topic on one side of an association.Methods in ontopoly.model that return types with arguments of type RoleField.ValueIFModifier and TypeMethodDescriptionRoleField.getOrderedValues(Topic topic, RoleField ofield) Gets the instance topics on the other side of an association an instance topic takes part in.Methods in ontopoly.model with parameters of type RoleField.ValueIFModifier and TypeMethodDescriptionvoidRoleField.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.ValueIF in ontopoly.models
Methods in ontopoly.models that return RoleField.ValueIFModifier and TypeMethodDescriptionAssociationFieldValueModel.getAssociationFieldValue()protected RoleField.ValueIFAssociationFieldValueModel.load()Constructors in ontopoly.models with parameters of type RoleField.ValueIF