class
Ball extends AnyRef
Instance Constructors
-
new
Ball(parentGraph: Graph, center: Int, radius: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
var
adjSet: Map[Int, Set[Int]]
-
final
def
asInstanceOf[T0]: T0
-
var
ballcenter: Int
-
var
borderNodes: Set[Int]
-
def
clone(): AnyRef
-
var
counter: Int
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
getBallAsString(): String
-
def
getBallDiameter: Int
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
var
nodesInBall: Set[Int]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
var
parList: Map[Int, Set[Int]]
-
def
post(v: Int): Set[Int]
-
def
pre(v: Int): Set[Int]
-
def
printball(): Unit
-
var
q: Queue[(Int, Int)]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
The
Ball
class provides an implementation for ball construction. A ball consists of all vertices within a given radius of a given center.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