public interface ClassEdge extends Edge
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.util.List<CrelRTEdge> |
getRelatedCrelRTRelations()
returns the set of the crel relations of a class relation
|
Cardinality |
getSourceAlwaysCardinality()
returns the cardinality of the source of a class relation
|
Cardinality |
getSourceEventuallyCardinality()
returns the cardinality of the source of a class relation
|
ClassNode |
getSourceNode()
returns the source of a class relation
|
Cardinality |
getTargetAlwaysCardinality()
returns the cardinality of the target of a class relation
|
Cardinality |
getTargetEventuallyCardinality()
returns the cardinality of the target of a class relation
|
ClassNode |
getTargetNode()
returns the target of a class relation
|
void |
setRelatedCrelRTRelations(java.util.List<CrelRTEdge> relatedCrelRTRelations)
set the set of the crel relations of a class relation
|
void |
setSourceAlwaysCardinality(Cardinality sourceCardinality)
set the cardinality of the source of a class relation
|
void |
setSourceEventuallyCardinality(Cardinality sourceCardinality)
set the cardinality of the source of a class relation
|
void |
setTargetAlwaysCardinality(Cardinality targetCardinality)
set the cardinality of the target of a class relation
|
void |
setTargetEventuallyCardinality(Cardinality targetCardinality)
set the cardinality of the target of a class relation
|
getEdgeName, getID, setEdgeName, setID
getCorrespondingCell, setCorrespondingCell
ClassNode getSourceNode()
ClassNode getTargetNode()
Cardinality getSourceAlwaysCardinality()
Cardinality getSourceEventuallyCardinality()
Cardinality getTargetAlwaysCardinality()
Cardinality getTargetEventuallyCardinality()
java.util.List<CrelRTEdge> getRelatedCrelRTRelations()
void setSourceAlwaysCardinality(Cardinality sourceCardinality)
void setSourceEventuallyCardinality(Cardinality sourceCardinality)
void setTargetAlwaysCardinality(Cardinality targetCardinality)
void setTargetEventuallyCardinality(Cardinality targetCardinality)
void setRelatedCrelRTRelations(java.util.List<CrelRTEdge> relatedCrelRTRelations)
java.lang.Object clone()