Interface IvmlGraphMapper

  • All Known Implementing Classes:
    ConfigurationAas.IipGraphMapper

    public interface IvmlGraphMapper
    Maps a decision variable into a graph structure that can be processed further.
    Author:
    Holger Eichelberger, SSE
    • Method Detail

      • getGraphFor

        IvmlGraphMapper.IvmlGraph getGraphFor​(net.ssehub.easy.varModel.confModel.IDecisionVariable var)
                                       throws java.util.concurrent.ExecutionException
        Tries to turn var into an application-specific graph.
        Parameters:
        var - the variable to turn into a graph
        Returns:
        the graph structure representation
        Throws:
        java.util.concurrent.ExecutionException - if var cannot be turned into a graph
      • getGraphFactory

        GraphFactory getGraphFactory()
        Returns the factory to use to crate graphs.
        Returns:
        the factory