Represent the root Erlang element corresponding to the workspace. Since there is only one such root element, it is commonly referred to as
the Erlang model element. The Erlang model element needs to be opened before it can be navigated or manipulated. The Erlang model element has no parent (it is the root of the Erlang element hierarchy). Its children are
IErlProject
s.
@noimplement This interface is not intended to be implemented by clients. Aninstance of one of these handles can be created via ErlangCore.create(workspace.getRoot())
.
@see ErlangCore#create(org.eclipse.core.resources.IWorkspaceRoot)
@noimplement This interface is not intended to be implemented by clients.