Class ByEObjectAndEFeatureContext

    • Constructor Detail

      • ByEObjectAndEFeatureContext

        public ByEObjectAndEFeatureContext​(org.eclipse.emf.ecore.EObject eObject,
                                           org.eclipse.emf.ecore.EStructuralFeature eFeature)
        Creates context.
        Parameters:
        eObject - the EObject, cannot be null
        eFeature - , the e-object EStructuralFeature, cannot be null
    • Method Detail

      • getFeature

        public org.eclipse.emf.ecore.EStructuralFeature getFeature()
        Returns context e-object EStructuralFeature.
        Returns:
        the e-object EStructuralFeature, cannot be null
      • getObject

        public org.eclipse.emf.ecore.EObject getObject()
        Returns context EObject.
        Returns:
        the EObject, cannot be null