public class Node extends Object
Set<String>
attribute
List<Integer>
fatherList
Node
fatherNode
boolean
isEnd
String
key
List<Node>
nodeList
int
type
typeId
Node()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public boolean isEnd
public List<Integer> fatherList
public Set<String> attribute
public String key
public int typeId
public List<Node> nodeList
public int type
public Node fatherNode
public Node()
Copyright © 2024. All rights reserved.