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

com.actelion.research.util.graph.complete.IObjectiveCompleteGraph Maven / Gradle / Ivy

There is a newer version: 2024.12.1
Show newest version
package com.actelion.research.util.graph.complete;

/**
 * 
 * 
 * IObjectiveCompleteGraph
 * 

Copyright: Actelion Ltd., Inc. All Rights Reserved * This software is the proprietary information of Actelion Pharmaceuticals, Ltd. * Use is subject to license terms.

* @author Modest von Korff * @version 1.0 * Oct 1, 2012 MvK: Start implementation */ public interface IObjectiveCompleteGraph { public T getBase(); public T getQuery(); public void setBase(T cgBase); public void setQuery(T cgQuery); public abstract boolean areNodesMapping(int indexNodeBase, int indexNodeQuery); public abstract boolean isValidSolution(SolutionCompleteGraph solution); public abstract float getSimilarity(SolutionCompleteGraph solution); void setVerbose(boolean v); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy