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

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

package org.opencompare.api.java;

import java.util.List;

public interface Product extends PCMElement {

    Feature getKey();
    Cell getKeyCell();
    String getKeyContent();

	List getCells();
    void addCell(Cell cell);
    void removeCell(Cell cell);

    Cell findCell(Feature feature);

    PCM getPCM();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy