#------------------------------------------------------------------------------- # 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" : "create", "preConditions" : {}, "postConditions" : {} }, { "type" : "edge", "nodeMass" : { "type" : "parameter", "from" : "nodeA", "to" : "nodeB", "foreignValueName" : "mass" } }, { "type" : "edge", "nodeMass" : { "type" : "parameter", "from" : "nodeAEcho", "to" : "nodeB", "foreignValueName" : "mass" } }, { "type" : "edge", "multi" : { "type" : "parameter", "from" : "nodeAEcho", "to" : "e", } }, { "type" : "edge", "nodeAEchoParameters" : { "type" : "nodeParameter", "from" : "nodeAEcho", "to" : "nodeAEchoParameters" } }, { "type" : "edge", "toolName" : { "type" : "parameter", "from" : "c", "to" : "d" } }, { "type" : "edge", "multi" : { "type" : "parameter", "from" : "nodeAEcho", "to" : "d", "foreignValueName" : ["modelType", "toolName", "projectId"] } }, { "type" : "edge", "reference1" : { "type" : "REFERENCE", "from" : "massOfFrame1", "to" : "massOfFrame2" } }, { "type" : "edge", "reference1" : { "type" : "REFERENCE", "from" : "a", "to" : "b", "color" : "green" } }, { "type" : "edge", "reference2" : { "type" : "REFERENCE", "from" : "a", "to" : "c", "color" : "blue" } }, { "type" : "edge", "reference3" : { "type" : "REFERENCE", "from" : "a", "to" : "d", "color" : "yellow" } }, { "type" : "edge", "reference4" : { "type" : "REFERENCE", "from" : "d", "to" : "e" } }, { "type" : "edge", "edge1" : { "type" : "r2", "from" : "a", "to" : "b" } }, { "type" : "edge", "edge2" : { "type" : "r1", "from" : "a", "to" : "c" } }, { "type" : "edge", "edge3" : { "type" : "r1", "from" : "b", "to" : "d" } }, { "type" : "edge", "edge4" : { "type" : "r3", "from" : "d", "to" : "e" } }, { "type" : "edge", "edge5" : { "type" : "r3", "from" : "d", "to" : "b" } }, { "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", "weight" : 123.45, "mass" : 123.45, "weightUnits" : "lbs", "massUnits" : "lbs", "AMILValue" : 42, "momentOfInertia" : "takeAGuess", "mode" : "river run river run" } }, { "type" : "node", "a" : { "modelType" : "a_x", "toolName" : "a_y", "elementId" : "a_z", "projectId" : "a_proj" } }, { "type" : "node", "b" : { "modelType" : "b_x", "toolName" : "b_y", "elementId" : "z_z", "projectId" : "b_proj" } }, { "type" : "node", "c" : { "modelType" : "c_x", "toolName" : "c_y", "elementId" : "c_z", "projectId" : "c_proj" } }, { "type" : "node", "d" : { "modelType" : "d_x", "toolName" : "d_y", "elementId" : "d_z", "projectId" : "d_proj" } }, { "type" : "node", "e" : { "modelType" : "e_x", "toolName" : "e_y", "elementId" : "e_z", "projectId" : "e_proj" } }, { "type" : "node", "nodeA" : { "valueType" : "external", "className" : "com.bae.meta.amilextern.AMILCached", "cachingNode" : "nodeB" } }, { "type" : "node", "nodeAEcho" : { "valueType" : "external", "className" : "com.bae.meta.amilextern.AMILEcho", "cachingNode" : "nodeAEchoCache" } }, { "type" : "node", "nodeAEchoParameters" : { "nodeAEchoParameter1" : "foo" } }, { "type" : "node", "nodeB" : { "modelType" : "SysML", "toolName" : "MagicDraw", "elementId" : "123", "projectId" : "//server/meta/sysml/proj.mzip", "mass" : "159.7", "massUnits" : "lbs" } } ]