| com.hp.hpl.jena.graph.FrontsNode
All known Subclasses: com.hp.hpl.jena.enhanced.EnhNode,
FrontsNode | public interface FrontsNode (Code) | | HasNode - interface for objects that front a Node in some context. The critical
semantics for HasNode is that classes implementing HasNode promise that
their .equals() is based *only* on the underlying Node.
author: kers |
Method Summary | |
Node | asNode() Answer the Node associated with this object. |
asNode | Node asNode()(Code) | | Answer the Node associated with this object.
|
|
|