simpype.pipeline¶
SimPype’s pipeline.
-
class
simpype.pipeline.Pipeline(sim, id)¶ The pipeline connecting the various
Resourceinstances.Parameters: - sim (
Simulation) – The SimPype simulation object. - id (str) – The pipeline id.
-
sim¶ The SimPype simulation object.
Type: Simulation
-
env¶ The SimPy environment object.
Type: simpy.Environment
-
id¶ The pipeline id.
Type: str
-
resource¶ The dictionary storing the connected resources in the form of adjency list.
Type: dict
-
add_pipe(src, dst)¶ Add a pipe to the pipeline.
Connect resource
srcto resourcedst.Parameters:
- sim (