Uses of Class
ontopoly.model.FieldAssignment
Packages that use FieldAssignment
-
Uses of FieldAssignment in ontopoly.model
Methods in ontopoly.model that return FieldAssignmentModifier and TypeMethodDescriptionTopicType.addField(FieldDefinition fieldDefinition) FieldInstance.getFieldAssignment()Returns the assigned field of which this is an instance.Methods in ontopoly.model that return types with arguments of type FieldAssignmentModifier and TypeMethodDescriptionTopicType.getFieldAssignments()Returns the FieldAssignments for this topic type.TopicType.getFieldAssignments(FieldsView view) Methods in ontopoly.model with parameters of type FieldAssignmentModifier and TypeMethodDescriptionvoidFieldAssignment.moveAfter(FieldAssignment other) Change field order so that this field is ordered directly after the other field.Constructors in ontopoly.model with parameters of type FieldAssignment -
Uses of FieldAssignment in ontopoly.models
Methods in ontopoly.models that return FieldAssignmentModifier and TypeMethodDescriptionFieldAssignmentModel.getFieldAssignment()protected FieldAssignmentFieldAssignmentModel.load()Methods in ontopoly.models with parameters of type FieldAssignmentModifier and TypeMethodDescriptionprotected FieldInstanceFieldInstanceModel.newFieldInstance(Topic topic, FieldAssignment fieldAssignment) Method parameters in ontopoly.models with type arguments of type FieldAssignmentModifier and TypeMethodDescriptionstatic List<FieldAssignmentModel>FieldAssignmentModel.wrapInFieldAssignmentModels(List<FieldAssignment> fieldAssignments) Constructors in ontopoly.models with parameters of type FieldAssignment -
Uses of FieldAssignment in ontopoly.utils
Methods in ontopoly.utils with parameters of type FieldAssignmentModifier and TypeMethodDescriptionintFieldAssignmentOrderComparator.compare(FieldAssignment fa1, FieldAssignment fa2)