Module Structural/Procedural
This module is undocumented. This is a list of its definitions. 
Component :: String -> Resource -> [Property] -> SubstructureElement 
  
Connection :: [ConnectionPoint] -> SubstructureElement 
  
Interface :: Resource -> ConnectionPoint 
  
Property :: Resource -> a -> Property 
  
Terminal :: String -> Resource -> ConnectionPoint 
  
UndefinedConnection :: ConnectionPoint -> SubstructureElement 
  
UndefinedProperty :: Resource -> Property 
  
 |