Uses of Interface
ontopoly.model.RoleField.ValueIF
-
Packages that use RoleField.ValueIF Package Description ontopoly.components ontopoly.model ontopoly.models -
-
Uses of RoleField.ValueIF in ontopoly.components
Methods in ontopoly.components that return RoleField.ValueIF Modifier and Type Method Description protected RoleField.ValueIF
FieldInstanceAssociationNaryField. createValue()
protected RoleField.ValueIF
FieldInstanceAssociationBinaryPanel. performNewSelection(RoleField selectedField, Topic selectedTopic)
-
Uses of RoleField.ValueIF in ontopoly.model
Methods in ontopoly.model that return RoleField.ValueIF Modifier and Type Method 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.Methods in ontopoly.model that return types with arguments of type RoleField.ValueIF Modifier and Type Method 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.Methods in ontopoly.model with parameters of type RoleField.ValueIF Modifier and Type Method 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. -
Uses of RoleField.ValueIF in ontopoly.models
Methods in ontopoly.models that return RoleField.ValueIF Modifier and Type Method Description RoleField.ValueIF
AssociationFieldValueModel. getAssociationFieldValue()
protected RoleField.ValueIF
AssociationFieldValueModel. load()
Constructors in ontopoly.models with parameters of type RoleField.ValueIF Constructor Description AssociationFieldValueModel(RoleField.ValueIF afv)
-