X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.graph%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Frefactoring%2FMappingSpecification.java;h=246b22664ef21ca5d9e5290bcba1e182b6424705;hp=b6b504d455d6921005491c1e9618e8e98b9c3755;hb=refs%2Fchanges%2F38%2F238%2F2;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.graph/src/org/simantics/graph/refactoring/MappingSpecification.java b/bundles/org.simantics.graph/src/org/simantics/graph/refactoring/MappingSpecification.java index b6b504d45..246b22664 100644 --- a/bundles/org.simantics.graph/src/org/simantics/graph/refactoring/MappingSpecification.java +++ b/bundles/org.simantics.graph/src/org/simantics/graph/refactoring/MappingSpecification.java @@ -1,27 +1,27 @@ -package org.simantics.graph.refactoring; - -import java.util.Collection; - -import org.simantics.graph.query.Path; - -public class MappingSpecification { - public static class MappingRule { - public final Path from; - public final Path to; - - public MappingRule(Path from, Path to) { - this.from = from; - this.to = to; - } - } - - public final Collection rules; - - public MappingSpecification(Collection rules) { - this.rules = rules; - } - - public Collection getRules() { - return rules; - } -} +package org.simantics.graph.refactoring; + +import java.util.Collection; + +import org.simantics.graph.query.Path; + +public class MappingSpecification { + public static class MappingRule { + public final Path from; + public final Path to; + + public MappingRule(Path from, Path to) { + this.from = from; + this.to = to; + } + } + + public final Collection rules; + + public MappingSpecification(Collection rules) { + this.rules = rules; + } + + public Collection getRules() { + return rules; + } +}