Packages

trait Relation[R, C] extends Iterable[Pair[R, C]] with PartialComparable[Relation[R, C]] with Cloneable

Linear Supertypes
Cloneable, PartialComparable[Relation[R, C]], Comparable[Relation[R, C]], Iterable[Pair[R, C]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Relation
  2. Cloneable
  3. PartialComparable
  4. Comparable
  5. Iterable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def add(row: R, col: C): Boolean
  2. abstract def addAll(r: Relation[_ <: R, _ <: C]): Boolean
  3. abstract def addAllFast(r: Relation[_, _]): Boolean
  4. abstract def addFast(o1: Any, o2: Any): Boolean
  5. abstract def col(o: Any): Set[R]
  6. abstract def colAnd(c: Collection[_]): Set[R]
  7. abstract def colAnd(o: <repeated...>[AnyRef]): Set[R]
  8. abstract def colHeads(): SetList[C]
  9. abstract def compareTo(arg0: Relation[R, C]): Int
    Definition Classes
    Comparable
  10. abstract def contains(o1: Any, o2: Any): Boolean
  11. abstract def containsAll(r: Relation[_, _]): Boolean
  12. abstract def dispose(): Unit
  13. abstract def empty(): Unit
  14. abstract def equivalenceClasses(): SetList[Set[R]]
  15. abstract def fill(): Unit
  16. abstract def filter(rowPredicate: Predicate[_ >: R], colPredicate: Predicate[_ >: C], relationPredicate: Predicate[Pair[R, C]]): Relation[R, C]
  17. abstract def isEmpty(): Boolean
  18. abstract def isFull(): Boolean
  19. abstract def isHomogen(): Boolean
  20. abstract def iterator(): Iterator[Pair[R, C]]
    Definition Classes
    Iterable
  21. abstract def neighborhood(): MatrixRelation[R, R]
  22. abstract def order(): MatrixRelation[R, R]
  23. abstract def remove(o1: Any, o2: Any): Boolean
  24. abstract def removeAll(r: Relation[_, _]): Boolean
  25. abstract def retainAll(r: Relation[_, _]): Boolean
  26. abstract def row(o: Any): Set[C]
  27. abstract def rowAnd(c: Collection[_]): Set[C]
  28. abstract def rowAnd(o: <repeated...>[AnyRef]): Set[C]
  29. abstract def rowHeads(): SetList[R]
  30. abstract def size(): Int
  31. abstract def subRelation(rowHeads: Collection[_], colHeads: Collection[_]): Relation[R, C]
  32. abstract def toArray(): Array[Array[Boolean]]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def density(): Double
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def equivalent(e: Relation[R, C]): Boolean
    Definition Classes
    PartialComparable
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def forEach(arg0: Consumer[_ >: Pair[R, C]]): Unit
    Definition Classes
    Iterable
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def greater(e: Relation[R, C]): Boolean
    Definition Classes
    PartialComparable
  14. def greaterEq(e: Relation[R, C]): Boolean
    Definition Classes
    PartialComparable
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def smaller(e: Relation[R, C]): Boolean
    Definition Classes
    PartialComparable
  21. def smallerEq(e: Relation[R, C]): Boolean
    Definition Classes
    PartialComparable
  22. def spliterator(): Spliterator[Pair[R, C]]
    Definition Classes
    Iterable
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def uncomparable(e: Relation[R, C]): Boolean
    Definition Classes
    PartialComparable
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Cloneable

Inherited from PartialComparable[Relation[R, C]]

Inherited from Comparable[Relation[R, C]]

Inherited from Iterable[Pair[R, C]]

Inherited from AnyRef

Inherited from Any

Ungrouped