public class GraphPoint { private var _availableJoints:Vector.<GraphPoint>; public function GraphPoint() { } }