|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.model.rdf.maqro.AbstractInteractionTreeNodeModel<V>
V - The type of value contained in the tree node.public abstract class AbstractInteractionTreeNodeModel<V extends com.globalmentor.urf.maqro.Interaction>
Abstract functionality for a tree node model that represents an interaction. This class by default does not include resource children or resource properties.
| Constructor Summary | |
|---|---|
AbstractInteractionTreeNodeModel(java.lang.Class<V> valueClass)
Value class constructor with no initial value. |
|
AbstractInteractionTreeNodeModel(java.lang.Class<V> valueClass,
com.globalmentor.urf.maqro.FollowupEvaluation followupEvaluation,
V initialValue)
Property and initial value constructor. |
|
AbstractInteractionTreeNodeModel(java.lang.Class<V> valueClass,
V initialValue)
Initial value constructor. |
|
| Method Summary | |
|---|---|
com.globalmentor.urf.maqro.FollowupEvaluation |
getFollowupEvaluation()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractInteractionTreeNodeModel(java.lang.Class<V> valueClass)
valueClass - The class indicating the type of value held in the model.
public AbstractInteractionTreeNodeModel(java.lang.Class<V> valueClass,
V initialValue)
valueClass - The class indicating the type of value held in the model.initialValue - The initial value, which will not be validated.
public AbstractInteractionTreeNodeModel(java.lang.Class<V> valueClass,
com.globalmentor.urf.maqro.FollowupEvaluation followupEvaluation,
V initialValue)
valueClass - The class indicating the type of value held in the model.followupEvaluation - The followup evaluation which considers this interaction a followup in this context, or null if there is no followup evaluation subject in this context.initialValue - The initial value, which will not be validated.| Method Detail |
|---|
public com.globalmentor.urf.maqro.FollowupEvaluation getFollowupEvaluation()
null if there is no followup evaluation subject in this context.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||