Class PlantUmlRelationship

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Cloneable

    
    public final class PlantUmlRelationship
    extends DefaultEdge
                        

    A plantUML relationship.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.IntrusiveEdge

        clone
      • Methods inherited from class org.jgrapht.graph.DefaultEdge

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail