com.guiseframework.component.rdf.maqro
Class InteractionTreeNodeRepresentationStrategy

java.lang.Object
  extended by com.guiseframework.component.rdf.maqro.AbstractInteractionTreeNodeRepresentationStrategy<com.globalmentor.urf.maqro.Interaction>
      extended by com.guiseframework.component.rdf.maqro.InteractionTreeNodeRepresentationStrategy

public class InteractionTreeNodeRepresentationStrategy
extends AbstractInteractionTreeNodeRepresentationStrategy<com.globalmentor.urf.maqro.Interaction>

A tree node representation strategy representing a MAQRO interaction.

Author:
Garret Wilson

Constructor Summary
InteractionTreeNodeRepresentationStrategy()
          Default constructor with a default RDF XMLifier.
InteractionTreeNodeRepresentationStrategy(com.globalmentor.rdf.RDFXMLGenerator rdfXMLifier)
          RDF XMLifier constructor.
 
Method Summary
 
Methods inherited from class com.guiseframework.component.rdf.maqro.AbstractInteractionTreeNodeRepresentationStrategy
buildLabelText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractionTreeNodeRepresentationStrategy

public InteractionTreeNodeRepresentationStrategy()
Default constructor with a default RDF XMLifier.


InteractionTreeNodeRepresentationStrategy

public InteractionTreeNodeRepresentationStrategy(com.globalmentor.rdf.RDFXMLGenerator rdfXMLifier)
RDF XMLifier constructor.

Parameters:
rdfXMLifier - The RDF XMLifier to use for creating labels.
Throws:
java.lang.NullPointerException - if the given RDF XMLifier is null.


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