Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1011 Bytes

File metadata and controls

22 lines (17 loc) · 1011 Bytes

$SetReplaceTypeGraph

$SetReplaceTypeGraph gives the Graph showing types and properties defined in SetReplace (including internal ones) and possible computation paths between them:

In[] := $SetReplaceTypeGraph

Out[] = Graph[...
AtomicStateSystem v0 -> MultisetSubstitutionSystem v0,
MultisetSubstitutionSystem v0 -> WolframModelEvolutionObject v2
...]

It is a Graph representation of a directed hypergraph with types and properties as vertices and implementations of translations and properties as edges.

Vertex heads are either SetReplaceType, SetReplaceProperty or SetReplaceMethodImplementation.