public class DotLOPrinter extends DotPlanDumper
mMultiInputSubgraphs, mMultiOutputSubgraphs, mSubgraphsisVerbose, plan, ps| Constructor and Description |
|---|
DotLOPrinter(BaseOperatorPlan plan,
java.io.PrintStream ps) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String[] |
getAttributes(Operator op)
Used to generate the the attributes of a node
|
protected MultiMap<Operator,BaseOperatorPlan> |
getMultiInputNestedPlans(Operator op)
Used to determine if an operator has nested plans, which are
connected to specific input operators.
|
protected java.lang.String |
getName(Operator op)
Used to generate the label for an operator.
|
protected java.util.Collection<BaseOperatorPlan> |
getNestedPlans(Operator op)
Used to determine if an operator has nested plans (without
connections to in- or output operators.
|
protected DotPlanDumper |
makeDumper(BaseOperatorPlan plan,
java.io.PrintStream ps)
makeDumper is a factory method.
|
protected boolean |
reverse(BaseOperatorPlan plan) |
dump, dumpEdge, dumpInvisibleOperators, dumpMultiInputNestedOperator, dumpMultiOutputNestedOperator, dumpNestedOperator, dumpOperatorgetMultiOutputNestedPlans, isVerbose, join, setVerbosepublic DotLOPrinter(BaseOperatorPlan plan, java.io.PrintStream ps)
protected DotPlanDumper makeDumper(BaseOperatorPlan plan, java.io.PrintStream ps)
PlanDumpermakeDumper in class DotPlanDumperplan - Plan that the new dumper should handleprotected java.lang.String getName(Operator op)
DotPlanDumpergetName in class DotPlanDumperop - operator to dumpprotected java.lang.String[] getAttributes(Operator op)
DotPlanDumpergetAttributes in class DotPlanDumperop - operatorprotected MultiMap<Operator,BaseOperatorPlan> getMultiInputNestedPlans(Operator op)
PlanDumpergetMultiInputNestedPlans in class PlanDumperop - operatorprotected java.util.Collection<BaseOperatorPlan> getNestedPlans(Operator op)
PlanDumpergetNestedPlans in class PlanDumperop - operatorprotected boolean reverse(BaseOperatorPlan plan)
reverse in class DotPlanDumperCopyright © 2007-2025 The Apache Software Foundation