public interface InMemoryNodeModelSupport extends NodeModelSupport<ImmutableNode>
A specialized version of the NodeModelSupport interface which allows
querying an InMemoryNodeModel.
This interface is needed by some special node model implementations used by
in-memory configurations. Such implementations require the extended
capabilities of an InMemoryNodeModel.
| Modifier and Type | Method and Description |
|---|---|
InMemoryNodeModel |
getNodeModel()
Returns the
NodeModel supported by this object. |
InMemoryNodeModel getNodeModel()
NodeModel supported by this object. This variant specializes the return type to
InMemoryNodeModel.getNodeModel in interface NodeModelSupport<ImmutableNode>NodeModelCopyright © 2001–2020 The Apache Software Foundation. All rights reserved.