translator.visitor.intermediateVisitor.intermediateConnectivityVisitor
index
/home/yentl/UA/devs-eindwerk/translator/translator/visitor/intermediateVisitor/intermediateConnectivityVisitor.py

 
Classes
       
translator.visitor.intermediateVisitor.intermediateVisitor.IntermediateVisitor(builtins.object)
IntermediateConnectivityVisitor

 
class IntermediateConnectivityVisitor(translator.visitor.intermediateVisitor.intermediateVisitor.IntermediateVisitor)
    Intermediate Connectivity Visitor takes an intermediate tree element and checks whether it is transitively connected to another element
 
 
Method resolution order:
IntermediateConnectivityVisitor
translator.visitor.intermediateVisitor.intermediateVisitor.IntermediateVisitor
builtins.object

Methods defined here:
__init__(self)
Constructor
isConnected(self, startingPoint, endingInAttributes)
Searches depth first (correct direction only)
isRightElement(self, element, compareElement)
Test whether the element meets the conditions of the compareElement
result(self)
Give the results back
setChecks(self, attributesOfElement1, attributesOfElement2, noDirection=True, getCounters=False)
With this function we set the conditions for element1 and element2     (who must be connected)
visit(self, element)
The visit function

Data descriptors inherited from translator.visitor.intermediateVisitor.intermediateVisitor.IntermediateVisitor:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)