Class MdStdCommandTypeInferrer

    • Constructor Detail

      • MdStdCommandTypeInferrer

        public MdStdCommandTypeInferrer()
    • Method Detail

      • complete

        public void complete()
        Completes the commands inferring. Sets parameters and its types information in parametrized commands
      • visit

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

        protected boolean _infer​(org.eclipse.emf.ecore.EObject object)
        Inferers EObject standard commands.
        Parameters:
        eObject - not null
        Returns:
        true if the contents of the given object should be visited, and false otherwise
      • _infer

        protected boolean _infer​(AccountingRegister accountReg)
        Infers AccountingRegister standard commands.
        Parameters:
        accountReg - not null
        Returns:
        true if the contents of the given object should be visited, and false otherwise
      • _infer

        protected boolean _infer​(AccumulationRegister accumReg)
        Inferers AccumulationRegister standard commands.
        Parameters:
        accumReg - not null
        Returns:
        true if the contents of the given object should be visited, and false otherwise
      • _infer

        protected boolean _infer​(ChartOfCalculationTypes chartOfCalculationTypes)
        Inferers ChartOfCalculationTypes standard commands.
        Parameters:
        chartOfCalculationTypes - not null
        Returns:
        true if the contents of the given object should be visited, and false otherwise
      • _infer

        protected boolean _infer​(ChartOfCharacteristicTypes chartOfCharacteristicTypes)
        Inferers ChartOfCharacteristicTypes standard commands.
        Parameters:
        chartOfCharacteristicTypes - not null
        Returns:
        true if the contents of the given object should be visited, and false otherwise
      • _infer

        protected boolean _infer​(Document document)
        Inferers Document standard commands.
        Parameters:
        document - not null
        Returns:
        true if the contents of the given object should be visited, and false otherwise
      • _infer

        protected boolean _infer​(InformationRegister infoReg)
        Inferers InformationRegister standard commands.
        Parameters:
        infoReg - not null
        Returns:
        true if the contents of the given object should be visited, and false otherwise
      • _infer

        protected boolean _infer​(Catalog catalog)
        Inferers Catalog standard commands.
        Parameters:
        catalog - not null
        Returns:
        true if the contents of the given object should be visited, and false otherwise
      • _infer

        protected boolean _infer​(ChartOfAccounts chartOfAccounts)
        Infers types of standard commands for Chart of accounts.
        Parameters:
        catalog - not null
        Returns:
        true if the contents of the given object should be visited, and false otherwise
      • _infer

        protected boolean _infer​(ExchangePlan exchangePlan)
        Inferers ExchangePlan standard commands.
        Parameters:
        exchangePlan - not null
        Returns:
        true if the contents of the given object should be visited, and false otherwise
      • _infer

        protected boolean _infer​(BusinessProcess bp)
        Inferers BusinessProcess standard commands.
        Parameters:
        bp - not null
        Returns:
        true if the contents of the given object should be visited, and false otherwise
      • _infer

        protected boolean _infer​(Task task)
        Inferers Task standard commands.
        Parameters:
        task - not null
        Returns:
        true if the contents of the given object. should be visited, and false otherwise
      • _infer

        protected boolean _infer​(FilterCriterion filterCriterion)
        Inferers FilterCriterion standard command types.
        Parameters:
        filterCriterion - not null
        Returns:
        true if the contents of the given object. should be visited, and false otherwise
      • _infer

        protected boolean _infer​(CalculationRegister calculationRegister)
        Inferers CalculationRegister standard commands.
        Parameters:
        calculationRegister - not null
        Returns:
        true if the contents of the given object should be visited, and false otherwise
      • infer

        public boolean infer​(org.eclipse.emf.ecore.EObject catalog)