You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: