Package | Description |
---|---|
org.opennms.netmgt.mock |
Modifier and Type | Class and Description |
---|---|
class |
MockContainer<P extends MockContainer<?,?>,C extends MockElement>
P : Parent type of this container
C : Child type of this container
|
Modifier and Type | Class and Description |
---|---|
class |
MockInterface
MockInterface class.
|
class |
MockNetwork
A test network configuration
|
class |
MockNode
MockNode class.
|
Modifier and Type | Method and Description |
---|---|
MockContainer<?,? extends MockElement> |
MockElement.getParent()
getParent
|
Modifier and Type | Method and Description |
---|---|
void |
MockElement.moveTo(MockContainer newParent)
moveTo
|
void |
MockVisitor.visitContainer(MockContainer<?,?> c)
visitContainer
|
void |
MockVisitorAdapter.visitContainer(MockContainer<?,?> n)
visitContainer
|
Constructor and Description |
---|
MockElement(MockContainer<?,? extends MockElement> parent)
Constructor for MockElement.
|
Copyright © 2021. All rights reserved.