class Poset[T] extends DatatypeSig
- Annotations
- @datatype()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Poset
- DatatypeSig
- DatatypeMarker
- Immutable
- ImmutableMarker
- Clonable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addChildren(n: T, ns: sireum.ISZ[T]): Poset[T]
- Annotations
- @pure()
-
def
addNode(n: T): Poset[T]
- Annotations
- @pure()
-
def
addParents(n: T, ns: sireum.ISZ[T]): Poset[T]
- Annotations
- @pure()
-
def
ancestorsCache(n: T, acc: HashMap[T, HashSet[T]]): (HashSet[T], HashMap[T, HashSet[T]])
- Annotations
- @pure()
-
def
ancestorsOf(n: T): HashSet[T]
- Annotations
- @pure()
-
def
ancestorsRec(m: T, acc: HashMap[T, HashSet[T]]): HashMap[T, HashSet[T]]
- Annotations
- @pure()
- def apply(parents: HashMap[T, HashSet[T]] = ..., children: HashMap[T, HashSet[T]] = ...): Poset[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def children: HashMap[T, HashSet[T]]
-
def
childrenOf(n: T): HashSet[T]
- Annotations
- @pure()
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
lazy val
content: Seq[(java.lang.String, Any)]
- Definition Classes
- Poset → DatatypeSig
-
def
descendantsCache(n: T, acc: HashMap[T, HashSet[T]]): (HashSet[T], HashMap[T, HashSet[T]])
- Annotations
- @pure()
-
def
descendantsOf(n: T): HashSet[T]
- Annotations
- @pure()
-
def
descendantsRec(m: T, acc: HashMap[T, HashSet[T]]): HashMap[T, HashSet[T]]
- Annotations
- @pure()
- val emptySet: HashSet[T]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- Poset → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
glb(ns: sireum.ISZ[T]): Option[T]
- Annotations
- @pure()
-
def
hash: Z
- Definition Classes
- DatatypeSig
-
lazy val
hashCode: Int
- Definition Classes
- Poset → AnyRef → Any
-
def
isChildOf(n: T, m: T): B
- Annotations
- @pure()
-
def
isEqual(other: Poset[T]): B
- Annotations
- @pure()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isParentOf(n: T, m: T): B
- Annotations
- @pure()
-
def
lub(ns: sireum.ISZ[T]): Option[T]
- Annotations
- @pure()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parents: HashMap[T, HashSet[T]]
-
def
parentsOf(n: T): HashSet[T]
- Annotations
- @pure()
-
def
removeChild(n: T, child: T): Poset[T]
- Annotations
- @pure()
-
def
removeParent(n: T, parent: T): Poset[T]
- Annotations
- @pure()
- def string: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): java.lang.String
- Definition Classes
- Poset → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )