public abstract class GraphModel extends GraphEntity implements BaseItem
children, name, parentNode, PROPERTY_CHILD, PROPERTY_CLASSNAME, PROPERTY_LITERAL, PROPERTY_MODIFIERS, PROPERTY_NAME, PROPERTY_PARENT, PROPERTY_PATH, PROPERTY_THIS, PROPERTY_VISIBILITY| Constructor and Description |
|---|
GraphModel() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
clearAddOnClazzes() |
Clazz |
createClazz(java.lang.String name) |
boolean |
dumpHTML(java.lang.String diagramName) |
boolean |
fixClassModel() |
GraphModel |
generate() |
GraphModel |
generate(java.lang.String rootDir) |
java.lang.String |
getAuthorName() |
ClazzSet |
getClazzes(Condition<?>... filters)
get All GraphClazz
|
boolean |
setAuthorName(java.lang.String value)
Set the Default Author
|
int |
size()
Get the Size of Elements
|
java.lang.String |
toString(Converter converter)
Convert Element to String
|
protected GraphModel |
with(GraphModel model) |
GraphModel |
with(java.lang.String name)
Set the name of Element
|
getAnnotation, getAssociations, getByObject, getChildByName, getId, getName, getTyp, isExternal, setId, with, with, with, withExternalcheck, getChildren, getClazz, getDiff, getFullId, getModifier, getName, getNodes, getParent, getValue, remove, setName, setParentNode, withAnnotation, withModifier, withoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, getNewList, toStringpublic ClazzSet getClazzes(Condition<?>... filters)
filters - Can Filter the List of Clazzes
one many
GraphModel ----------------------------------- GraphClazz
parent clazz
protected boolean clearAddOnClazzes()
public Clazz createClazz(java.lang.String name)
public GraphModel with(java.lang.String name)
GraphMemberwith in class GraphMembername - The Name of Elementpublic java.lang.String getAuthorName()
public boolean setAuthorName(java.lang.String value)
value - The Authornamepublic GraphModel generate()
public GraphModel generate(java.lang.String rootDir)
public boolean dumpHTML(java.lang.String diagramName)
public boolean fixClassModel()
protected GraphModel with(GraphModel model)
public java.lang.String toString(Converter converter)
BaseItem