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

org.jbpt.algo.tree.mdt.IMDTNode Maven / Gradle / Ivy

package org.jbpt.algo.tree.mdt;

import java.util.Collection;

import org.jbpt.graph.abs.IDirectedEdge;
import org.jbpt.hypergraph.abs.IVertex;

public interface IMDTNode, V extends IVertex> extends IVertex {
	int getColor();
	Collection getClan();
	V getProxy();
	MDTType getType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy