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

org.opalj.collection.SetRelation.scala Maven / Gradle / Ivy

The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package collection

/**
 * Describes the relation between two sets.
 *
 * @author Michael Eichberg
 */
sealed abstract class SetRelation

final object StrictSubset extends SetRelation
final object EqualSets extends SetRelation
final object StrictSuperset extends SetRelation
final object UncomparableSets extends SetRelation




© 2015 - 2025 Weber Informatics LLC | Privacy Policy