org.nqcx.tree.NodeWrapper Maven / Gradle / Ivy
/*
* Copyright 2012-2013 nqcx.org All right reserved. This software is the
* confidential and proprietary information of nqcx.org ("Confidential
* Information"). You shall not disclose such Confidential Information and shall
* use it only in accordance with the terms of the license agreement you entered
* into with nqcx.org.
*/
package org.nqcx.tree;
/**
* Node Wrapper interface
*
* @author naqichuan Dec 15, 2013
*/
public interface NodeWrapper {
/**
* 取包装节点 ID
*
* @author naqichuan Dec 15, 2013
* @return
*/
public Object getNodeId();
/**
* 取父包装节点 ID
*
* @author naqichuan Dec 15, 2013
* @return
*/
public Object getParentNodeId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy