Packagecom.lookbackon.ds
Interfacepublic interface IConnex

This interface pre-define the board data struct aviable functions.



Public Methods
 MethodDefined By
  
getConnex(board:Array2, len:int):Array
Should keep the providing board as the same size of numberboard.
IConnex
Method Detail
getConnex()method
public function getConnex(board:Array2, len:int):Array

Should keep the providing board as the same size of numberboard. Partial with flag object to indentify the connex elements.

Parameters

board:Array2 — the board resource;
 
len:int — the length of connex;

Returns
Array — the calculated connections;