// Create the "all state" and set it in as resourceset adapter
// (This is where Xtext will find it later)
ValidationContainersStateFactory factory = new ValidationContainersStateFactory();
IAllContainersState allState = factory.getContainersState(allContainers, containedResources, restricted);
resourceSet.eAdapters().add(new DelegatingIAllContainerAdapter(allState));
}