Package ontopoly.model
Class FieldInstance
java.lang.Object
ontopoly.model.FieldInstance
Represents a populated field attached to an instance topic.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddValue(Object value, LifeCycleListener listener) Add a new FieldValue object.Returns the assigned field of which this is an instance.Returns the topic this field instance is attached to.Collection<? extends Object>Returns a collection of Objects.voidremoveValue(Object value, LifeCycleListener listener) Removes the value.
-
Constructor Details
-
FieldInstance
-
-
Method Details
-
getFieldAssignment
Returns the assigned field of which this is an instance. -
getInstance
Returns the topic this field instance is attached to. -
getValues
Returns a collection of Objects. -
addValue
Add a new FieldValue object. -
removeValue
Removes the value.
-