Package ClassicalB

Examples of ClassicalB.Project


        }
      }
    }

    MapToBModel map2b = new MapToBModel();
    Project p = map2b.create(sysmlModel);
   
    MapToText map2t = new MapToText();
    map2t.create(p, project);
  }
View Full Code Here

TOP

Related Classes of ClassicalB.Project

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.