T
- The type of the target data model.I
- The type of the virtual node identifier.public abstract class VirtualElement<T extends org.opendaylight.yangtools.yang.binding.DataObject,I extends VNodeIdentifier<T>> extends Object
VirtualNode
describes an abstracted data for a virtual network
element in the VTN.Modifier | Constructor and Description |
---|---|
protected |
VirtualElement(I ident)
Construct a new instance.
|
protected |
VirtualElement(I ident,
T value)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
I |
getIdentifier()
Return the identifier for the virtual node.
|
T |
getInitialValue()
Return the initial data read from the MD-SAL datastore.
|
protected abstract org.slf4j.Logger |
getLogger()
Return a logger instance.
|
protected VirtualElement(I ident)
ident
- The identifier for the virtual node.public final I getIdentifier()
public final T getInitialValue()
protected abstract org.slf4j.Logger getLogger()
Logger
instance.Copyright © 2018 OpenDaylight. All rights reserved.