You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GeneralEnt->"Feature"->"A releasable characteristic of a product. A high-level, coherent bundle of requirements.",
33
33
GeneralEnt->"Goal"->"An intention of a stakeholder or desired system property.",
34
-
GeneralEnt->"Idea"->"A concept or thought (potentially interesting).",
34
+
GeneralEnt->"Idea"->"A concept or thought, potentially interesting.",
35
35
GeneralEnt->"Image"->"A visual representation, picture or diagram.",
36
-
GeneralEnt->"Interface"->"A defined way to interact with a system.",
37
-
GeneralEnt->"Issue"->"Something needed to be fixed or work to do.",
36
+
GeneralEnt->"Interface"->"A way to interact with a system.",
37
+
GeneralEnt->"Issue"->"Something to be fixed or work to do.",
38
38
GeneralEnt->"Item"->"An article in a collection, enumeration, or series.",
39
39
GeneralEnt->"Label"->"A descriptive tag used to classify something.",
40
40
GeneralEnt->"Req"->"Something needed or wanted. An abstract term denoting any type of information relevant to the (specification of) intentions behind system development. Short for requirement.",
@@ -46,7 +46,7 @@ object meta:
46
46
47
47
DataEnt->"Data"->"A data entity, type, class, or record stored or processed by a system.", // or Data or DataEntity or DataType?
48
48
DataEnt->"Class"->"An extensible template for creating objects. A set of objects with certain attributes in common. A category.", // somewhat redundant with Data but the latter is more general
49
-
DataEnt->"Field"->"A data attribute that is part of another entity, such as a class", // or DataField or DataAttribute or DataProperty
49
+
DataEnt->"Field"->"A data attribute that is part of another entity, such as a class.", // or DataField or DataAttribute or DataProperty
50
50
DataEnt->"Member"->"A data entity that is part of another entity. More specific alternatives: field, function.", // or DataField or DataAttribute or DataProperty
51
51
DataEnt->"Relationship"->"A specific way that data types are connected.", // or Association or Relation or DataRelation
|A model is a sequence of elements. An element can be a node or a relation. A node can be an entity or an attribute. An entity has a type and an id. An attribute has a type and a value and it can be a string attribute or an integer attribute. A relation connects an entity to a sub-model via a relation type.
0 commit comments