public interface MockVisitor
MockVisitor interface.
Modifier and Type | Method and Description |
---|---|
void |
visitContainer(MockContainer<?,?> c)
visitContainer
|
void |
visitElement(MockElement e)
visitElement
|
void |
visitInterface(MockInterface i)
visitInterface
|
void |
visitNetwork(MockNetwork n)
visitNetwork
|
void |
visitNode(MockNode n)
visitNode
|
void |
visitPathOutage(MockPathOutage m_currentOutage)
visitPathOutage
|
void |
visitService(MockService s)
visitService
|
void visitContainer(MockContainer<?,?> c)
visitContainer
c
- a MockContainer
object.void visitElement(MockElement e)
visitElement
e
- a MockElement
object.void visitInterface(MockInterface i)
visitInterface
i
- a MockInterface
object.void visitNetwork(MockNetwork n)
visitNetwork
n
- a MockNetwork
object.void visitService(MockService s)
visitService
s
- a MockService
object.void visitPathOutage(MockPathOutage m_currentOutage)
visitPathOutage
m_currentOutage
- a MockPathOutage
object.Copyright © 2021. All rights reserved.