Files | |
| file | SRF_Array.php |
| Query format for arrays with features for Extensions 'Arrays' and 'HashTables'. | |
| file | SRF_BibTeX.php |
| Create BibTeX exports. | |
| file | SRF_Calendar.php |
| Result printer that prints query results as a monthly calendar. | |
| file | SRF_Gallery.php |
| Result printer that prints query results as a gallery. | |
| file | SRF_Graph.php |
| SMW result printer for graphs using graphViz. | |
| file | SRF_iCalendar.php |
| Create iCalendar exports. | |
| file | SRF_Math.php |
| Various mathematical functions - sum, product, average, min and max. | |
| file | SemanticResultFormats.php |
| Main entry point for the SemanticResultFormats extension. | |
| file | SRF_Hooks.php |
| Static class for hooks handled by the Semantic Result Formats. | |
| file | SRF_ParserFunctions.php |
| Parser functions for the Semantic Result Formats extension. | |
| file | SRF_Settings.php |
| Settings file for the Semantic Result Formats extension. | |
| file | SRF_TagCloud.php |
| Result printer that prints query results as a tag cloud. | |
| file | SRF_Timeline.php |
| Print query results in interactive timelines. | |
| file | SRF_ValueRank.php |
| Result printer that prints query results as a valuerank. | |
| file | SRF_vCard.php |
| Create vCard exports. | |
Classes | |
| class | SRFBibTeX |
| Printer class for creating BibTeX exports. More... | |
| class | SRFiCalendar |
| Printer class for creating iCalendar exports. More... | |
| class | SRFTimeline |
| Result printer for timeline data. More... | |
| class | SRFvCard |
| Printer class for creating vCard exports. More... | |
| class | SRFvCardEntry |
| Represents a single entry in an vCard. More... | |
| class | SRFvCardAddress |
| Represents a single address entry in an vCard entry. More... | |
| class | SRFvCardTel |
| Represents a single telephone entry in an vCard entry. More... | |
| class | SRFvCardEmail |
| Represents a single email entry in an vCard entry. More... | |
Variables | |
| if(!defined( 'MEDIAWIKI')) | $srfgPicturePath = "GraphViz/images/" |
| This is a contribution to Semtantic Result Formats (SRF) which are an extension of Semantic MediaWiki (SMW) which in turn is an extension of MediaWiki. | |
| if (!defined( 'MEDIAWIKI')) $srfgPicturePath = "GraphViz/images/" |
This is a contribution to Semtantic Result Formats (SRF) which are an extension of Semantic MediaWiki (SMW) which in turn is an extension of MediaWiki.
SRF defines certain "printers" to render the results of SMW semantic "ASK"-queries. Some of these printers make use of the GraphViz/dot library (which is wrapped by a separate MediaWiki extension).
The purpose of this extension, is to render results of ASK-Queries (e.g. Classes with Attributes) as GraphViz-layouted process graphs
Definition at line 48 of file SRF_Process.php.
Referenced by ProcessNode::getGraphVizCode().
1.5.6