public InterpretationPlanIncomingOrOutgoing(int targetType, InterpretationPlanNodeMatcher source, InterpretationPlanDirectionVariable directionVariable, SearchPlanEdgeNode planEdgeNode) { this.targetType = targetType; this.source = source; this.directionVariable = directionVariable; this.planEdgeNode = planEdgeNode; AssignId(); }
public InterpretationPlanImplicitSourceOrTarget(int targetType, InterpretationPlanEdgeMatcher source, InterpretationPlanDirectionVariable directionVariable, SearchPlanNodeNode planNodeNode) { this.targetType = targetType; this.source = source; this.directionVariable = directionVariable; this.planNodeNode = planNodeNode; AssignId(); }
public InterpretationPlanCheckConnectednessSourceOrTarget(InterpretationPlanNodeMatcher node, InterpretationPlanEdgeMatcher edge, InterpretationPlanDirectionVariable directionVariable) { this.node = node; this.edge = edge; this.directionVariable = directionVariable; AssignId(); }