T
- the type of the supported NodeModel
public interface NodeModelSupport<T>
An interface to be implemented by objects that support a NodeModel
.
This interface defines a single method for querying a NodeModel
.
Modifier and Type | Method and Description |
---|---|
NodeModel<T> |
getNodeModel()
Returns the
NodeModel supported by this object. |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.