com.guiseframework.model.rdf.maqro
Class GroupTreeNodeModel

java.lang.Object
  extended by com.guiseframework.model.rdf.maqro.AbstractInteractionTreeNodeModel<V>
      extended by com.guiseframework.model.rdf.maqro.AbstractGroupTreeNodeModel<com.globalmentor.urf.maqro.Group>
          extended by com.guiseframework.model.rdf.maqro.GroupTreeNodeModel

public class GroupTreeNodeModel
extends AbstractGroupTreeNodeModel<com.globalmentor.urf.maqro.Group>

A tree node model that represents a MAQRO group.

Author:
Garret Wilson

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

GroupTreeNodeModel

public GroupTreeNodeModel()
Default constructor with no initial value.


GroupTreeNodeModel

public GroupTreeNodeModel(com.globalmentor.urf.maqro.Group initialValue)
Initial value constructor.

Parameters:
initialValue - The initial value, which will not be validated.

GroupTreeNodeModel

public GroupTreeNodeModel(com.globalmentor.urf.maqro.FollowupEvaluation followupEvaluation,
                          com.globalmentor.urf.maqro.Group initialValue)
Followup subject and initial value constructor.

Parameters:
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.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.