X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.objmap2%2Fsrc%2Forg%2Fsimantics%2Fobjmap%2Fgraph%2Fannotations%2Ffactories%2FCompoundRelatedGetSetValueRuleFactory.java;h=2120b50fe8fe1f3f0831f28867db7a2d9076e93c;hb=8a7e33547caeeca16a5dac5fec38371f722b91ff;hp=6d625abeaff0efa3ea47dbd1ff8ebbd8f78f5696;hpb=d08b28566d477295d9f14023f36de9f7406cdb5d;p=simantics%2F3d.git diff --git a/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/factories/CompoundRelatedGetSetValueRuleFactory.java b/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/factories/CompoundRelatedGetSetValueRuleFactory.java index 6d625abe..2120b50f 100644 --- a/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/factories/CompoundRelatedGetSetValueRuleFactory.java +++ b/org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/factories/CompoundRelatedGetSetValueRuleFactory.java @@ -22,11 +22,8 @@ import org.simantics.objmap.bidirectional.IBidirectionalMappingRule; import org.simantics.objmap.graph.annotations.CompoundRelatedGetValue; import org.simantics.objmap.graph.annotations.CompoundRelatedSetValue; import org.simantics.objmap.graph.rules.ValueRule; -import org.simantics.objmap.graph.rules.adapters.IdentityAdapter; -import org.simantics.objmap.graph.rules.adapters.ValueAdapter; import org.simantics.objmap.graph.rules.domain.CompoundValueAccessor; import org.simantics.objmap.graph.rules.factory.IGetSetRuleFactory; -import org.simantics.objmap.graph.rules.range.AdaptedRangeAccessor; import org.simantics.objmap.graph.rules.range.CompoundGetSetValueAccessor; import org.simantics.objmap.graph.rules.range.IRangeAccessor;