class Poset[T] extends DatatypeSig

Annotations
@datatype()
Linear Supertypes
DatatypeSig, DatatypeMarker, Immutable, ImmutableMarker, Clonable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Poset
  2. DatatypeSig
  3. DatatypeMarker
  4. Immutable
  5. ImmutableMarker
  6. Clonable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Poset(_parents: HashMap[T, HashSet[T]], _children: HashMap[T, HashSet[T]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def addChildren(n: T, ns: sireum.ISZ[T]): Poset[T]
    Annotations
    @pure()
  6. def addNode(n: T): Poset[T]
    Annotations
    @pure()
  7. def addParents(n: T, ns: sireum.ISZ[T]): Poset[T]
    Annotations
    @pure()
  8. def ancestorsCache(n: T, acc: HashMap[T, HashSet[T]]): (HashSet[T], HashMap[T, HashSet[T]])
    Annotations
    @pure()
  9. def ancestorsOf(n: T): HashSet[T]
    Annotations
    @pure()
  10. def ancestorsRec(m: T, acc: HashMap[T, HashSet[T]]): HashMap[T, HashSet[T]]
    Annotations
    @pure()
  11. def apply(parents: HashMap[T, HashSet[T]] = ..., children: HashMap[T, HashSet[T]] = ...): Poset[T]
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def children: HashMap[T, HashSet[T]]
  14. def childrenOf(n: T): HashSet[T]
    Annotations
    @pure()
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. lazy val content: Seq[(java.lang.String, Any)]
    Definition Classes
    PosetDatatypeSig
  17. def descendantsCache(n: T, acc: HashMap[T, HashSet[T]]): (HashSet[T], HashMap[T, HashSet[T]])
    Annotations
    @pure()
  18. def descendantsOf(n: T): HashSet[T]
    Annotations
    @pure()
  19. def descendantsRec(m: T, acc: HashMap[T, HashSet[T]]): HashMap[T, HashSet[T]]
    Annotations
    @pure()
  20. val emptySet: HashSet[T]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(o: Any): Boolean
    Definition Classes
    Poset → AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def glb(ns: sireum.ISZ[T]): Option[T]
    Annotations
    @pure()
  26. def hash: Z
    Definition Classes
    DatatypeSig
  27. lazy val hashCode: Int
    Definition Classes
    Poset → AnyRef → Any
  28. def isChildOf(n: T, m: T): B
    Annotations
    @pure()
  29. def isEqual(other: Poset[T]): B
    Annotations
    @pure()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isParentOf(n: T, m: T): B
    Annotations
    @pure()
  32. def lub(ns: sireum.ISZ[T]): Option[T]
    Annotations
    @pure()
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def parents: HashMap[T, HashSet[T]]
  37. def parentsOf(n: T): HashSet[T]
    Annotations
    @pure()
  38. def removeChild(n: T, child: T): Poset[T]
    Annotations
    @pure()
  39. def removeParent(n: T, parent: T): Poset[T]
    Annotations
    @pure()
  40. def string: String
    Definition Classes
    PosetImmutable
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): java.lang.String
    Definition Classes
    Poset → AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from DatatypeSig

Inherited from DatatypeMarker

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped