![JAR search and dependency download from the Maven repository](/logo.png)
org.opencompare.api.java.Product Maven / Gradle / Ivy
package org.opencompare.api.java;
import java.util.List;
public interface Product extends PCMElement {
String getName();
void setName(String name);
List getCells();
void addCell(Cell cell);
void removeCell(Cell cell);
Cell findCell(Feature feature);
}
|
© 2015 - 2025 Weber Informatics LLC | Privacy Policy