Interface VDomainModelReference

    • Method Detail

      • init

        @Deprecated
        boolean init​(org.eclipse.emf.ecore.EObject object)
        Deprecated.
        Resolve attempts to resolve the domain model reference. If it fails existing results will be kept. Thus even after a failed resolution the iterator might not be empty.
        Parameters:
        eObject - the root domain model to use to resolve the path
        Returns:
        true if resolution succeeded and false otherwise
        Since:
        1.3
      • getIterator

        @Deprecated
        java.util.Iterator<org.eclipse.emf.ecore.EStructuralFeature.Setting> getIterator()
        Deprecated.
        Returns an iterator allowing to iterate over found settings for this domain model reference. Will return an empty Iterator if resolve was not successfully completed.
        Returns:
        the Iterator for this domain model reference
      • getEStructuralFeatureIterator

        @Deprecated
        java.util.Iterator<org.eclipse.emf.ecore.EStructuralFeature> getEStructuralFeatureIterator()
        Deprecated.
        Returns an iterator allowing to iterate overall EStructuralFeatures of this domain model reference.
        Returns:
        the Iterator over all EStructuralFeatures for this domain model reference
        Since:
        1.3
      • getFullPathIterator

        @Deprecated
        java.util.Iterator<SettingPath> getFullPathIterator()
        Deprecated.
        Returns an iterator allowing to iterate over all setting paths for this domain model reference. Will return an empty Iterator if resolve was not successfully completed.
        Returns:
        the Iterator over setting paths for this domain model reference
        Since:
        1.3