Class EventGroupFilter

java.lang.Object
org.palladiosimulator.editors.commons.tabs.EventGroupFilter
All Implemented Interfaces:
IFilter

public class EventGroupFilter extends Object implements IFilter
Filter to select only elements related to event groups and types. In the past, this was about the meanwhile generic Interface model element but has become more specific to distinct between OperationInterfaces and EventGroups. This filter is used by the property tabs definition in the GMF editors.
  • Constructor Details

    • EventGroupFilter

      public EventGroupFilter()
  • Method Details

    • select

      public boolean select(Object toTest)
      Decide if an object is about event groups and types. This could be an EventGroup or an EventType.
      Specified by:
      select in interface IFilter
      Parameters:
      toTest - The element object to test.
      Returns:
      true/false if the object is of type EventGroup or EventType.