Memento pattern is for storing and restoring object state. The object (Star) gives out a "memento" (StarMemento) that contains the state of the object. Later on the memento can be set back to the object restoring the state.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected