Interface DotRelation
-
- All Known Implementing Classes:
DotMappingRelation
,DotOtherRelation
public interface DotRelation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEdgeLabel()
String
getEdgeStyle()
String
getEdgeTooltip()
String
getNodeLabel(String defaultLabel)
String
getNodeStyleAttributes()
String
getNodeTooltip()
-