Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EntityModel toString #102

Closed
XtraSonic opened this issue Jul 21, 2020 · 1 comment
Closed

EntityModel toString #102

XtraSonic opened this issue Jul 21, 2020 · 1 comment

Comments

@XtraSonic
Copy link
Contributor

EntityModel does not have a toString method which means that when we want to log an instance of EntityModel, it has to be first parsed with ModelParser.getInstance().getEntitiesJSONObject(entityModel).toString());. Since there is a way to turn an entity model to a string, it would be easier to log entity models if there was a toString in the actual EntityModel class.

@XtraSonic
Copy link
Contributor Author

Solved in PR #116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant