Class Perspective

java.lang.Object
com.structurizr.model.Perspective

public final class Perspective extends Object
Represents an architectural perspective, that can be applied to elements and relationships. See https://www.viewpoints-and-perspectives.info/home/perspectives/ for more details of this concept.
  • Method Details

    • getName

      public String getName()
      Gets the name of this perspective (e.g. "Security").
      Returns:
      the name of this perspective, as a String
    • getDescription

      public String getDescription()
      Gets the description of this perspective.
      Returns:
      the description of this perspective, as a String
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object