Class TargetURICollector


  • public class TargetURICollector
    extends java.lang.Object
    The language that defines a given object can decide to add other objects to the set of of target URIs if they have been derived from the given object. The implementation of add(EObject, TargetURIs) will dispatch to the language implementation that defines the object. Clients should override doAdd(EObject, TargetURIs) to enhance the set of targets.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(org.eclipse.emf.ecore.EObject object, TargetURIs targetURIs)  
      protected void doAdd​(org.eclipse.emf.ecore.EObject object, TargetURIs targetURIs)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TargetURICollector

        public TargetURICollector()
    • Method Detail

      • add

        public void add​(org.eclipse.emf.ecore.EObject object,
                        TargetURIs targetURIs)
      • doAdd

        protected void doAdd​(org.eclipse.emf.ecore.EObject object,
                             TargetURIs targetURIs)