Commit History

作者 SHA1 備註 提交日期
  Joeri Exelmans 17bff66e8e Add conformance checking example 10 月之前
  Joeri Exelmans b69efc9af0 Fix bug in conformance checker 10 月之前
  Joeri Exelmans e70eae2286 PlantUML: render class cardinalities. Extend constraint checker API. 10 月之前
  Joeri Exelmans c351649d23 Add 'cloner'. Example also uses concrete syntax for LHS and RHS. Renders all possible rewrites and morphisms with LHS and RHS. 10 月之前
  Joeri Exelmans e875821e70 Concrete syntax no longer indentation-based (nightmare to parse). Add indented multi-line code terminals. 10 月之前
  Joeri Exelmans 59de61d0a3 Add ActionCode primitive type. Fix constraint checking. 10 月之前
  Joeri Exelmans 0785b9218e Fix some bugs in conformance checker 10 月之前
  Joeri Exelmans 03cc568516 Move file. Small fix. 10 月之前
  Joeri Exelmans 9faa5770a8 (Re)Move some files 10 月之前
  Joeri Exelmans 175edb64d9 Class diagram can be rendered as object diagram textual syntax, and parsed back, without information loss 10 月之前
  Joeri Exelmans f45872d3f7 Abstract away Object Diagram pattern matching in a function that does all the magic 11 月之前
  Joeri Exelmans 13f19cdec6 Example of rendering the entire match set, and rendering the rewrite (match between RHS and updated host graph) 11 月之前
  Joeri Exelmans a926de1998 PlantUML: also render 'matchedWith' traceability links between attributes 11 月之前
  Joeri Exelmans 264e96c11d Extract function 11 月之前
  Joeri Exelmans 80beadfe08 PlantUML: Also render 'RAMifies' links between attributes 11 月之前
  Joeri Exelmans 0bcee87bc1 Extend PlantUML generator with object diagrams and conformance + match links 11 月之前
  Joeri Exelmans 40552b8dcf Implement PlantUML generation for class diagrams 11 月之前
  Joeri Exelmans 89b7c83440 Hacked together graph rewriter 11 月之前
  Joeri Exelmans f12fd8bd6c Rewriter: deleting elements works 11 月之前
  Joeri Exelmans 99bcf9a542 MVS adapter: When flattening ModelRefs, prefix the names of all elements in ref'ed models 11 月之前
  Joeri Exelmans ae5eaedb4b RAMification + pattern matching: put typing information straight into the Vertices, as a Python attribute (don't put it in separate Vertices+Edges). 11 月之前
  Joeri Exelmans 700a4d103f and now pattern matching also works with typing information added to the graph 11 月之前
  Joeri Exelmans 4160a8953e Tweak matcher (compute connected components in advance). Simple pattern matching with RAMification (incl. Python expressions) seems to work. 11 月之前
  Joeri Exelmans bed3529676 Add performance comparison between Sten's and Joeri's matcher. Sten's seems to be broken (giving a different match set every time), however. 11 月之前
  Joeri Exelmans b4f41cc090 Fix bug in matcher (stopped too early for disconnected patterns) 11 月之前
  Joeri Exelmans 6752c45cf6 play around with action code in pattern matching 11 月之前
  Joeri Exelmans f9049be167 fix bug in matcher 11 月之前
  Joeri Exelmans a0ccb3f35d work on my matcher 11 月之前
  Joeri Exelmans 4b1f61806c ended up rolling my own VF2 variant 11 月之前
  Joeri Exelmans ec1a9dbfca replace everywhere: 'is [not] None' -> '(==|!=) None' 11 月之前