Class EmptyDependencyGetter
- java.lang.Object
-
- org.opendaylight.ovsdb.hwvtepsouthbound.transact.UnMetDependencyGetter
-
- org.opendaylight.ovsdb.hwvtepsouthbound.transact.EmptyDependencyGetter
-
public final class EmptyDependencyGetter extends UnMetDependencyGetter
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyDependencyGetter
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>>
getLogicalSwitchDependencies(org.opendaylight.yangtools.yang.binding.Identifiable data)
List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>>
getTerminationPointDependencies(org.opendaylight.yangtools.yang.binding.Identifiable data)
-
Methods inherited from class org.opendaylight.ovsdb.hwvtepsouthbound.transact.UnMetDependencyGetter
getInTransitDependencies, getUnMetConfigDependencies
-
-
-
-
Field Detail
-
INSTANCE
public static final EmptyDependencyGetter INSTANCE
-
-
Method Detail
-
getLogicalSwitchDependencies
public List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>> getLogicalSwitchDependencies(org.opendaylight.yangtools.yang.binding.Identifiable data)
- Specified by:
getLogicalSwitchDependencies
in classUnMetDependencyGetter
-
getTerminationPointDependencies
public List<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>> getTerminationPointDependencies(org.opendaylight.yangtools.yang.binding.Identifiable data)
- Specified by:
getTerminationPointDependencies
in classUnMetDependencyGetter
-
-