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

org.kie.kieora.search.ClusterSegment Maven / Gradle / Ivy

There is a newer version: 6.0.0.CR5
Show newest version
package org.kie.kieora.search;

/**
 *
 */
public interface ClusterSegment {

    String getClusterId();

    String[] segmentIds();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy