Class FormCommandSourceInferrer

  • All Implemented Interfaces:
    Visitors.IVisitor

    public class FormCommandSourceInferrer
    extends Object
    implements Visitors.IVisitor
    Infers standard commands in CommandSource implementors TODO add commands for GaugeQualityBands -> see mngbase\src\LogFormSrvGaugeQualityBandsGridController.cpp
    • Constructor Detail

      • FormCommandSourceInferrer

        public FormCommandSourceInferrer()
    • Method Detail

      • visit

        public boolean visit​(org.eclipse.emf.ecore.EObject object)
        Description copied from interface: Visitors.IVisitor
        Visits the given object. Returns whether the contents of the object should also be visited.
        Specified by:
        visit in interface Visitors.IVisitor
        Parameters:
        object - not null
        Returns:
        true if the contents of the given object should be visited, and false otherwise
      • _inferFrom

        protected boolean _inferFrom​(org.eclipse.emf.ecore.EObject object)
      • _inferFrom

        protected boolean _inferFrom​(Form form)
      • _inferFrom

        protected boolean _inferFrom​(FormField field)
      • _inferFrom

        protected boolean _inferFrom​(Table table)
      • inferFrom

        public boolean inferFrom​(org.eclipse.emf.ecore.EObject field)