com.guiseframework.component.rdf
Class RDFResourceTreeNodeRepresentationStrategy

java.lang.Object
  extended by com.guiseframework.component.TreeControl.AbstractTreeNodeRepresentationStrategy<V>
      extended by com.guiseframework.component.rdf.AbstractRDFObjectTreeNodeRepresentationStrategy<V>
          extended by com.guiseframework.component.rdf.AbstractRDFResourceTreeNodeRepresentationStrategy<com.globalmentor.rdf.RDFResource>
              extended by com.guiseframework.component.rdf.RDFResourceTreeNodeRepresentationStrategy
All Implemented Interfaces:
TreeControl.TreeNodeRepresentationStrategy<com.globalmentor.rdf.RDFResource>

public class RDFResourceTreeNodeRepresentationStrategy
extends AbstractRDFResourceTreeNodeRepresentationStrategy<com.globalmentor.rdf.RDFResource>

A default tree node representation strategy representing an RDF resource.

Author:
Garret Wilson

Constructor Summary
RDFResourceTreeNodeRepresentationStrategy()
          Default constructor with a default RDF XMLifier.
RDFResourceTreeNodeRepresentationStrategy(com.globalmentor.rdf.RDFXMLGenerator rdfXMLifier)
          RDF XMLifier constructor.
 
Method Summary
 
Methods inherited from class com.guiseframework.component.rdf.AbstractRDFResourceTreeNodeRepresentationStrategy
buildLabelText, isResourceReferenceURIIncluded, isResourceTypeIncluded, setResourceReferenceURIIncluded, setResourceTypeIncluded
 
Methods inherited from class com.guiseframework.component.rdf.AbstractRDFObjectTreeNodeRepresentationStrategy
createComponent, createInfoModel, getXMLGenerator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFResourceTreeNodeRepresentationStrategy

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


RDFResourceTreeNodeRepresentationStrategy

public RDFResourceTreeNodeRepresentationStrategy(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.