Exemplo n.º 1
0
 /**
  * Alias for RDFUtil::visualiseGraph(&$model, $format, $short_prefix)
  *
  * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  * Note: See RDFUtil for further Information.
  * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  *
  * @author   Anton K�tlbacher <*****@*****.**>
  * @param    string  $format
  * @param    boolean $short_prefix
  * @return   string, binary
  * @access   public
  * @throws   PhpError
  */
 function visualize($format = "dot", $short_prefix = TRUE)
 {
     return RDFUtil::visualizeGraph($this, $format, $short_prefix);
 }