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

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

package org.opencompare.api.java;

import java.util.List;

public interface FeatureGroup extends AbstractFeature {

	List getFeatures();
	List getConcreteFeatures();
	void addFeature(AbstractFeature feature);
	void removeFeature(AbstractFeature feature);
	int getDepth();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy