Query: path
OS: php
Section: 3u
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Path(3U) InterViews Reference Manual Path(3U)NAMEPath - record of connectors visited during dataflowSYNOPSIS#include <Unidraw/path.h>DESCRIPTIONA Path object stores a record of connectors that have been visited during dataflow. Transfer functions, state variables, connectors, and other components can use the information in the path to determine whether data should be transmitted, for example, to avoid circular flow.PUBLIC OPERATIONSPath(Path* = nil) Instantiate a new path, optionally with a duplicate of the information contained in the given path. virtual void Visit(Connector*) Register a connector as having been visited. virtual boolean Visited(Connector*) Return whether or not a connector has been registered previously with the path.SEE ALSOConnector(3U), StateVar(3U), TransferFunct(3U) Unidraw 6 August 1990 Path(3U)