object Internal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Internal
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addChildren[T](poset: Poset[T], n: Index, ns: sireum.ISZ[Index]): Poset[T]
- Annotations
- @pure()
-
def
addNode[T](poset: Poset[T], node: T): (Poset[T], Index)
- Annotations
- @pure()
-
def
addNodes[T](poset: Poset[T], nodes: sireum.ISZ[T]): (Poset[T], sireum.ISZ[Index])
- Annotations
- @pure()
-
def
addParents[T](poset: Poset[T], n: Index, ns: sireum.ISZ[Index]): Poset[T]
- Annotations
- @pure()
-
def
ancestorsCache[T](poset: Poset[T], n: Index, acc: HashMap[Index, HashSet[Index]]): (HashSet[Index], HashMap[Index, HashSet[Index]])
- Annotations
- @pure()
-
def
ancestorsOf[T](poset: Poset[T], n: Index): HashSet[Index]
- Annotations
- @pure()
-
def
ancestorsRec[T](poset: Poset[T], m: Index, acc: HashMap[Index, HashSet[Index]]): HashMap[Index, HashSet[Index]]
- Annotations
- @pure()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
childrenOf[T](poset: Poset[T], n: Index): HashSet[Index]
- Annotations
- @pure()
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
descendantsCache[T](poset: Poset[T], n: Index, acc: HashMap[Index, HashSet[Index]]): (HashSet[Index], HashMap[Index, HashSet[Index]])
- Annotations
- @pure()
-
def
descendantsOf[T](poset: Poset[T], n: Index): HashSet[Index]
- Annotations
- @pure()
-
def
descendantsRec[T](poset: Poset[T], m: Index, acc: HashMap[Index, HashSet[Index]]): HashMap[Index, HashSet[Index]]
- Annotations
- @pure()
- val emptySet: HashSet[Index]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- 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[T](poset: Poset[T], ns: sireum.ISZ[Index]): Option[Index]
- Annotations
- @pure()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lub[T](poset: Poset[T], ns: sireum.ISZ[Index]): Option[Index]
- 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
parentsOf[T](poset: Poset[T], n: Index): HashSet[Index]
- Annotations
- @pure()
-
def
removeParent[T](poset: Poset[T], n: Index, parent: Index): Poset[T]
- Annotations
- @pure()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): java.lang.String
- Definition Classes
- 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( ... )