-
Notifications
You must be signed in to change notification settings - Fork 5
Documentation for understanding logic. #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Please add a |
I did not make these changes on purpose. I want on opinion from @fmrico on this first. |
|
||
.. _is_output_modelet_concept: | ||
|
||
**is_output_modelet_concept** ``(``\ ```engine`` <#engine>`__\ ``>``\ ```phenomenon`` <phenomenon.rst>`__\ ``)`` | ||
--------------------------------------------------------------------------------------------------------------- | ||
**is_output_modelet_concept** ( `engine <#engine>`_ > `phenomenon <phenomenon.html>`_ ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**is_output_modelet_concept** ( `engine <#engine>`_ > `phenomenon <phenomenon.html>`_ ) | |
**is_output_modelet_concept** (( `engine <#engine>`_ * `phenomenon <phenomenon.html>`_ )) > **$o** ) |
|
||
Relations | ||
========= | ||
|
||
.. _template_has_concept_requirement: | ||
|
||
**template_has_concept_requirement** ``(``\ ```template`` <#template>`__\ ``>``\ ```concept`` <concept.rst>`__\ ``)`` | ||
-------------------------------------------------------------------------------------------------------------------- | ||
**template_has_concept_requirement** ( `template <#template>`_ > `concept <concept.html>`_ ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**template_has_concept_requirement** ( `template <#template>`_ > `concept <concept.html>`_ ) | |
**template_has_concept_requirement** ( `template <#template>`_ > `concept <concept.html>`_ ) |
**template_has_concept_requirement** ( `template <#template>`_ > `concept <concept.html>`_ ) | |
**template_has_concept_requirement** (( `template <#template>`_ * `concept <concept.html>`_ ) > **$o** ) |
|
||
.. _template_has_location_requirement: | ||
|
||
**template_has_location_requirement** ``(``\ ```template`` <#template>`__\ ``>``\ ```spacetime_point`` <spacetime_point.rst>`__\ ``)`` | ||
------------------------------------------------------------------------------------------------------------------------------------- | ||
**template_has_location_requirement** ( `template <#template>`_ > `spacetime_point <spacetime_point.html>`_ ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**template_has_location_requirement** ( `template <#template>`_ > `spacetime_point <spacetime_point.html>`_ ) | |
**template_has_location_requirement** ( `template <#template>`_ > `spacetime_point <spacetime_point.html>`_ ) |
**template_has_location_requirement** ( `template <#template>`_ > `spacetime_point <spacetime_point.html>`_ ) | |
**template_has_location_requirement** (( `template <#template>`_ * `spacetime_point <spacetime_point.html>`_ ) > **$o** ) |
|
||
.. _template_has_extent_requirement: | ||
|
||
**template_has_extent_requirement** ``(``\ ```template`` <#template>`__\ ``>``\ ```extent`` <extent.rst>`__\ ``)`` | ||
----------------------------------------------------------------------------------------------------------------- | ||
**template_has_extent_requirement** ( `template <#template>`_ > `extent <extent.html>`_ ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**template_has_extent_requirement** ( `template <#template>`_ > `extent <extent.html>`_ ) | |
**template_has_extent_requirement** (( `template <#template>`_ * `extent <extent.html>`_ ) > **$o** ) |
|
||
.. include:: datatype.rst | ||
:start-line: 8 | ||
:end-line: 9 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move concept
to here to maintain alphabetical order.
`concept <concept.html>`_ | ||
~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
`template_set <template.rst#template_set>`__ | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
.. include:: concept.rst | ||
:start-line: 8 | ||
:end-line: 9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to line 33 so these are in alphabetical order.
used by an `engine <engine.rst>`__. Class in the *Processing/Modelling | ||
Model*. ###### Source: ``fundamental-concepts.tff`` | ||
The relation a `modelet <modelet.html>`_ has with its parents, i.e. the inputs to the `engine <engine.html>`_ `exertion <exertion.html>`_. Class of their relation in the *Processing/Modelling Model*. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
.. _is_property_of_m: | ||
|
||
**is_property_of_modelet** ``((``\ ```property`` <#property>`__\ ``*``\ ```modelet`` <modelet.rst>`__\ ``) >``\ **``$o``**\ ``)`` | ||
-------------------------------------------------------------------------------------------------------------------------------- | ||
**is_property_of_modelet** (( `property <#property>`_ * `modelet <modelet.html>`_ ) > **$o** ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**is_property_of_modelet** (( `property <#property>`_ * `modelet <modelet.html>`_ ) > **$o** ) | |
**modelet_has_property** (( `modelet <modelet.html>`_ * `property <#property>`_ ) > **$o** ) |
I prefer the name as is_property_of_modelet
because this is a predicate. However, right now it has the name modelet_has_property
and I would rather stay consistent with the code base.
|
||
.. _is_property_of_e: | ||
|
||
**is_property_of_engine** ``((``\ ```property`` <#property>`__\ ``*``\ ```engine`` <engine.rst>`__\ ``) >``\ **``$o``**\ ``)`` | ||
----------------------------------------------------------------------------------------------------------------------------- | ||
**is_property_of_engine** (( `property <#property>`_ * `engine <engine.html>`_ ) > **$o** ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**is_property_of_engine** (( `property <#property>`_ * `engine <engine.html>`_ ) > **$o** ) | |
**engine_has_property** (( `engine <engine.html>`_ * `property <#property>`_ ) > **$o** ) |
I prefer the name as is_property_of_engine
because this is a predicate. However, right now it has the name engine_has_property
and I would rather stay consistent with the code base.
- `Origin <origin.rst>`__: the agent’s perspective on the *phenomenon* | ||
- `Formalism <formalism.rst>`__: the representation of the *phenomenon* | ||
###### Source: ``engines-and-modelets.tff`` | ||
Source: ``engines-and-modelets.tff`` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add some information here about empty_ms
, and parents_of_modelet
since it looks like we are going the understanding state route.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added several notes today on the documentation while modeling the decision system. Apologies they all ended up in separate comments :o
|
||
.. _modelet_has_representation_class: | ||
|
||
**modelet_has_representation_class** ( `modelet <modelet.html>`_ > `representation_class <representation_class.html>`_ ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**modelet_has_representation_class** ( `modelet <modelet.html>`_ > `representation_class <representation_class.html>`_ ) | |
**modelet_has_representation_class** (( `modelet <modelet.html>`_ * `representation_class <representation_class.html>`_ ) > **$o** ) |
Unfortunately, reStructuredText is lacking some features of material for mkdocs, which results in worse formatting and clarity of this version compared to the original.
The addition of the 'sphinx.ext.autosummary', 'sphinx.ext.autodoc' extensions might break the build with the given package versions.
It builds for me with: