]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.issues.ontology/graph/Issue.pgraph
Preliminary support for purely Variable based dynamic issue sources
[simantics/platform.git] / bundles / org.simantics.issues.ontology / graph / Issue.pgraph
index f97f68240f1a57faf44ed825ab613b23220235cd..3d428ed595088b49d085a52e55ab8837e8d5f0fd 100644 (file)
@@ -24,6 +24,9 @@ ISSUE.IssueSource <T L0.Entity : ISSUE.IssueSourceType
 ISSUE.ContinuousIssueSource <T ISSUE.IssueSource
     >-- ISSUE.ContinuousIssueSource.lastUpdateRevision --> L0.Long <R L0.HasProperty : L0.FunctionalRelation
 
+ISSUE.DynamicIssueSource <T ISSUE.IssueSource
+    L0.HasDescription "A dynamic issue source is a source that is browsed purely through the Variable interface to produce a single subtree to represent issues. The issues do not have to have a database resource representation backing them."
+
 ISSUE.Issue <T L0.Entity
     L0.HasDescription "A notification of specified severity about an issue in the model."
     >-- ISSUE.Issue.HasContext <R L0.IsRelatedTo