public class PollableVisitorAdaptor extends Object implements PollableVisitor
Constructor and Description |
---|
PollableVisitorAdaptor()
Constructor for PollableVisitorAdaptor.
|
Modifier and Type | Method and Description |
---|---|
void |
visitContainer(PollableContainer container)
visitContainer
|
void |
visitElement(PollableElement element)
visitElement
|
void |
visitInterface(PollableInterface interface1)
visitInterface
|
void |
visitNetwork(PollableNetwork network)
visitNetwork
|
void |
visitNode(PollableNode node)
visitNode
|
void |
visitService(PollableService service)
visitService
|
public PollableVisitorAdaptor()
Constructor for PollableVisitorAdaptor.
public void visitService(PollableService service)
visitService
visitService
in interface PollableVisitor
service
- a PollableService
object.public void visitInterface(PollableInterface interface1)
visitInterface
visitInterface
in interface PollableVisitor
interface1
- a PollableInterface
object.public void visitNode(PollableNode node)
visitNode
visitNode
in interface PollableVisitor
node
- a PollableNode
object.public void visitNetwork(PollableNetwork network)
visitNetwork
visitNetwork
in interface PollableVisitor
network
- a PollableNetwork
object.public void visitContainer(PollableContainer container)
visitContainer
visitContainer
in interface PollableVisitor
container
- a PollableContainer
object.public void visitElement(PollableElement element)
visitElement
visitElement
in interface PollableVisitor
element
- a PollableElement
object.Copyright © 2021. All rights reserved.