object Internal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Internal
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
sealed
trait
Edge[E] extends DatatypeSig
- Annotations
- @datatype()
-
sealed
trait
Edges[E] extends DatatypeSig
- Annotations
- @datatype()
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
addDataEdge[V, E](g: Graph[V, E], data: E, src: Index, dst: Index): Graph[V, E]
- Annotations
- @pure()
-
def
addEdge[V, E](g: Graph[V, E], e: Edge[E]): Graph[V, E]
- Annotations
- @pure()
-
def
addPlainEdge[V, E](g: Graph[V, E], src: Index, dst: Index): Graph[V, E]
- Annotations
- @pure()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
incoming[V, E](g: Graph[V, E], dst: Index): sireum.ISZ[Edge[E]]
- Annotations
- @pure()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
outgoing[V, E](g: Graph[V, E], src: Index): sireum.ISZ[Edge[E]]
- Annotations
- @pure()
-
def
removeEdge[V, E](g: Graph[V, E], e: Edge[E], n: Z): Graph[V, E]
- 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( ... )
- object Edge
- object Edges