// (c) Tuomas J. Lukka package org.fenfire; /** Manage zz-like contents for RDF nodes. */ public interface NodeContent { /** Get the vstream in this node. * Never returns null. */ org.nongnu.alph.Enfilade1D get(com.hp.hpl.mesa.rdf.jena.model.RDFNode node); /** Set the vstream in this node. */ void set(com.hp.hpl.mesa.rdf.jena.model.RDFNode node, org.nongnu.alph.Enfilade1D vstream); }