summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/dev/canvas/ItemDescriptionVertex.java
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-08-28 14:58:42 +0200
committerAndrew Branson <andrew.branson@cern.ch>2013-08-28 14:58:42 +0200
commit7179ca007fe95ab5230df2bd4bceaff5653e7375 (patch)
treee859d8e4855862a6681ff24836c8e27f28776acc /src/main/java/com/c2kernel/dev/canvas/ItemDescriptionVertex.java
parenta9a08fcac876fcf4d6189de2d8e7cf88ba12d5ef (diff)
Initial canvas work
Diffstat (limited to 'src/main/java/com/c2kernel/dev/canvas/ItemDescriptionVertex.java')
-rw-r--r--src/main/java/com/c2kernel/dev/canvas/ItemDescriptionVertex.java34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/main/java/com/c2kernel/dev/canvas/ItemDescriptionVertex.java b/src/main/java/com/c2kernel/dev/canvas/ItemDescriptionVertex.java
new file mode 100644
index 0000000..4992908
--- /dev/null
+++ b/src/main/java/com/c2kernel/dev/canvas/ItemDescriptionVertex.java
@@ -0,0 +1,34 @@
+/*
+ * ItemDescription.java
+ *
+ * Copyright (c) 2013, The CRISTAL Consortium. All rights reserved.
+ *
+ * CRISTAL kernel is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. If not, see:
+ * http://www.gnu.org/licenses/
+ */
+
+package com.c2kernel.dev.canvas;
+
+import com.c2kernel.graph.model.Vertex;
+
+public class ItemDescriptionVertex extends Vertex {
+
+ /**
+ *
+ */
+ public ItemDescriptionVertex() {
+ // TODO Auto-generated constructor stub
+ }
+
+}