public interface PollableVisitor
| 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 
 | 
void visitService(PollableService service)
visitService
service - a PollableService object.void visitInterface(PollableInterface interface1)
visitInterface
interface1 - a PollableInterface object.void visitNode(PollableNode node)
visitNode
node - a PollableNode object.void visitNetwork(PollableNetwork network)
visitNetwork
network - a PollableNetwork object.void visitContainer(PollableContainer container)
visitContainer
container - a PollableContainer object.void visitElement(PollableElement element)
visitElement
element - a PollableElement object.Copyright © 2021. All rights reserved.