public abstract class GraphEntity extends GraphMember
children, name, parentNode, PROPERTY_NAME| Constructor and Description |
|---|
GraphEntity() |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotation() |
AssociationSet |
getAssociations(Condition<?>... filters)
get all Associations
|
protected GraphMember |
getByObject(java.lang.String clazz,
boolean fullName) |
GraphMember |
getChildByName(java.lang.String name,
java.lang.Class<?> subClass) |
java.lang.String |
getId() |
java.lang.String |
getName(boolean shortName) |
protected java.lang.String |
getTyp(java.lang.String typ,
boolean shortName) |
boolean |
isExternal() |
GraphEntity |
with(Annotation value) |
protected GraphEntity |
with(Association... values) |
GraphEntity |
withExternal(boolean value) |
GraphEntity |
withId(java.lang.String id) |
GraphEntity |
without(Association... values) |
check, getChildren, getClazz, getDiff, getFullId, getModifier, getName, getNodes, getParent, getValue, setName, setParentNode, size, with, withAnnotaion, withChildren, withModifier, withoutpublic java.lang.String getName(boolean shortName)
public GraphEntity withId(java.lang.String id)
public java.lang.String getId()
protected java.lang.String getTyp(java.lang.String typ,
boolean shortName)
protected GraphMember getByObject(java.lang.String clazz, boolean fullName)
public boolean isExternal()
public GraphEntity withExternal(boolean value)
protected GraphEntity with(Association... values)
public GraphEntity without(Association... values)
public GraphMember getChildByName(java.lang.String name, java.lang.Class<?> subClass)
public AssociationSet getAssociations(Condition<?>... filters)
filters - Can Filter the List of AttributesClazz --------------------- Association one many
public Annotation getAnnotation()
getAnnotation in class GraphMemberpublic GraphEntity with(Annotation value)