Interface LinkMaker
- All Known Implementing Classes:
AbstractClassDiagramBuilder,ClassDiagramBuilder
public interface LinkMaker
-
Method Summary
Modifier and TypeMethodDescriptiongetClassLink(Class aClass) getFieldLink(Field field) getMethodLink(Method method)
-
Method Details
-
getClassLink
- Returns:
- the class link to use in the diagram
-
getFieldLink
- Returns:
- the field link to use in the diagram
-
getMethodLink
- Returns:
- the method link to use in the diagram
-