|
- 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)
|