TransientModel newTransientModel( StateDeclarations stateDeclarations, AssemblyHelper helper )
{
try
{
buildComposite( helper, stateDeclarations );
TransientModel transientModel = new TransientModel(
types, visibility, metaInfo, mixinsModel, stateModel, compositeMethodsModel );
return transientModel;
}
catch( Exception e )