_attributeController = new AttributeController(this,
AttributeController.FULL);
_portController = new ExternalIOPortController(this,
AttributeController.FULL);
_stateController = new StateController(this, AttributeController.FULL);
_modalTransitionController = new ModalTransitionController(this);
_transitionController = new TransitionController(this);
}