// (c) Tuomas J. Lukka package org.fenfire; /** The central abstraction: the space that a fenfire client operates on. */ public class Fen { /** The RDF model of the graph structure part of this fen. */ public com.hp.hpl.mesa.rdf.jena.model.Model model; /** The object managing the enfilade content for nodes. */ public NodeContent txt; /** The transclusion index. */ // public EnfiladeOverlapIndex enfiladeOverlap; /** The set of xanadu links in use with this Fen. */ // public XuIndexer xuLinks; }