Interface NodeModel<N>
public interface NodeModel<N>
- Version:
- $Revision$
- Author:
- Julien Viet
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate(NodeContext<N> context) Create a node wrapping a context.getContext(N node) Returns the context of a node.
-
Field Details
-
SELF_MODEL
A model based on itself.
-
-
Method Details
-
getContext
Returns the context of a node.- Parameters:
node- the node- Returns:
- the node context
-