object State
- Alphabetic
- By Inheritance
- State
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
final
class
FlagStore extends Serializable
- Attributes
- protected
-
type
FlagWord = Long
Word of flags, that is unit of bitwise boolean state information.
Word of flags, that is unit of bitwise boolean state information. These flags are mainly used to store whether a node counts as visited with respect to a given traversal where each traversal is represented by a
Handle
. -
type
FlagWords = ExtBitSet
Growable collection for storing bitwise boolean state information as an extension of
FlagsWord
. -
class
GraphDump extends AnyRef
Represents state flags of a graph for dump purposes.
-
class
Handle extends AnyRef
state accessor with respect to a given traversal.
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
dump[N, E[X] <: EdgeLikeIn[X]](graph: Graph[N, E]): GraphDump
Dumps the state flags of a
graph
. -
def
dump[N, E[X] <: EdgeLikeIn[X]](node: Graph.NodeT): ExtBitSet
Dumps the state flags of a
node
. - def emptyHandle: Handle
-
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 initFlagSet: ExtBitSet
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
minBitsForClear: Int
- Attributes
- protected
-
val
minBitsForClearExt: Int
- Attributes
- protected
-
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()
-
val
nrOfFlagWordBits: Int
- Attributes
- protected
- val singleWord: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): 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( ... )
Welcome to the Graph for Scala API reference. Some suggested navigation entry points:
Graph
mutable.Graph
and its inner nodes.GraphEdge
objectedge
packageGraphPredef
object andImplicits
object.GraphTraversal
andTraverserInnerNode
.RandomGraph
.GraphGen
.