1.0.12 • Published 2 years ago

symboleo-js-core v1.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

symboleo-js-core

This repository contains core classes of the JavaScript implementation of the Symboleo ontology.

Ontology-EMF

The Core folder contains the JavaScript classes. There is one class for each one of the concepts in the ontology (Contract, Party, Obligation, Power, Asset, Event, Role, and LegalPosition). These classes are translated from the Java code generated by the Umple tool. The Events.js and InternalEvent.js files implement the Publish–subscribe pattern used to track events in the runtime. The Predicates.js file includes the predicate methods (happens*) that can be used in a JavaScript implementation of a Symboleo contract.

The Ontology folder contains resources related to the ontolgy. The ontology.ump file is the Umple code of Symboleo ontology, it defines both the relations and state machine of each entity. The Symboleo.ecore file is the Eclipse Ecore equivalent of the Umple description of the ontology. The Symboleo.aird is the Eclipse Sirius class diagram description (visualized at the top of this README). Finally, the Symboleo.genmodel file is the Eclipse GenModel representation also generated from the Ecore file.

1.0.12

2 years ago

1.0.11

2 years ago

1.0.9

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago