- java.lang.Object
-
- org.tentackle.model.print.EntityPrinter
-
public class EntityPrinter extends java.lang.ObjectPrints the model of an entity.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description EntityPrinter(Entity entity, PrintConfiguration configuration)Creates an entity printer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringprint()Creates a pretty print of the entity model.
-
-
-
Constructor Detail
-
EntityPrinter
public EntityPrinter(Entity entity, PrintConfiguration configuration)
Creates an entity printer.- Parameters:
entity- the entity to printconfiguration- the printing configuration
-
-