public class GraphList extends GraphModel implements BaseItem
children, name, parentNode, PROPERTY_NAME| Constructor and Description |
|---|
GraphList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(java.lang.Object... values)
Add Elements to List or KeyValue
if param Modulo 2 the Params can be Key,Value
or add all Values to List
|
Association |
getEdge(GraphEntity node,
java.lang.String property) |
BaseItem |
getNewList(boolean keyValue) |
Clazz |
getNode(java.lang.String id) |
SimpleSet<GraphEntity> |
getNodes() |
GraphOptions |
getOptions() |
java.lang.String |
getStyle() |
java.lang.String |
getType() |
java.lang.Object |
getValue(java.lang.Object key) |
void |
initSubLinks() |
java.lang.String |
toString()
Convert Element to String
|
java.lang.String |
toString(boolean removePackage) |
java.lang.String |
toString(Converter converter)
Convert Element to String
|
Clazz |
with(Clazz value) |
GraphList |
with(GraphList... values) |
GraphPattern |
with(GraphPattern value) |
GraphList |
with(java.lang.String name)
Set the name of Element
|
GraphList |
withEdge(java.lang.String sourceName,
java.lang.String targetName) |
GraphList |
withNode(GraphEntity... value) |
GraphList |
withOptions(GraphOptions options) |
GraphList |
withStyle(java.lang.String style) |
GraphList |
withType(java.lang.String typ) |
clearAddOnClazzes, createClazz, dumpHTML, fixClassModel, generate, generate, getAuthorName, getClazzes, setAuthorName, with, with, withAuthorName, withoutgetAnnotation, getAssociations, getByObject, getChildByName, getId, getName, getTyp, isExternal, with, withExternal, withId, withoutcheck, getChildren, getClazz, getDiff, getFullId, getModifier, getName, getParent, getValue, setName, setParentNode, size, withAnnotaion, withChildren, withModifier, withoutpublic java.lang.String toString()
BaseItempublic java.lang.String toString(boolean removePackage)
public java.lang.String toString(Converter converter)
BaseItempublic java.lang.String getType()
public GraphList withType(java.lang.String typ)
public GraphList withEdge(java.lang.String sourceName, java.lang.String targetName)
public void initSubLinks()
public GraphPattern with(GraphPattern value)
public GraphList withNode(GraphEntity... value)
public GraphOptions getOptions()
public GraphList withOptions(GraphOptions options)
public java.lang.String getStyle()
public GraphList withStyle(java.lang.String style)
public Clazz getNode(java.lang.String id)
public SimpleSet<GraphEntity> getNodes()
getNodes in class GraphMemberpublic Association getEdge(GraphEntity node, java.lang.String property)
public boolean add(java.lang.Object... values)
BaseItempublic java.lang.Object getValue(java.lang.Object key)
public BaseItem getNewList(boolean keyValue)
getNewList in interface BaseItempublic GraphList with(java.lang.String name)
GraphMemberwith in class GraphModelname - The Name of Element