Class AbstractDtPropertyTester

  • All Implemented Interfaces:
    org.eclipse.core.expressions.IPropertyTester

    public abstract class AbstractDtPropertyTester
    extends org.eclipse.core.expressions.PropertyTester
    The abstract PropertyTester implementation with EDT specific methods.
    • Constructor Detail

      • AbstractDtPropertyTester

        public AbstractDtPropertyTester()
    • Method Detail

      • isAlive

        protected final boolean isAlive​(org.eclipse.emf.ecore.EObject object)
        Checks if the specified object is alive, i.e. if the object is an instance of IBmObject it checks that the engine is in running state.
        Parameters:
        object - the EObject instance to check, cannot be null.
        Returns:
        true if the specified object is alive, false - otherwise.