blob: 1d2c7a81bd211bb37167e8a0927558c8ff0f95c6 [file] [log] [blame]
package de.ids_mannheim.korap.resources;
/**
* @author hanl
* @date 29/04/2014
*/
public enum Relation {
OR, AND
}