public class GraphvizConditionVisitor extends ConditionVisitor
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Stack<java.lang.String> |
m_parts |
| Constructor and Description |
|---|
GraphvizConditionVisitor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGraphviz() |
void |
visit(Equality c) |
void |
visit(LogicalAnd c) |
void |
visit(LogicalNot c) |
void |
visit(LogicalOr c) |
protected void |
visitNAry(java.lang.String operator,
NAryCondition c) |
public void visit(LogicalAnd c)
visit in class ConditionVisitorprotected void visitNAry(java.lang.String operator,
NAryCondition c)
public void visit(LogicalOr c)
visit in class ConditionVisitorpublic void visit(LogicalNot c)
visit in class ConditionVisitorpublic void visit(Equality c)
visit in class ConditionVisitorpublic java.lang.String getGraphviz()
Copyright © Sylvain HallĂ©. All Rights Reserved.