containsJunction

abstract fun containsJunction(j: Junction): Boolean

Return true if a junction is present in the current node, false otherwise. Note: a junction is considered present if the method junction.equals(j) return true.

Return

true if the junction is present, false otherwise.

Parameters

j

the junction