Module Simantics/RouteGraph
This module is undocumented. This is a list of its definitions. 
CANBEMADELEGAL :: ConnectionJudgementType 
  
ConnectionPoint :: String -> String -> ConnectorIdentification 
  
CreateLine :: Double -> Boolean -> RouteGraphModification 
  
CreateLink :: Integer -> Integer -> RouteGraphModification 
  
Element :: String -> ConnectorIdentification 
  
ILLEGAL :: ConnectionJudgementType 
  
LEGAL :: ConnectionJudgementType 
  
RemoveLink :: Integer -> Integer -> RouteGraphModification 
  
RemoveNode :: Integer -> RouteGraphModification 
  
RouteGraphStructure :: Resource -> [ConnectorIdentification] -> Integer -> [Integer] -> RouteGraphStructure 
  
UpdateLine :: Integer -> Double -> Boolean -> RouteGraphModification 
  
canTerminalBeConnected :: Resource -> Resource -> Resource -> <ReadGraph,Proc> Boolean 
  
getModelingRules :: Resource -> <ReadGraph,Proc> Maybe IModelingRules 
  
judgeConnection :: IModelingRules -> [IConnectionPoint] -> <ReadGraph,Proc> ConnectionJudgement 
  
makeIConnectionPoint :: Resource -> Resource -> <Proc> IConnectionPoint 
  
matchRouteGraph :: [Resource] -> Integer -> [Integer] -> <ReadGraph> Maybe [Resource] 
  
modifyRouteGraph :: RouteGraphStructure -> [RouteGraphModification] -> <Proc,WriteGraph> [Resource] 
  
 |