String path) throws Exception {
return FractalHelper.getSubComponent(parent, path, logger);
}
private void configureMIM(Component mimC, Map props) throws Exception {
MemoryInstanceManagerAttribute mima = (MemoryInstanceManagerAttribute)
Fractal.getAttributeController(mimC);
mima.setPersonality(getPersonality());
}