_entityController = new ActorInstanceController(this);
_entityPortController = new IOPortController(this,
AttributeController.FULL);
_portController = new ExternalIOPortController(this,
AttributeController.FULL);
_relationController = new RelationController(this);
_linkController = new LinkController(this);
}