Uses of Class
ontopoly.model.FieldAssignment
-
Packages that use FieldAssignment Package Description ontopoly.model ontopoly.models ontopoly.utils -
-
Uses of FieldAssignment in ontopoly.model
Methods in ontopoly.model that return FieldAssignment Modifier and Type Method Description FieldAssignment
TopicType. addField(FieldDefinition fieldDefinition)
FieldAssignment
FieldInstance. getFieldAssignment()
Returns the assigned field of which this is an instance.Methods in ontopoly.model that return types with arguments of type FieldAssignment Modifier and Type Method Description List<FieldAssignment>
TopicType. getFieldAssignments()
Returns the FieldAssignments for this topic type.List<FieldAssignment>
TopicType. getFieldAssignments(FieldsView view)
Methods in ontopoly.model with parameters of type FieldAssignment Modifier and Type Method Description void
FieldAssignment. 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 Constructor Description FieldInstance(Topic instance, FieldAssignment fieldAssignment)
-
Uses of FieldAssignment in ontopoly.models
Methods in ontopoly.models that return FieldAssignment Modifier and Type Method Description FieldAssignment
FieldAssignmentModel. getFieldAssignment()
protected FieldAssignment
FieldAssignmentModel. load()
Methods in ontopoly.models with parameters of type FieldAssignment Modifier and Type Method Description protected FieldInstance
FieldInstanceModel. newFieldInstance(Topic topic, FieldAssignment fieldAssignment)
Method parameters in ontopoly.models with type arguments of type FieldAssignment Modifier and Type Method Description static List<FieldAssignmentModel>
FieldAssignmentModel. wrapInFieldAssignmentModels(List<FieldAssignment> fieldAssignments)
Constructors in ontopoly.models with parameters of type FieldAssignment Constructor Description FieldAssignmentModel(FieldAssignment fieldAssignment)
-
Uses of FieldAssignment in ontopoly.utils
Methods in ontopoly.utils with parameters of type FieldAssignment Modifier and Type Method Description int
FieldAssignmentOrderComparator. compare(FieldAssignment fa1, FieldAssignment fa2)
-