|
|||||||||
| 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>
com.guiseframework.model.rdf.maqro.AbstractGroupTreeNodeModel<com.globalmentor.urf.maqro.Group>
com.guiseframework.model.rdf.maqro.GroupTreeNodeModel
public class GroupTreeNodeModel
A tree node model that represents a MAQRO group.
| Constructor Summary | |
|---|---|
GroupTreeNodeModel()
Default constructor with no initial value. |
|
GroupTreeNodeModel(com.globalmentor.urf.maqro.FollowupEvaluation followupEvaluation,
com.globalmentor.urf.maqro.Group initialValue)
Followup subject and initial value constructor. |
|
GroupTreeNodeModel(com.globalmentor.urf.maqro.Group initialValue)
Initial value constructor. |
|
| Method Summary |
|---|
| Methods inherited from class com.guiseframework.model.rdf.maqro.AbstractGroupTreeNodeModel |
|---|
createRDFResourceTreeNode, determineChildren, determineLeaf |
| Methods inherited from class com.guiseframework.model.rdf.maqro.AbstractInteractionTreeNodeModel |
|---|
getFollowupEvaluation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupTreeNodeModel()
public GroupTreeNodeModel(com.globalmentor.urf.maqro.Group initialValue)
initialValue - The initial value, which will not be validated.
public GroupTreeNodeModel(com.globalmentor.urf.maqro.FollowupEvaluation followupEvaluation,
com.globalmentor.urf.maqro.Group initialValue)
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||