The PathInFormat reads paths consisting of a from-node a to-node, a length, and hop node list serialized as a string. All four elements of the path must be separated by the pipe character ('|') and may not contain any pipe characters itself. PathInFormat returns records with: - from-node at field position 0, - to-node at field position 1, - length at field position 2, - hop list at field position 3.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.