public class Node extends Object
Node(int id, String name, String type, Map<QName,String> labels)
Node(int id, String name, Map<QName,String> labels)
boolean
equals(Object obj)
int
getId()
Map<QName,String>
getLabels()
String
getName()
getType()
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Node(int id, String name, Map<QName,String> labels)
public Node(int id, String name, String type, Map<QName,String> labels)
public int getId()
public String getName()
public String getType()
public Map<QName,String> getLabels()
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode