Class FilteredView

java.lang.Object
com.structurizr.view.View
com.structurizr.view.FilteredView
All Implemented Interfaces:
PropertyHolder

public final class FilteredView extends View
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()
    • getMode

      public FilterMode getMode()
    • getTags

      public Set<String> getTags()
    • getName

      public String getName()
      Description copied from class: View
      Gets the (computed) name of this view.
      Specified by:
      getName in class View
      Returns:
      the name, as a String