summaryrefslogtreecommitdiff
path: root/src/Chapter5/support/ToNodeInfo.java
blob: 725a10a3ef81c437303b36066922a82445576830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * 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;
}