public interface InstanceOpener
This interface exists so that ModalController and ModalRefinement need not depend on Configuration.
Modifier and Type | Method and Description |
---|---|
void |
openAnInstance(NamedObj entity)
Open the specified instance.
|
void openAnInstance(NamedObj entity) throws IllegalActionException, NameDuplicationException
entity
- The entity to open.IllegalActionException
- If constructing an effigy or tableau
fails.NameDuplicationException
- If a name conflict occurs (this
should not be thrown).