Class DcsTemplateWizardEnablementPredicate

  • All Implemented Interfaces:
    com.google.common.base.Predicate<org.eclipse.emf.ecore.EObject>, Predicate<org.eclipse.emf.ecore.EObject>

    public class DcsTemplateWizardEnablementPredicate
    extends Object
    implements com.google.common.base.Predicate<org.eclipse.emf.ecore.EObject>
    Tests wheter DCS template is enabled in templates wizard.
    • Constructor Detail

      • DcsTemplateWizardEnablementPredicate

        public DcsTemplateWizardEnablementPredicate()
    • Method Detail

      • apply

        public boolean apply​(org.eclipse.emf.ecore.EObject object)
        Specified by:
        apply in interface com.google.common.base.Predicate<org.eclipse.emf.ecore.EObject>