Class InfrastructureInterfaceFilter

  • All Implemented Interfaces:
    IFilter

    public class InfrastructureInterfaceFilter
    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 Detail

      • InfrastructureInterfaceFilter

        public InfrastructureInterfaceFilter()
    • Method Detail

      • 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.