Uses of Class
ontopoly.model.RoleField
-
Packages that use RoleField Package Description ontopoly.components ontopoly.model ontopoly.models -
-
Uses of RoleField in ontopoly.components
Methods in ontopoly.components that return RoleField Modifier and Type Method Description protected RoleField
FieldInstanceAssociationBinaryField. getOtherBinaryRoleField(RoleField thisField)
Methods in ontopoly.components with parameters of type RoleField Modifier and Type Method Description 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 Modifier and Type Method Description RoleField[]
RoleField.ValueIF. getRoleFields()
Methods in ontopoly.model that return types with arguments of type RoleField Modifier and Type Method Description Collection<RoleField>
AssociationField. getDeclaredByFields()
Gets the role fields that are assigned to this association field.Collection<RoleField>
AssociationType. getDeclaredByFields()
Collection<RoleField>
RoleType. getDeclaredByFields()
Collection<RoleField>
RoleField. getFieldsForOtherRoles()
Gets the other RoleField objects this object's association type topic takes part in.List<RoleField>
AssociationField. getFieldsForRoles()
Returns the fields for the roles in this association type.Collection<RoleField>
RoleField. getOtherRoleFields()
List<RoleField>
TopicMap. getRoleFields()
Methods in ontopoly.model with parameters of type RoleField Modifier and Type Method Description void
RoleField.ValueIF. addPlayer(RoleField roleField, Topic player)
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 Modifier and Type Method Description RoleField
RoleFieldModel. getRoleField()
protected RoleField
RoleFieldModel. load()
Method parameters in ontopoly.models with type arguments of type RoleField Modifier and Type Method Description static List<RoleFieldModel>
RoleFieldModel. wrapInRoleFieldModels(Collection<RoleField> roleFields)
Constructors in ontopoly.models with parameters of type RoleField Constructor Description RoleFieldModel(RoleField roleField)
-