public class Association extends GraphMember
| Modifier and Type | Field and Description |
|---|---|
static StringFilter<Association> |
NAME |
static java.lang.String |
PROPERTY_CARDINALITY |
static java.lang.String |
PROPERTY_NODE |
static java.lang.String |
PROPERTY_PROPERTY |
children, name, parentNode, PROPERTY_NAME| Constructor and Description |
|---|
Association(GraphEntity node) |
| Modifier and Type | Method and Description |
|---|---|
static Association |
create(GraphEntity source,
GraphEntity target) |
Cardinality |
getCardinality() |
Clazz |
getClazz() |
GraphLabel |
getInfo() |
java.lang.String |
getName() |
Association |
getOther() |
Clazz |
getOtherClazz() |
AssociationTypes |
getType() |
protected boolean |
setParentNode(GraphMember value) |
java.lang.String |
toString() |
Association |
with(Annotation value) |
Association |
with(Association value) |
Association |
with(AssociationTypes typ) |
Association |
with(Cardinality cardinality) |
Association |
with(GraphEntity value) |
Association |
with(GraphLabel label) |
Association |
with(java.lang.String name)
Set the name of Element
|
Association |
without(Annotation value) |
check, getAnnotation, getModifier, withAnnotaion, withChildren, withoutpublic static final StringFilter<Association> NAME
public static final java.lang.String PROPERTY_NODE
public static final java.lang.String PROPERTY_CARDINALITY
public static final java.lang.String PROPERTY_PROPERTY
public Association(GraphEntity node)
public Cardinality getCardinality()
public java.lang.String getName()
getName in class GraphMemberprotected boolean setParentNode(GraphMember value)
setParentNode in class GraphMemberpublic Association with(GraphLabel label)
public GraphLabel getInfo()
public Association with(GraphEntity value)
public Association with(java.lang.String name)
GraphMemberwith in class GraphMembername - The Name of Elementpublic Association with(Association value)
public Association with(Cardinality cardinality)
public Association getOther()
public static Association create(GraphEntity source, GraphEntity target)
public AssociationTypes getType()
public Association with(AssociationTypes typ)
public Clazz getOtherClazz()
public Clazz getClazz()
public java.lang.String toString()
toString in class java.lang.Objectpublic Association with(Annotation value)
public Association without(Annotation value)