summaryrefslogtreecommitdiff
path: root/src/Chapter5/support/ToNodeInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Chapter5/support/ToNodeInfo.java')
-rw-r--r--src/Chapter5/support/ToNodeInfo.java23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/Chapter5/support/ToNodeInfo.java b/src/Chapter5/support/ToNodeInfo.java
deleted file mode 100644
index 725a10a..0000000
--- a/src/Chapter5/support/ToNodeInfo.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-
-package Chapter5.support;
-
-/**
- *
- * @author shamanth
- */
-public class ToNodeInfo
-{
- public int tonodeid;
- public String text;
- public String tousername;
- public String date;
- public int class_code;
- public int catID;
- public String catColor;
- //this is the default direction invert option. If the library adds nodes to the adjacency then that should be set to true in the client side
-// public boolean direction = false;
-}