Interface IvmlGraphMapper

All Known Implementing Classes:
ServiceMeshGraphMapper

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

    • getGraphFor

      IvmlGraphMapper.IvmlGraph getGraphFor(net.ssehub.easy.varModel.confModel.IDecisionVariable var) throws 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:
      ExecutionException - if var cannot be turned into a graph
    • getGraphFactory

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