java.lang.Object
org.tentackle.model.print.EntityPrinter
Prints the model of an entity.
- Author:
- harald
-
Constructor Summary
ConstructorsConstructorDescriptionEntityPrinter(Entity entity, PrintConfiguration configuration) Creates an entity printer. -
Method Summary
-
Constructor Details
-
EntityPrinter
Creates an entity printer.- Parameters:
entity- the entity to printconfiguration- the printing configuration
-
-
Method Details
-
print
Creates a pretty print of the entity model.- Returns:
- the printed entity model
-