-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Cloneable
public final class PlantUmlRelationship extends DefaultEdge
A plantUML relationship.
-
-
Constructor Summary
Constructors Constructor Description PlantUmlRelationship(RelationshipType relationshipType)
-
Method Summary
Modifier and Type Method Description KClass<?>
getSource()
Source class of the relationship. KClass<?>
getTarget()
Destination class of the relationship. final String
plantUml()
Plant representation of an uml relationship. -
Methods inherited from class org.jgrapht.graph.DefaultEdge
clone
-
Methods inherited from class io.github.kelvindev15.kotlin2plantuml.plantuml.PlantUmlRelationship
toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PlantUmlRelationship
PlantUmlRelationship(RelationshipType relationshipType)
-
-
-
-