/**
 * 
 */
package info.oais.interfaces.infomodel;

/**
 * The elements of a OrGroup are alternatives.
 * @author David
 * @version 1.0
 * @since 06-Sep-2021 15:59:45
 */
public interface OrGroup extends BaseGroup {

}
