|
@@ -233,20 +233,18 @@ public abstract class CpsObject {
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
-<<<<<<< HEAD
|
|
|
|
- * Set the colorof the border
|
|
|
|
- *
|
|
|
|
-=======
|
|
|
|
* Set the Border Color of this CpsObject
|
|
* Set the Border Color of this CpsObject
|
|
*
|
|
*
|
|
- * @param the BorderColor
|
|
|
|
|
|
+ * @param the
|
|
|
|
+ * BorderColor
|
|
*/
|
|
*/
|
|
public void setBorderColor(Color c) {
|
|
public void setBorderColor(Color c) {
|
|
this.BorderColor = c;
|
|
this.BorderColor = c;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
->>>>>>> 0f397a62123e10fe88ef0d9ee68b3db6c0201ec8
|
|
|
|
|
|
+ * Set the Color of the edges
|
|
|
|
+ *
|
|
* @param Color
|
|
* @param Color
|
|
* the Color to set
|
|
* the Color to set
|
|
*/
|
|
*/
|
|
@@ -254,36 +252,27 @@ public abstract class CpsObject {
|
|
this.BorderColor = color;
|
|
this.BorderColor = color;
|
|
}
|
|
}
|
|
|
|
|
|
-<<<<<<< HEAD
|
|
|
|
/**
|
|
/**
|
|
* For internal purpose (energy flow)
|
|
* For internal purpose (energy flow)
|
|
*
|
|
*
|
|
* @param tag
|
|
* @param tag
|
|
*/
|
|
*/
|
|
-=======
|
|
|
|
->>>>>>> 0f397a62123e10fe88ef0d9ee68b3db6c0201ec8
|
|
|
|
public void addTag(int tag) {
|
|
public void addTag(int tag) {
|
|
this.tags.add(tag);
|
|
this.tags.add(tag);
|
|
}
|
|
}
|
|
|
|
|
|
-<<<<<<< HEAD
|
|
|
|
/**
|
|
/**
|
|
* Get the actual tags
|
|
* Get the actual tags
|
|
*
|
|
*
|
|
* @return ArrayList
|
|
* @return ArrayList
|
|
*/
|
|
*/
|
|
-=======
|
|
|
|
->>>>>>> 0f397a62123e10fe88ef0d9ee68b3db6c0201ec8
|
|
|
|
public ArrayList<Integer> getTag() {
|
|
public ArrayList<Integer> getTag() {
|
|
return tags;
|
|
return tags;
|
|
}
|
|
}
|
|
|
|
|
|
-<<<<<<< HEAD
|
|
|
|
/**
|
|
/**
|
|
- * Reste the tags to Null
|
|
|
|
|
|
+ * Rest the tags to Null
|
|
*/
|
|
*/
|
|
-=======
|
|
|
|
->>>>>>> 0f397a62123e10fe88ef0d9ee68b3db6c0201ec8
|
|
|
|
public void resetTags() {
|
|
public void resetTags() {
|
|
this.tags = new ArrayList<Integer>();
|
|
this.tags = new ArrayList<Integer>();
|
|
}
|
|
}
|