PathChain

public void PathChain(Array<Path> paths)

This creates a new PathChain from some specified Paths. IMPORTANT NOTE: Order matters here. The order in which the Paths are input is the order in which they will be run.

Parameters

paths

the specified Paths.


public void PathChain(ArrayList<Path> paths)

This creates a new PathChain from an ArrayList of Paths. IMPORTANT NOTE: Order matters here. The order in which the Paths are input is the order in which they will be run.

Parameters

paths

the ArrayList of Paths.