All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.unitn.disi.smatch.data.trees.INode Maven / Gradle / Ivy

The newest version!
package it.unitn.disi.smatch.data.trees;

import it.unitn.disi.smatch.data.matrices.IIndexedObject;

/**
 * An interface to a node.
 *
 * @author 
 */
public interface INode extends IBaseNode, IIndexedObject {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy