#------------------------------------------------------------------------------- # Copyright (c) 2011, BAE Systems. # Developed with the sponsorship of the Defense Advanced Research Projects Agency (DARPA). # # Permission is hereby granted, free of charge, to any person obtaining a copy of this data, # including any software or models in source or binary form, as well as any drawings, # specifications, and documentation (collectively "the Data"), to deal in the Data without restriction, # including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Data, and to permit persons to whom the Data is furnished to do so, # subject to the following conditions: # # The above copyright notice and this permission notice shall be included in all copies or substantial # portions of the Data. # # THE DATA IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING # BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE # AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS, SPONSORS, DEVELOPERS, CONTRIBUTORS, # OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN # ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # DATA OR THE USE OR OTHER DEALINGS IN THE DATA. #------------------------------------------------------------------------------- [ { "action" : "createNodes", "preConditions" : {}, "postConditions" : {} }, { "type" : "node", "MotorClass" : { "modelType" : "AbstractCMLClass", } }, { "type" : "node", "rating_160" : { "modelType" : "ConcreteCMLClass", "rating" : 160 } }, { "type" : "node", "rating_260" : { "modelType" : "ConcreteCMLClass", "rating" : 260 } }, { "type" : "node", "massOfFrame1" : { "modelType" : "Behavior", "toolName" : "OpenModelica", "elementId" : "A1979_z", "projectId" : "//server/meta/modelica/proj.mod" } }, { "type" : "node", "massOfFrame2" : { "modelType" : "SysML", "toolName" : "MagicDraw", "elementId" : "123", "projectId" : "//server/meta/sysml/proj.mzip" } }, { "type" : "node", "a" : { "randomValue" : "1", "floatValue" : 1.0 } }, { "type" : "node", "b" : { "randomValue" : "2" } }, { "type" : "node", "c" : { "randomValue" : "3" } }, { "type" : "node", "d" : { "randomValue" : "4" } }, { "type" : "node", "e" : { "randomValue" : "5" } }, { "type" : "node", "f" : { "randomValue" : "6" } }, { "type" : "node", "g" : { "valueType" : "external", "className" : "com.bae.meta.amilextern.AMILCached", "cachingNode" : "h" } }, { "type" : "node", "h" : { "a" : 1, "b" : "foo" } }, { "type" : "node", "i" : { "a" : 2, "b" : "bar" } }, { "type" : "node", "j" : { "valueType" : "external", "className" : "com.bae.meta.amilextern.AMILEcho", } } ]