Uses of Class
ontopoly.models.RoleFieldModel
-
Packages that use RoleFieldModel Package Description ontopoly.components ontopoly.models ontopoly.utils -
-
Uses of RoleFieldModel in ontopoly.components
Fields in ontopoly.components declared as RoleFieldModel Modifier and Type Field Description protected RoleFieldModel
FieldInstanceAssociationNaryField. currentFieldModel
protected RoleFieldModel
FieldInstanceAssociationBinaryPanel. ofieldModel
protected RoleFieldModel
FieldInstanceAssociationBinaryPanel. roleFieldModel
protected RoleFieldModel
FieldInstanceCreatePlayerPanel. roleFieldModel
Fields in ontopoly.components with type parameters of type RoleFieldModel Modifier and Type Field Description protected Map<RoleFieldModel,TopicModel<Topic>>
FieldInstanceAssociationNaryField. selectedPlayers
Methods in ontopoly.components with parameters of type RoleFieldModel Modifier and Type Method Description protected boolean
FieldInstanceAssociationNaryField. onNewSelection(RoleFieldModel ofieldModel, Topic selectedTopic)
protected void
FieldInstanceAssociationNaryField. performNewSelection(RoleFieldModel ofieldModel, Topic selectedTopic)
protected abstract void
FieldInstanceCreatePlayerPanel. performNewSelection(RoleFieldModel ofieldModel, Topic selectedTopic)
Constructors in ontopoly.components with parameters of type RoleFieldModel Constructor Description AssociationFieldAutoCompleteTextField(String id, org.apache.wicket.model.IModel<Topic> model, RoleFieldModel valueFieldModel)
FieldInstanceAssociationBinaryField(String id, RoleFieldModel valueFieldModel, FieldValueModel fieldValueModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean embedded, boolean traversable, boolean allowAdd)
FieldInstanceAssociationNaryField(String id, FieldInstanceAssociationNaryPanel _parentPanel, RoleFieldModel roleFieldModel, List<RoleFieldModel> otherRoleFieldModels, FieldValueModel _fieldValueModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable, int arity)
FieldInstanceCreatePlayerPanel(String id, FieldInstanceModel _fieldInstanceModel, FieldsViewModel fieldsViewModel, RoleFieldModel _roleFieldModel, AbstractFieldInstancePanel fieldInstancePanel, int createAction)
Constructor parameters in ontopoly.components with type arguments of type RoleFieldModel Constructor Description FieldInstanceAssociationNaryField(String id, FieldInstanceAssociationNaryPanel _parentPanel, RoleFieldModel roleFieldModel, List<RoleFieldModel> otherRoleFieldModels, FieldValueModel _fieldValueModel, FieldsViewModel fieldsViewModel, boolean readonly, boolean traversable, int arity)
-
Uses of RoleFieldModel in ontopoly.models
Methods in ontopoly.models that return types with arguments of type RoleFieldModel Modifier and Type Method Description static List<RoleFieldModel>
RoleFieldModel. wrapInRoleFieldModels(Collection<RoleField> roleFields)
Constructors in ontopoly.models with parameters of type RoleFieldModel Constructor Description PlayerTypesModel(FieldInstanceModel fieldInstanceModel, RoleFieldModel roleFieldModel)
PossiblePlayersModel(FieldInstanceModel fieldInstanceModel, RoleFieldModel roleFieldModel)
-
Uses of RoleFieldModel in ontopoly.utils
Constructors in ontopoly.utils with parameters of type RoleFieldModel Constructor Description RoleFieldValueComparator(TopicModel<Topic> topicModel, RoleFieldModel roleFieldModel)
Constructor parameters in ontopoly.utils with type arguments of type RoleFieldModel Constructor Description RoleFieldsValueComparator(TopicModel<Topic> topicModel, List<RoleFieldModel> roleFieldModels)
-