Class MdStandardObjectsInferrer

    • Constructor Detail

      • MdStandardObjectsInferrer

        public MdStandardObjectsInferrer()
    • Method Detail

      • visit

        public boolean visit​(org.eclipse.emf.ecore.EObject eObject)
        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:
        eObject - not null
        Returns:
        true if the contents of the given object should be visited, and false otherwise