Class Puppet::Relationship
In: lib/puppet/relationship.rb
Parent: Object

This is Puppet‘s class for modeling edges in its configuration graph. It used to be a subclass of GRATR::Edge, but that class has weird hash overrides that dramatically slow down the graphing.

Methods

event=   from_pson   label   match?   new   ref   to_pson   to_pson_data_hash   to_s  

Attributes

callback  [RW] 
event  [R] 
source  [RW] 
target  [RW] 

Public Class methods

Public Instance methods

Does the passed event match our event? This is where the meaning of :NONE comes from.

[Validate]