com.cosylab.vdct.graphics.objects
Interface Visitable

All Known Implementing Classes:
Border, Box, Connector, ContainerObject, EPICSFwdLink, EPICSInLink, EPICSLink, EPICSLinkOut, EPICSLinkOutIn, EPICSOutLink, EPICSVarLink, EPICSVarOutLink, Field, Group, Line, LinkManagerObject, Macro, Port, Record, Template, TemplateEPICSMacro, TemplateEPICSPort, TextBox, Vertex, VisibleObject

public interface Visitable

Visitor pattern (interface elements must implement) Creation date: (19.12.2000 18:27:22)

Author:
Matej Sekoranja

Method Summary
 void accept(Visitor visitor)
           
 

Method Detail

accept

void accept(Visitor visitor)
Parameters:
visitor - com.cosylab.vdct.graphics.objects.Visitor