Class FilteredView

java.lang.Object
com.structurizr.view.FilteredView

public final class FilteredView extends Object
Represents a view on top of a view, which can be used to include or exclude specific elements.
  • Method Details

    • getView

      public View getView()
    • getBaseViewKey

      public String getBaseViewKey()
    • getKey

      public String getKey()
    • getOrder

      public int getOrder()
      Gets the order of this view.
      Returns:
      a positive integer
    • getDescription

      public String getDescription()
    • getMode

      public FilterMode getMode()
    • getTags

      public Set<String> getTags()