public interface ContextualNode
Java interface allows to chain price plan tree nodes and recursively
retrieve the context description.| Modifier and Type | Method and Description |
|---|---|
RatingContextDescription |
getContext(ContextualNode child)
Gets the context description for the specified child;
The context description contains all the context properties.
|
RatingContextDescription |
inheritedContext()
Gets the inherited context;
The context description contains all the context properties.
|
void |
setParent(ContextualNode parent)
Sets the parent node
|
void setParent(ContextualNode parent)
parent - The parent nodeRatingContextDescription getContext(ContextualNode child)
child - The child nodeRatingContextDescription inheritedContext()