Package com._1c.g5.v8.dt.md.resource
Class MdDbViewDefInferrer
java.lang.Object
com._1c.g5.v8.dt.md.resource.MdDbViewDefInferrer
- All Implemented Interfaces:
Visitors.IVisitor
Infers DbViewDef's from an MdObject.
Essentially, a part of the
MdDerivedSateComputer.
Note that an instance of this class may be shared between
different instances of the MdDerivedSateComputer.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean_infer(AccountingRegister object) protected boolean_infer(AccumulationRegister object) protected boolean_infer(BusinessProcess object) protected boolean_infer(CalculationRegister object) protected booleanprotected boolean_infer(ChartOfAccounts object) protected boolean_infer(ChartOfCalculationTypes object) protected boolean_infer(ChartOfCharacteristicTypes object) protected boolean_infer(Configuration object) protected booleanprotected booleanprotected boolean_infer(DimensionTable object) protected booleanprotected boolean_infer(DocumentJournal object) protected booleanprotected boolean_infer(ExchangePlan object) protected boolean_infer(FilterCriterion object) protected boolean_infer(InformationRegister object) protected boolean_infer(Recalculation object) protected booleanprotected booleanprotected booleanprotected boolean_infer(org.eclipse.emf.ecore.EObject object) booleaninfer(org.eclipse.emf.ecore.EObject object) booleanvisit(org.eclipse.emf.ecore.EObject object) Visits the given object.
-
Constructor Details
-
MdDbViewDefInferrer
public MdDbViewDefInferrer()
-
-
Method Details
-
visit
public boolean visit(org.eclipse.emf.ecore.EObject object) Description copied from interface:Visitors.IVisitorVisits the given object. Returns whether the contents of the object should also be visited.- Specified by:
visitin interfaceVisitors.IVisitor- Parameters:
object- notnull- Returns:
trueif the contents of the given object should be visited, andfalseotherwise
-
_infer
protected boolean _infer(org.eclipse.emf.ecore.EObject object) -
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
_infer
-
infer
public boolean infer(org.eclipse.emf.ecore.EObject object)
-