T
- The type of the target data model.I
- The type of the virtual node identifier.public abstract class VirtualNode<T extends org.opendaylight.yangtools.yang.binding.DataObject,I extends VNodeIdentifier<T>> extends VirtualElement<T,I>
VirtualNode
describes an abstracted data for a virtual node.Modifier | Constructor and Description |
---|---|
protected |
VirtualNode(I ident)
Construct a new instance.
|
protected |
VirtualNode(I ident,
T value)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected FlowFilterList |
getFlowFilterList(TxContext ctx,
boolean out,
VtnFlowFilterList vflist)
Create a new
FlowFilterList instance. |
getIdentifier, getInitialValue, getLogger
protected VirtualNode(I ident)
ident
- The identifier for the virtual node.protected final FlowFilterList getFlowFilterList(TxContext ctx, boolean out, VtnFlowFilterList vflist)
FlowFilterList
instance.ctx
- MD-SAL datastore transaction context.out
- A boolean value that specifies the flow direction.
true
indicates the output filter list.
false
indicates the input filter list.vflist
- A VtnFlowFilterList
instance.FlowFilterList
instance.Copyright © 2018 OpenDaylight. All rights reserved.