final 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(__nodes: HashMap[T, Z], __nodesInverse: IS[Z, T], __parents: HashMap[Z, HashSet[Z]], __children: HashMap[Z, HashSet[Z]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $cannotMixImmutableAndMutable: Nothing
    Attributes
    protected
    Definition Classes
    Immutable
  4. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  5. lazy val $content: Seq[(java.lang.String, Any)]
    Definition Classes
    PosetDatatypeSig
  6. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  7. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def addChildren(node: T, nds: sireum.ISZ[T]): Poset[T]
    Annotations
    @pure()
  10. def addNode(node: T): Poset[T]
    Annotations
    @pure()
  11. def addParents(node: T, nds: sireum.ISZ[T]): Poset[T]
    Annotations
    @pure()
  12. def ancestorsOf(node: T): HashSet[T]
    Annotations
    @pure()
  13. def apply(nodes: HashMap[T, Z] = ..., nodesInverse: IS[Z, T] = ..., parents: HashMap[Z, HashSet[Z]] = ..., children: HashMap[Z, HashSet[Z]] = ...): Poset[T]
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def children: HashMap[Z, HashSet[Z]]
  16. def childrenOf(node: T): HashSet[T]
    Annotations
    @pure()
  17. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  18. def descendantsOf(node: T): HashSet[T]
    Annotations
    @pure()
  19. val emptySet: HashSet[T]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(o: Any): Boolean
    Definition Classes
    Poset → AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def getChildren: HashMap[Z, HashSet[Z]]
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def getNodes: HashMap[T, Z]
  26. def getNodesInverse: IS[Z, T]
  27. def getParents: HashMap[Z, HashSet[Z]]
  28. def glb(nds: sireum.ISZ[T]): Option[T]
    Annotations
    @pure()
  29. def hash: Z
    Definition Classes
    PosetDatatypeSig
    Annotations
    @pure()
  30. lazy val hashCode: Int
    Definition Classes
    Poset → AnyRef → Any
  31. def isChildOf(node1: T, node2: T): B
    Annotations
    @pure()
  32. def isEqual(other: Poset[T]): B
    Annotations
    @pure()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isParentOf(node1: T, node2: T): B
    Annotations
    @pure()
  35. def lub(nds: sireum.ISZ[T]): Option[T]
    Annotations
    @pure()
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def nodes: HashMap[T, Z]
  38. def nodesInverse: IS[Z, T]
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def parents: HashMap[Z, HashSet[Z]]
  42. def parentsOf(node: T): HashSet[T]
    Annotations
    @pure()
  43. def removeChild(n: T, child: T): Poset[T]
    Annotations
    @pure()
  44. def removeParent(node: T, parent: T): Poset[T]
    Annotations
    @pure()
  45. def rootNodes: sireum.ISZ[T]
    Annotations
    @pure()
  46. def size: Z
    Annotations
    @pure()
  47. def string: String
    Definition Classes
    PosetDatatypeSigImmutable
    Annotations
    @pure()
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toST(f: (T) ⇒ ST): ST
    Annotations
    @pure()
  50. def toString(): java.lang.String
    Definition Classes
    Poset → AnyRef → Any
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. 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