-
- All Implemented Interfaces:
-
org.jgrapht.Graph
public final class ClassHierarchy implements Graph<KClass<?>, PlantUmlRelationship>
A plantUML class hierarchy.
-
-
Constructor Summary
Constructors Constructor Description ClassHierarchy(KClass<?> rootClass, Configuration configuration)
-
Method Summary
Modifier and Type Method Description final KClass<?>
getRootClass()
The root of hierarchy. final String
plantUml()
PlantUml representation of rootClass. -
Methods inherited from class org.jgrapht.Graph
addEdge, addEdge, addVertex, addVertex, containsEdge, containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeSource, getEdgeSupplier, getEdgeTarget, getEdgeWeight, getType, getVertexSupplier, inDegreeOf, incomingEdgesOf, iterables, outDegreeOf, outgoingEdgesOf, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, setEdgeWeight, setEdgeWeight, vertexSet
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ClassHierarchy
ClassHierarchy(KClass<?> rootClass, Configuration configuration)
-
-
Method Detail
-
getRootClass
final KClass<?> getRootClass()
The root of hierarchy.
-
-
-
-