Interface GraphFactory

  • All Known Implementing Classes:
    ConfigurationAas.IipGraphFactory

    public interface GraphFactory
    A factory for graph elements, e.g., used when parsing back graphs.
    Author:
    Holger Eichelberger, SSE
    • Method Detail

      • createGraph

        IvmlGraphMapper.IvmlGraph createGraph​(net.ssehub.easy.varModel.confModel.IDecisionVariable var)
        Creates a graph instance.
        Parameters:
        var - the underlying variable
        Returns:
        the graph instance
      • createNode

        IvmlGraphMapper.IvmlGraphNode createNode​(net.ssehub.easy.varModel.confModel.IDecisionVariable var)
        Creates a graph node.
        Parameters:
        var - the underlying variable
        Returns:
        the node instance