Class DotOtherRelation
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.dataModel.dot.DotOtherRelation
-
- All Implemented Interfaces:
DotRelation
public class DotOtherRelation extends Object implements DotRelation
- Author:
- mederly
-
-
Constructor Summary
Constructors Constructor Description DotOtherRelation(@NotNull Relation relation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEdgeLabel()StringgetEdgeStyle()StringgetEdgeTooltip()StringgetNodeLabel(String defaultLabel)StringgetNodeStyleAttributes()StringgetNodeTooltip()
-
-
-
Constructor Detail
-
DotOtherRelation
public DotOtherRelation(@NotNull @NotNull Relation relation)
-
-
Method Detail
-
getEdgeLabel
public String getEdgeLabel()
- Specified by:
getEdgeLabelin interfaceDotRelation
-
getNodeLabel
public String getNodeLabel(String defaultLabel)
- Specified by:
getNodeLabelin interfaceDotRelation
-
getEdgeStyle
public String getEdgeStyle()
- Specified by:
getEdgeStylein interfaceDotRelation
-
getNodeStyleAttributes
public String getNodeStyleAttributes()
- Specified by:
getNodeStyleAttributesin interfaceDotRelation
-
getEdgeTooltip
public String getEdgeTooltip()
- Specified by:
getEdgeTooltipin interfaceDotRelation
-
getNodeTooltip
public String getNodeTooltip()
- Specified by:
getNodeTooltipin interfaceDotRelation
-
-