![JAR search and dependency download from the Maven repository](/logo.png)
fr.inria.prophet4j.feature.FeatureCross Maven / Gradle / Ivy
package fr.inria.prophet4j.feature;
import java.util.*;
// entity to express characteristic by crossing corresponding features
public interface FeatureCross {
Integer getId();
Double getDegree();
List getFeatures();
List getSimpleP4JFeatures();
boolean containFeature(Feature feature);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy