| Package | Description |
|---|---|
| ontopoly.model | |
| ontopoly.models | |
| ontopoly.utils |
| Modifier and Type | Method and Description |
|---|---|
FieldAssignment |
TopicType.addField(FieldDefinition fieldDefinition) |
FieldAssignment |
FieldInstance.getFieldAssignment()
Returns the assigned field of which this is an instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldAssignment> |
TopicType.getFieldAssignments()
Returns the FieldAssignments for this topic type.
|
List<FieldAssignment> |
TopicType.getFieldAssignments(FieldsView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldAssignment.moveAfter(FieldAssignment other)
Change field order so that this field is ordered directly after the other field.
|
| Constructor and Description |
|---|
FieldInstance(Topic instance,
FieldAssignment fieldAssignment) |
| Modifier and Type | Method and Description |
|---|---|
FieldAssignment |
FieldAssignmentModel.getFieldAssignment() |
protected FieldAssignment |
FieldAssignmentModel.load() |
| Modifier and Type | Method and Description |
|---|---|
protected FieldInstance |
FieldInstanceModel.newFieldInstance(Topic topic,
FieldAssignment fieldAssignment) |
| Modifier and Type | Method and Description |
|---|---|
static List<FieldAssignmentModel> |
FieldAssignmentModel.wrapInFieldAssignmentModels(List<FieldAssignment> fieldAssignments) |
| Constructor and Description |
|---|
FieldAssignmentModel(FieldAssignment fieldAssignment) |
| Modifier and Type | Method and Description |
|---|---|
int |
FieldAssignmentOrderComparator.compare(FieldAssignment fa1,
FieldAssignment fa2) |