final 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
-
final
def
$cannotMixImmutableAndMutable: Nothing
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
lazy val
$content: Seq[(java.lang.String, Any)]
- Definition Classes
- Poset → DatatypeSig
-
def
$hasEquals: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$hasString: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addChildren(node: T, nds: sireum.ISZ[T]): Poset[T]
- Annotations
- @pure()
-
def
addNode(node: T): Poset[T]
- Annotations
- @pure()
-
def
addParents(node: T, nds: sireum.ISZ[T]): Poset[T]
- Annotations
- @pure()
-
def
ancestorsOf(node: T): HashSet[T]
- Annotations
- @pure()
- def apply(nodes: HashMap[T, Z] = ..., nodesInverse: IS[Z, T] = ..., parents: HashMap[Z, HashSet[Z]] = ..., children: HashMap[Z, HashSet[Z]] = ...): Poset[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def children: HashMap[Z, HashSet[Z]]
-
def
childrenOf(node: T): HashSet[T]
- Annotations
- @pure()
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
descendantsOf(node: 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] )
- def getChildren: HashMap[Z, HashSet[Z]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getNodes: HashMap[T, Z]
- def getNodesInverse: IS[Z, T]
- def getParents: HashMap[Z, HashSet[Z]]
-
def
glb(nds: sireum.ISZ[T]): Option[T]
- Annotations
- @pure()
-
def
hash: Z
- Definition Classes
- Poset → DatatypeSig
- Annotations
- @pure()
-
lazy val
hashCode: Int
- Definition Classes
- Poset → AnyRef → Any
-
def
isChildOf(node1: T, node2: T): B
- Annotations
- @pure()
-
def
isEqual(other: Poset[T]): B
- Annotations
- @pure()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isParentOf(node1: T, node2: T): B
- Annotations
- @pure()
-
def
lub(nds: sireum.ISZ[T]): Option[T]
- Annotations
- @pure()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nodes: HashMap[T, Z]
- def nodesInverse: IS[Z, T]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parents: HashMap[Z, HashSet[Z]]
-
def
parentsOf(node: T): HashSet[T]
- Annotations
- @pure()
-
def
removeChild(n: T, child: T): Poset[T]
- Annotations
- @pure()
-
def
removeParent(node: T, parent: T): Poset[T]
- Annotations
- @pure()
-
def
rootNodes: sireum.ISZ[T]
- Annotations
- @pure()
-
def
size: Z
- Annotations
- @pure()
-
def
string: String
- Definition Classes
- Poset → DatatypeSig → Immutable
- Annotations
- @pure()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toST(f: (T) ⇒ ST): ST
- Annotations
- @pure()
-
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( ... )