Skip to content
Snippets Groups Projects
Commit aedf1def authored by Piotr Gawron's avatar Piotr Gawron
Browse files

basic toString method implemented

parent e71b7856
No related branches found
No related tags found
1 merge request!771Resolve "wrong start and end of reaction lines"
......@@ -925,4 +925,9 @@ public class Reaction implements BioEntity {
public double getSize() {
return 0;
}
@Override
public String toString() {
return new ElementUtils().getElementTag(this);
}
}
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