X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.layer0%2Fsrc%2Forg%2Fsimantics%2Flayer0%2FLayer0.java;h=8c2b4ae1cb7a45047da124f3cc66f15f7c175620;hp=2ea58b89cf78b46fab593e6a15df777c029d694a;hb=32a6aa7b656804c95b8a2a2df06900955c6df44b;hpb=c26409b1caf2f1e560d37c5befd11b442399c3fe diff --git a/bundles/org.simantics.layer0/src/org/simantics/layer0/Layer0.java b/bundles/org.simantics.layer0/src/org/simantics/layer0/Layer0.java index 2ea58b89c..8c2b4ae1c 100644 --- a/bundles/org.simantics.layer0/src/org/simantics/layer0/Layer0.java +++ b/bundles/org.simantics.layer0/src/org/simantics/layer0/Layer0.java @@ -55,12 +55,17 @@ public class Layer0 { public final Resource DomainOf; public final Resource Double; public final Resource DoubleArray; + public final Resource EmptyRVI; public final Resource Entity; public final Resource Entity_ClusterConstraint; public final Resource Entity_PropertyConstraint; public final Resource Entity_RelationConstraint; public final Resource Entity_URIConstraint; public final Resource Entity_ValueConstraint; + public final Resource Entity_method; + public final Resource Entity_method_Inverse; + public final Resource Entity_methods; + public final Resource Entity_methods_Inverse; public final Resource Entity_published; public final Resource Entity_published_Inverse; public final Resource Enumeration; @@ -77,10 +82,12 @@ public class Layer0 { public final Resource Functions_clusterValidator; public final Resource Functions_composedPropertyValue; public final Resource Functions_computeExpression; + public final Resource Functions_defaultInstantiateUnder; public final Resource Functions_entityLabel; public final Resource Functions_functionApplication; public final Resource Functions_hasStandardResource; public final Resource Functions_listResources; + public final Resource Functions_methodsPropertyDomainProperties; public final Resource Functions_numberInputValidator; public final Resource Functions_propertyValidator; public final Resource Functions_relationValidator; @@ -116,6 +123,7 @@ public class Layer0 { @Deprecated public final Resource HasElement; public final Resource HasLabel; public final Resource HasLabel_Inverse; + public final Resource HasMethod; public final Resource HasName; public final Resource HasNext; public final Resource HasObject; @@ -170,6 +178,7 @@ public class Layer0 { public final Resource Literal_LongValidator; public final Resource Long; public final Resource LongArray; + public final Resource MethodOf; public final Resource Migration; public final Resource MigrationSequence; public final Resource MigrationStep; @@ -193,6 +202,8 @@ public class Layer0 { public final Resource NamespaceMigrationStep_Prefix_to; public final Resource NamespaceMigrationStep_Prefix_to_Inverse; public final Resource Ontology; + public final Resource Ontology_defaultLocalName; + public final Resource Ontology_defaultLocalName_Inverse; public final Resource Ontology_download; public final Resource Ontology_download_Inverse; public final Resource Ontology_global; @@ -223,8 +234,6 @@ public class Layer0 { public final Resource SCLMigrationStep; public final Resource SCLMigrationStep_SCLMigrationStepAction; public final Resource SCLModule; - public final Resource SCLModule_alias; - public final Resource SCLModule_alias_Inverse; public final Resource SCLModule_definition; public final Resource SCLModule_definition_Inverse; public final Resource SCLValue; @@ -256,6 +265,8 @@ public class Layer0 { public final Resource True; public final Resource Type; public final Resource TypeWithIdentifier; + public final Resource Type_instantiateUnder; + public final Resource Type_instantiateUnder_Inverse; public final Resource URI; public final Resource Value; public final Resource Variant; @@ -348,12 +359,17 @@ public class Layer0 { public static final String DomainOf = "http://www.simantics.org/Layer0-1.1/DomainOf"; public static final String Double = "http://www.simantics.org/Layer0-1.1/Double"; public static final String DoubleArray = "http://www.simantics.org/Layer0-1.1/DoubleArray"; + public static final String EmptyRVI = "http://www.simantics.org/Layer0-1.1/EmptyRVI"; public static final String Entity = "http://www.simantics.org/Layer0-1.1/Entity"; public static final String Entity_ClusterConstraint = "http://www.simantics.org/Layer0-1.1/Entity/ClusterConstraint"; public static final String Entity_PropertyConstraint = "http://www.simantics.org/Layer0-1.1/Entity/PropertyConstraint"; public static final String Entity_RelationConstraint = "http://www.simantics.org/Layer0-1.1/Entity/RelationConstraint"; public static final String Entity_URIConstraint = "http://www.simantics.org/Layer0-1.1/Entity/URIConstraint"; public static final String Entity_ValueConstraint = "http://www.simantics.org/Layer0-1.1/Entity/ValueConstraint"; + public static final String Entity_method = "http://www.simantics.org/Layer0-1.1/Entity/method"; + public static final String Entity_method_Inverse = "http://www.simantics.org/Layer0-1.1/Entity/method/Inverse"; + public static final String Entity_methods = "http://www.simantics.org/Layer0-1.1/Entity/methods"; + public static final String Entity_methods_Inverse = "http://www.simantics.org/Layer0-1.1/Entity/methods/Inverse"; public static final String Entity_published = "http://www.simantics.org/Layer0-1.1/Entity/published"; public static final String Entity_published_Inverse = "http://www.simantics.org/Layer0-1.1/Entity/published/Inverse"; public static final String Enumeration = "http://www.simantics.org/Layer0-1.1/Enumeration"; @@ -370,10 +386,12 @@ public class Layer0 { public static final String Functions_clusterValidator = "http://www.simantics.org/Layer0-1.1/Functions/clusterValidator"; public static final String Functions_composedPropertyValue = "http://www.simantics.org/Layer0-1.1/Functions/composedPropertyValue"; public static final String Functions_computeExpression = "http://www.simantics.org/Layer0-1.1/Functions/computeExpression"; + public static final String Functions_defaultInstantiateUnder = "http://www.simantics.org/Layer0-1.1/Functions/defaultInstantiateUnder"; public static final String Functions_entityLabel = "http://www.simantics.org/Layer0-1.1/Functions/entityLabel"; public static final String Functions_functionApplication = "http://www.simantics.org/Layer0-1.1/Functions/functionApplication"; public static final String Functions_hasStandardResource = "http://www.simantics.org/Layer0-1.1/Functions/hasStandardResource"; public static final String Functions_listResources = "http://www.simantics.org/Layer0-1.1/Functions/listResources"; + public static final String Functions_methodsPropertyDomainProperties = "http://www.simantics.org/Layer0-1.1/Functions/methodsPropertyDomainProperties"; public static final String Functions_numberInputValidator = "http://www.simantics.org/Layer0-1.1/Functions/numberInputValidator"; public static final String Functions_propertyValidator = "http://www.simantics.org/Layer0-1.1/Functions/propertyValidator"; public static final String Functions_relationValidator = "http://www.simantics.org/Layer0-1.1/Functions/relationValidator"; @@ -409,6 +427,7 @@ public class Layer0 { @Deprecated public static final String HasElement = "http://www.simantics.org/Layer0-1.1/HasElement"; public static final String HasLabel = "http://www.simantics.org/Layer0-1.1/HasLabel"; public static final String HasLabel_Inverse = "http://www.simantics.org/Layer0-1.1/HasLabel/Inverse"; + public static final String HasMethod = "http://www.simantics.org/Layer0-1.1/HasMethod"; public static final String HasName = "http://www.simantics.org/Layer0-1.1/HasName"; public static final String HasNext = "http://www.simantics.org/Layer0-1.1/HasNext"; public static final String HasObject = "http://www.simantics.org/Layer0-1.1/HasObject"; @@ -463,6 +482,7 @@ public class Layer0 { public static final String Literal_LongValidator = "http://www.simantics.org/Layer0-1.1/Literal/LongValidator"; public static final String Long = "http://www.simantics.org/Layer0-1.1/Long"; public static final String LongArray = "http://www.simantics.org/Layer0-1.1/LongArray"; + public static final String MethodOf = "http://www.simantics.org/Layer0-1.1/MethodOf"; public static final String Migration = "http://www.simantics.org/Layer0-1.1/Migration"; public static final String MigrationSequence = "http://www.simantics.org/Layer0-1.1/MigrationSequence"; public static final String MigrationStep = "http://www.simantics.org/Layer0-1.1/MigrationStep"; @@ -486,6 +506,8 @@ public class Layer0 { public static final String NamespaceMigrationStep_Prefix_to = "http://www.simantics.org/Layer0-1.1/NamespaceMigrationStep/Prefix/to"; public static final String NamespaceMigrationStep_Prefix_to_Inverse = "http://www.simantics.org/Layer0-1.1/NamespaceMigrationStep/Prefix/to/Inverse"; public static final String Ontology = "http://www.simantics.org/Layer0-1.1/Ontology"; + public static final String Ontology_defaultLocalName = "http://www.simantics.org/Layer0-1.1/Ontology/defaultLocalName"; + public static final String Ontology_defaultLocalName_Inverse = "http://www.simantics.org/Layer0-1.1/Ontology/defaultLocalName/Inverse"; public static final String Ontology_download = "http://www.simantics.org/Layer0-1.1/Ontology/download"; public static final String Ontology_download_Inverse = "http://www.simantics.org/Layer0-1.1/Ontology/download/Inverse"; public static final String Ontology_global = "http://www.simantics.org/Layer0-1.1/Ontology/global"; @@ -516,8 +538,6 @@ public class Layer0 { public static final String SCLMigrationStep = "http://www.simantics.org/Layer0-1.1/SCLMigrationStep"; public static final String SCLMigrationStep_SCLMigrationStepAction = "http://www.simantics.org/Layer0-1.1/SCLMigrationStep/SCLMigrationStepAction"; public static final String SCLModule = "http://www.simantics.org/Layer0-1.1/SCLModule"; - public static final String SCLModule_alias = "http://www.simantics.org/Layer0-1.1/SCLModule/alias"; - public static final String SCLModule_alias_Inverse = "http://www.simantics.org/Layer0-1.1/SCLModule/alias/Inverse"; public static final String SCLModule_definition = "http://www.simantics.org/Layer0-1.1/SCLModule/definition"; public static final String SCLModule_definition_Inverse = "http://www.simantics.org/Layer0-1.1/SCLModule/definition/Inverse"; public static final String SCLValue = "http://www.simantics.org/Layer0-1.1/SCLValue"; @@ -549,6 +569,8 @@ public class Layer0 { public static final String True = "http://www.simantics.org/Layer0-1.1/True"; public static final String Type = "http://www.simantics.org/Layer0-1.1/Type"; public static final String TypeWithIdentifier = "http://www.simantics.org/Layer0-1.1/TypeWithIdentifier"; + public static final String Type_instantiateUnder = "http://www.simantics.org/Layer0-1.1/Type/instantiateUnder"; + public static final String Type_instantiateUnder_Inverse = "http://www.simantics.org/Layer0-1.1/Type/instantiateUnder/Inverse"; public static final String URI = "http://www.simantics.org/Layer0-1.1/URI"; public static final String Value = "http://www.simantics.org/Layer0-1.1/Value"; public static final String Variant = "http://www.simantics.org/Layer0-1.1/Variant"; @@ -651,12 +673,17 @@ public class Layer0 { DomainOf = getResourceOrNull(graph, URIs.DomainOf); Double = getResourceOrNull(graph, URIs.Double); DoubleArray = getResourceOrNull(graph, URIs.DoubleArray); + EmptyRVI = getResourceOrNull(graph, URIs.EmptyRVI); Entity = getResourceOrNull(graph, URIs.Entity); Entity_ClusterConstraint = getResourceOrNull(graph, URIs.Entity_ClusterConstraint); Entity_PropertyConstraint = getResourceOrNull(graph, URIs.Entity_PropertyConstraint); Entity_RelationConstraint = getResourceOrNull(graph, URIs.Entity_RelationConstraint); Entity_URIConstraint = getResourceOrNull(graph, URIs.Entity_URIConstraint); Entity_ValueConstraint = getResourceOrNull(graph, URIs.Entity_ValueConstraint); + Entity_method = getResourceOrNull(graph, URIs.Entity_method); + Entity_method_Inverse = getResourceOrNull(graph, URIs.Entity_method_Inverse); + Entity_methods = getResourceOrNull(graph, URIs.Entity_methods); + Entity_methods_Inverse = getResourceOrNull(graph, URIs.Entity_methods_Inverse); Entity_published = getResourceOrNull(graph, URIs.Entity_published); Entity_published_Inverse = getResourceOrNull(graph, URIs.Entity_published_Inverse); Enumeration = getResourceOrNull(graph, URIs.Enumeration); @@ -673,10 +700,12 @@ public class Layer0 { Functions_clusterValidator = getResourceOrNull(graph, URIs.Functions_clusterValidator); Functions_composedPropertyValue = getResourceOrNull(graph, URIs.Functions_composedPropertyValue); Functions_computeExpression = getResourceOrNull(graph, URIs.Functions_computeExpression); + Functions_defaultInstantiateUnder = getResourceOrNull(graph, URIs.Functions_defaultInstantiateUnder); Functions_entityLabel = getResourceOrNull(graph, URIs.Functions_entityLabel); Functions_functionApplication = getResourceOrNull(graph, URIs.Functions_functionApplication); Functions_hasStandardResource = getResourceOrNull(graph, URIs.Functions_hasStandardResource); Functions_listResources = getResourceOrNull(graph, URIs.Functions_listResources); + Functions_methodsPropertyDomainProperties = getResourceOrNull(graph, URIs.Functions_methodsPropertyDomainProperties); Functions_numberInputValidator = getResourceOrNull(graph, URIs.Functions_numberInputValidator); Functions_propertyValidator = getResourceOrNull(graph, URIs.Functions_propertyValidator); Functions_relationValidator = getResourceOrNull(graph, URIs.Functions_relationValidator); @@ -712,6 +741,7 @@ public class Layer0 { HasElement = getResourceOrNull(graph, URIs.HasElement); HasLabel = getResourceOrNull(graph, URIs.HasLabel); HasLabel_Inverse = getResourceOrNull(graph, URIs.HasLabel_Inverse); + HasMethod = getResourceOrNull(graph, URIs.HasMethod); HasName = getResourceOrNull(graph, URIs.HasName); HasNext = getResourceOrNull(graph, URIs.HasNext); HasObject = getResourceOrNull(graph, URIs.HasObject); @@ -766,6 +796,7 @@ public class Layer0 { Literal_LongValidator = getResourceOrNull(graph, URIs.Literal_LongValidator); Long = getResourceOrNull(graph, URIs.Long); LongArray = getResourceOrNull(graph, URIs.LongArray); + MethodOf = getResourceOrNull(graph, URIs.MethodOf); Migration = getResourceOrNull(graph, URIs.Migration); MigrationSequence = getResourceOrNull(graph, URIs.MigrationSequence); MigrationStep = getResourceOrNull(graph, URIs.MigrationStep); @@ -789,6 +820,8 @@ public class Layer0 { NamespaceMigrationStep_Prefix_to = getResourceOrNull(graph, URIs.NamespaceMigrationStep_Prefix_to); NamespaceMigrationStep_Prefix_to_Inverse = getResourceOrNull(graph, URIs.NamespaceMigrationStep_Prefix_to_Inverse); Ontology = getResourceOrNull(graph, URIs.Ontology); + Ontology_defaultLocalName = getResourceOrNull(graph, URIs.Ontology_defaultLocalName); + Ontology_defaultLocalName_Inverse = getResourceOrNull(graph, URIs.Ontology_defaultLocalName_Inverse); Ontology_download = getResourceOrNull(graph, URIs.Ontology_download); Ontology_download_Inverse = getResourceOrNull(graph, URIs.Ontology_download_Inverse); Ontology_global = getResourceOrNull(graph, URIs.Ontology_global); @@ -819,8 +852,6 @@ public class Layer0 { SCLMigrationStep = getResourceOrNull(graph, URIs.SCLMigrationStep); SCLMigrationStep_SCLMigrationStepAction = getResourceOrNull(graph, URIs.SCLMigrationStep_SCLMigrationStepAction); SCLModule = getResourceOrNull(graph, URIs.SCLModule); - SCLModule_alias = getResourceOrNull(graph, URIs.SCLModule_alias); - SCLModule_alias_Inverse = getResourceOrNull(graph, URIs.SCLModule_alias_Inverse); SCLModule_definition = getResourceOrNull(graph, URIs.SCLModule_definition); SCLModule_definition_Inverse = getResourceOrNull(graph, URIs.SCLModule_definition_Inverse); SCLValue = getResourceOrNull(graph, URIs.SCLValue); @@ -852,6 +883,8 @@ public class Layer0 { True = getResourceOrNull(graph, URIs.True); Type = getResourceOrNull(graph, URIs.Type); TypeWithIdentifier = getResourceOrNull(graph, URIs.TypeWithIdentifier); + Type_instantiateUnder = getResourceOrNull(graph, URIs.Type_instantiateUnder); + Type_instantiateUnder_Inverse = getResourceOrNull(graph, URIs.Type_instantiateUnder_Inverse); URI = getResourceOrNull(graph, URIs.URI); Value = getResourceOrNull(graph, URIs.Value); Variant = getResourceOrNull(graph, URIs.Variant);