siwells / SADFace

The Simple Argument Description Format
http://arg.napier.ac.uk/page/project/sadface/
GNU General Public License v3.0
0 stars 2 forks source link

Scheme Metadata Object #66

Closed siwells closed 6 years ago

siwells commented 6 years ago

To support #21 scheme nodes require a metadata object, i.e.

{"major_premise":"atom_id", "minor_premise":"atom_id"}

so that we can indicate which related nodes occupy which roles.

When an edge is removed, the removal process will also have to remove any corresponding entries from the scheme metadata.