| 
ContentsProfile module documentationProfile activity manipulationresolveProfileResource :: Resource -> [String] -> <ReadGraph,Proc> Resource 
Attempts to resolve the specified profile group name path starting from the specified runtime profile. If the path cannot be fully resolved, a RuntimeException will be thrown with a message detailing the child that could not be found. A  A path could be for example: 
toggleProfileGroup :: Resource -> String -> Boolean -> <WriteGraph> () 
Toggles the given  toggleProfileByResource :: Boolean -> Resource -> Resource -> <WriteGraph> () 
Toggles the given  Use resolveProfileResource to find profile groups or entries. activateProfileEntries :: Resource -> [Resource] -> <WriteGraph> () 
Marks the specified profile  Diagram element profile monitor stack manipulationresetProfileMonitorPosition :: Resource -> <WriteGraph> () 
Resets the profile monitor stack position offset to (0,0)
for the specified  setProfileMonitorPosition :: Resource -> Double -> Double -> <WriteGraph> () 
Sets the profile monitor stack position offset to
 GrowUp :: ProfileMonitorStackGrowDirection GrowDown :: ProfileMonitorStackGrowDirection setProfileMonitorStackGrowDirection :: ProfileMonitorStackGrowDirection -> Resource -> <WriteGraph> () Manual profile creationcreateProfile :: String -> [Resource] -> <WriteGraph> Resource 
Creates a profile with given name and entries and returns the created profile. This function does not attach the created profile to anything yet. createProfileEntry :: String -> Resource -> Resource -> <WriteGraph> Resource 
Creates a profile entry with the specified  createToplevelProfile :: Resource -> String -> [Resource] -> <WriteGraph> Resource 
Creates a top-level profile using createProfile,
attaches it to the specified   |