Class DotMappingRelation
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.dataModel.dot.DotMappingRelation
-
- All Implemented Interfaces:
DotRelation
public class DotMappingRelation extends Object implements DotRelation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEdgeLabel()
String
getEdgeStyle()
String
getEdgeTooltip()
String
getNodeLabel(String defaultLabel)
String
getNodeStyleAttributes()
String
getNodeTooltip()
-
-
-
Method Detail
-
getEdgeLabel
public String getEdgeLabel()
- Specified by:
getEdgeLabel
in interfaceDotRelation
-
getNodeLabel
public String getNodeLabel(String defaultLabel)
- Specified by:
getNodeLabel
in interfaceDotRelation
-
getEdgeStyle
public String getEdgeStyle()
- Specified by:
getEdgeStyle
in interfaceDotRelation
-
getNodeTooltip
public String getNodeTooltip()
- Specified by:
getNodeTooltip
in interfaceDotRelation
-
getEdgeTooltip
public String getEdgeTooltip()
- Specified by:
getEdgeTooltip
in interfaceDotRelation
-
getNodeStyleAttributes
public String getNodeStyleAttributes()
- Specified by:
getNodeStyleAttributes
in interfaceDotRelation
-
-