Class AssociationLink

java.lang.Object
org.contextmapper.dsl.generator.plantuml.AssociationLink

public class AssociationLink extends Object
  • Constructor Details

    • AssociationLink

      public AssociationLink(String participant1, String participant2, String label)
  • Method Details

    • getFirstParticipant

      public String getFirstParticipant()
    • getSecondParticipant

      public String getSecondParticipant()
    • getLabel

      public String getLabel()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • isSelfReference

      public boolean isSelfReference()