|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface SystemModelRenderer
Method Summary | |
---|---|
java.lang.String
|
canonicalPrint(SystemModel model)
Renders a canonical representation of the model as a string. |
java.lang.String
|
compactPrint(SystemModel model)
Renders a compact representation of the model as a string (contrary to pretty print, there should be no space, indentation or carriage returns) |
java.lang.String
|
computeSystemId(SystemModel model)
computes the system id with the idea that if 2 systems have the exact same content, they should generate the same id! |
java.lang.String
|
prettyPrint(SystemModel model)
Renders a pretty printed version of the model as a string |
Method Detail |
---|
java.lang.String canonicalPrint(SystemModel model)
java.lang.String compactPrint(SystemModel model)
java.lang.String computeSystemId(SystemModel model)
java.lang.String prettyPrint(SystemModel model)
Groovy Documentation