Class OperationInterfaceFilter

  • All Implemented Interfaces:
    IFilter

    public class OperationInterfaceFilter
    extends Object
    implements IFilter
    Filter to select only elements of types related to operation interfaces. 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

      • OperationInterfaceFilter

        public OperationInterfaceFilter()
    • Method Detail

      • select

        public boolean select​(Object toTest)
        Decide if an object is about operation interfaces. This could be an OperationInterface or an OperationSignature.
        Specified by:
        select in interface IFilter
        Parameters:
        toTest - The element object to test.
        Returns:
        true/false if the object is of type OperationInterface or OperationSignature