public interface VNodeIdentifierFactory
VNodeIdentifierFactory describes an interface for factory class
of VNodeIdentifier.
This interface is used to instantiate VNodeIdentifier from a
string representation of VNodeIdentifier.
| Modifier and Type | Method and Description |
|---|---|
VNodeIdentifier<?> |
newIdentifier(String[] comps)
Construct a new instance.
|
VNodeIdentifier<?> newIdentifier(String[] comps)
comps - An array of strings which represents the path components
of identifier. Note that the caller must guarantee that
comps contains valid path components.VNodeIdentifier instance.Copyright © 2018 OpenDaylight. All rights reserved.