com.facetmap.simple
Class UnfacetedResource

java.lang.Object
  extended by com.facetmap.simple.UnfacetedResource

public class UnfacetedResource
extends java.lang.Object

Contains resource data outside the context of a FacetSpace. Headings here have no associated facet. They therefore also have no associated facet type, so their values are reduced to string representations.

This class provides useful interim state when the resource data is known but the FacetSpace has not yet been constructed (see ImplicitFacetResourceSpace).


Nested Class Summary
static class UnfacetedResource.UnfacetedHeading
           
 
Field Summary
 java.util.Map attributes
           
 UnfacetedResource.UnfacetedHeading[] unfacetedHeadings
           
 
Constructor Summary
UnfacetedResource()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unfacetedHeadings

public UnfacetedResource.UnfacetedHeading[] unfacetedHeadings

attributes

public java.util.Map attributes
Constructor Detail

UnfacetedResource

public UnfacetedResource()