scalation.graphalytics

Ball

class Ball extends AnyRef

The Ball class provides an implementation for ball construction. A ball consists of all vertices within a given radius of a given center.

See also

http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=6691601&tag=1&url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D6691601%26tag%3D1

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Ball
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ball(parentGraph: Graph, center: Int, radius: Int)

    parentGraph

    thea graph from which the ball will be created based upon center vertex and radius

    center

    the vertex picked as center

    radius

    the radius of the ball

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. var adjSet: Map[Int, Set[Int]]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. var ballcenter: Int

  9. var borderNodes: Set[Int]

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. var counter: Int

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getBallAsString(): String

    Get the ball in a string format.

  16. def getBallDiameter: Int

    Returns the diameter of the ball.

  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. var nodesInBall: Set[Int]

  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. var parList: Map[Int, Set[Int]]

  25. def post(v: Int): Set[Int]

    Returns the set of children of vertex 'v'.

    Returns the set of children of vertex 'v'.

    v

    the identifier of the input vertex

  26. def pre(v: Int): Set[Int]

    Returns the set of parents of vertex 'v'.

    Returns the set of parents of vertex 'v'.

    v

    the identifier of the input vertex

  27. def printball(): Unit

    Print the ball.

  28. var q: Queue[(Int, Int)]

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped