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 PollableVisitorservice - a PollableService object.public void visitInterface(PollableInterface interface1)
visitInterface
visitInterface in interface PollableVisitorinterface1 - a PollableInterface object.public void visitNode(PollableNode node)
visitNode
visitNode in interface PollableVisitornode - a PollableNode object.public void visitNetwork(PollableNetwork network)
visitNetwork
visitNetwork in interface PollableVisitornetwork - a PollableNetwork object.public void visitContainer(PollableContainer container)
visitContainer
visitContainer in interface PollableVisitorcontainer - a PollableContainer object.public void visitElement(PollableElement element)
visitElement
visitElement in interface PollableVisitorelement - a PollableElement object.Copyright © 2021. All rights reserved.