Skip to content
Snippets Groups Projects
Commit da0e3172 authored by Daniela Genius's avatar Daniela Genius
Browse files

modifs

parent d1735305
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ public class TMLArchiBUSNode extends TMLArchiCommunicationNode implements Swallo
private int pipelineSize = HwBus.DEFAULT_PIPELINE_SIZE;
private int arbitrationPolicy = HwBus.DEFAULT_ARBITRATION;
private int sliceTime = HwBus.DEFAULT_SLICE_TIME;
private int privacy = HwBus.BUS_PUBLIC;
public TMLArchiBUSNode(int _x, int _y, int _minX, int _maxX, int _minY, int _maxY, boolean _pos, TGComponent _father, TDiagramPanel _tdp) {
super(_x, _y, _minX, _maxX, _minY, _maxY, _pos, _father, _tdp);
......@@ -201,7 +201,6 @@ public class TMLArchiBUSNode extends TMLArchiCommunicationNode implements Swallo
}
arbitrationPolicy = dialog.getArbitrationPolicy();
privacy = dialog.getPrivacy();
if (arbitrationPolicy == HwBus.BASIC_ROUND_ROBIN) {
stereotype = "BUS-RR";
}
......@@ -376,9 +375,6 @@ public class TMLArchiBUSNode extends TMLArchiCommunicationNode implements Swallo
public int getArbitrationPolicy(){
return arbitrationPolicy;
}
public int getPrivacy(){
return privacy;
}
public String getAttributes() {
String attr = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment