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

toxgene.core.genes.trees.TreeGene Maven / Gradle / Ivy

/**
 * Defines an interface for all genes for tree value (i.e., fragments of XML
 * documents)
 *
 * @author Denilson Barbosa
 * @version 0.1 */

package toxgene.core.genes.trees;

import java.util.Vector;

import toxgene.core.genes.Gene;


public interface TreeGene extends Gene{

  /**
   * Returns all children of this gene.
   */
  public Vector children();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy