Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / composer / src / src / libraries / graph / GraphConstituentVnfd.js
diff --git a/skyquake/plugins/composer/src/src/libraries/graph/GraphConstituentVnfd.js b/skyquake/plugins/composer/src/src/libraries/graph/GraphConstituentVnfd.js
new file mode 100644 (file)
index 0000000..8fd80b6
--- /dev/null
@@ -0,0 +1,20 @@
+/**
+ * Created by onvelocity on 2/11/16.
+ */
+'use strict';
+
+import d3 from 'd3'
+import SelectionManager from '../SelectionManager.js'
+import DescriptorModelFactory from '../model/DescriptorModelFactory'
+import DescriptorGraphSelection from './DescriptorGraphSelection'
+import CatalogItemsActions from '../../actions/CatalogItemsActions'
+import GraphVirtualNetworkFunction from './GraphVirtualNetworkFunction'
+import GraphDescriptorModel from './GraphDescriptorModel'
+
+export default class GraphConstituentVnfd extends GraphDescriptorModel {
+
+       constructor(graph, props) {
+               super(graph, DescriptorModelFactory.ConstituentVnfd, props);
+       }
+
+}