Class ConfigGraph


public class ConfigGraph extends UniqueGraph<Type,Predicate>
Simple graph that models the gMark graph configuration. This graph has a node for each type and an edge between types that have a configuration for how edges between the two types should look.
See Also:
  • Constructor Details

    • ConfigGraph

      public ConfigGraph(Configuration config)
      Constructs a new configuration graph from the given gMark configuration.
      Parameters:
      config - The gMark configuration.
    • ConfigGraph

      public ConfigGraph(Schema schema)
      Constructs a new configuration graph the given graph schema.
      Parameters:
      schema - The graph schema.