public class GraphList extends GraphModel implements BaseItem
associationschildren, name, parentNode, PROPERTY_NAME| Constructor and Description |
|---|
GraphList() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getTyp() |
java.lang.Object |
getValue(java.lang.Object key) |
void |
initSubLinks() |
java.lang.String |
toString()
Convert Element to String
|
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.Object... values)
Add Elements to List or KeyValue
if param Modulo 2 the Params can be Key,Value
or add all Values to List
|
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 |
withTyp(java.lang.String typ) |
createClazz, dumpHTML, generate, generate, getAuthorName, getClazzes, setAuthorName, with, with, withAuthorName, withoutgetAnnotation, getAssociations, getId, getName, isExternal, with, withExternal, withId, withoutcheck, getModifier, getName, setParentNode, withAnnotaion, withChildren, withoutpublic java.lang.String toString()
BaseItempublic java.lang.String toString(Converter converter)
BaseItempublic java.lang.String getTyp()
public GraphList withTyp(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()
public Association getEdge(GraphEntity node, java.lang.String property)
public GraphList with(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