Library module documentation
- Library
** Library represents a Library instance in Simantics ontology.
 
 
createLibrary :: Resource -> <Proc> Resource 
Creates a new Library under the given Library parameter. Returns the created Library. 
  
createLibraryInModel :: Resource -> <Proc> Resource 
Creates a new Library under the given Model parameter. Returns the created Library. 
  
Undocumented entities
getLibrary :: Resource -> String -> <ReadGraph> Resource 
  
librariesOf :: Resource -> <ReadGraph> [Resource] 
  
 |