diff --git a/AlgebraicDataflowArchitectureModel/src/application/editor/Editor.java b/AlgebraicDataflowArchitectureModel/src/application/editor/Editor.java index 32629c8..12eafb3 100644 --- a/AlgebraicDataflowArchitectureModel/src/application/editor/Editor.java +++ b/AlgebraicDataflowArchitectureModel/src/application/editor/Editor.java @@ -260,9 +260,9 @@ return null; } - /**-------------------------------------------------------------------------------- - * save - /**-------------------------------------------------------------------------------- + /************************************************************* + * [save] + /************************************************************* * */ public void save() { diff --git a/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowDelegationCellEditor.java b/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowDelegationCellEditor.java index dd56bda..a2a7d64 100644 --- a/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowDelegationCellEditor.java +++ b/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowDelegationCellEditor.java @@ -19,7 +19,6 @@ * */ public class ControlFlowDelegationCellEditor extends FlowCellEditor { - private ControlFlowDelegationStageStatus curState = null; /************************************************************* diff --git a/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowDelegationStage.java b/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowDelegationStage.java index 78243fc..d0607e7 100644 --- a/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowDelegationStage.java +++ b/AlgebraicDataflowArchitectureModel/src/application/editor/stages/ControlFlowDelegationStage.java @@ -26,7 +26,6 @@ /************************************************************* * - * @author k-fujii */ public class ControlFlowDelegationStage extends Stage { public final int PORT_DIAMETER = 8; @@ -197,9 +196,7 @@ // Checking "nodeCell" has an instance of ObjectNodeAttribute cellObjNodeAttr = (ObjectNodeAttribute)nodeCell.getValue(); if(cellObjNodeAttr == null) throw new ClassCastException("dosen't have the value of "); - - // Getting the cell - + // Is "nodeCell" the same as the source cell of the call edge? if(nodeCell.equals(callEdgeAttr.getSourceCell())){ mxCell srcNodeCell = callEdgeAttr.getSourceCell(); diff --git a/AlgebraicDataflowArchitectureModel/src/application/editor/stages/DataFlowCellEditor.java b/AlgebraicDataflowArchitectureModel/src/application/editor/stages/DataFlowCellEditor.java index 30f7156..f05c14c 100644 --- a/AlgebraicDataflowArchitectureModel/src/application/editor/stages/DataFlowCellEditor.java +++ b/AlgebraicDataflowArchitectureModel/src/application/editor/stages/DataFlowCellEditor.java @@ -38,6 +38,7 @@ * */ public class DataFlowCellEditor extends FlowCellEditor { + /************************************************************* * [ *constructor ] /*************************************************************