scalation.graphalytics

Ball

Related Doc: package graphalytics

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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. var adjSet: Map[Int, Set[Int]]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. var ballcenter: Int

  7. var borderNodes: Set[Int]

  8. def clone(): AnyRef

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

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

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

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

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

    Get the ball in a string format.

  14. def getBallDiameter: Int

    Returns the diameter of the ball.

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

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

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

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

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

  20. final def notify(): Unit

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

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

  23. 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

  24. 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

  25. def printball(): Unit

    Print the ball.

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

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

    Definition Classes
    AnyRef
  28. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped