public JNodeState() { state__ = this; }
	public static JNodeState getState()
	{
		if(state__ != null) return state__;
		state__ = new JNodeState();
		return state__;
	}