In the org.safs.model, the class Component stores: information of this component's name reference of its parent, also a component private String _name; private Component _parent; It provides interface to return its name, its parent's name and its par…