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

org.opencompare.api.java.Product Maven / Gradle / Ivy

There is a newer version: 0.7
Show newest version
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