org.eclipse.gmt.umlx.ecore
Interface IResolveEntry

All Known Implementing Classes:
UOperationImpl

public interface IResolveEntry

An IResolveEntry is queued to request some form of resolve of an EObject. Resolves are queued during model reading when many references may be unresolved and consequent installations impossible. The delayed resolve enables a revisit to those parts of the model that could not be adequately resolved during read.


Method Summary
 void resolve()
          Perform the queued resolve.
 

Method Detail

resolve

void resolve()
Perform the queued resolve.