]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.layer0/graph/Layer0SCL.pgraph
Added alias property to L0.SCLModule
[simantics/platform.git] / bundles / org.simantics.layer0 / graph / Layer0SCL.pgraph
index af7599ceead54c0ab64f6b3c9a55b5539e344b29..30e3885f439f2e971bcf5fc2dcbe53738e844b01 100644 (file)
@@ -53,7 +53,9 @@ L0.Functions.clusterValidator : L0.Function
 
 L0.SCLModule <T L0.Entity
     >-- L0.SCLModule.definition --> L0.String <R L0.HasProperty : L0.TotalFunction
+    >-- L0.SCLModule.alias --> L0.String <R L0.HasProperty : L0.TotalFunction
     @L0.assert L0.SCLModule.definition ""
+    @L0.assert L0.SCLModule.alias ""
 
 L0.entityReplacer ==> "Resource -> Resource -> <WriteGraph> ()" <R L0.HasProperty : L0.FunctionalRelation
     L0.HasDescription """Used for defining an SCL function that knows how to copy the contents from one entity instance to another when both instances are known to be of the same type.