Go to file
Luca Frosini 191b91d6c9 Reorganized model as following
Element
 - EntityElement
   - Entity
     - Resource
     - Facet
   - Context
   - EntityType
     - ResourceType (3 lists of PropertyDefinition, LinkedFacet,
LinkedResource)
     - FacetType (1 list of PropertyDefinition)
 - RelationElement
   - Relation
     - IsRelatedTo
     - ConsistsOf
   - IsParentOf
   - RelationType
     - IsRelatedTo (1 list of PropertyDefinition)
     - ConsistsOf (1 list of PropertyDefinition)
 - PropertyElement
   - Property
     - Header
     - PropagationConstraint
     - Encrypted
   - PropertyType (1 list of PropertyDefinition)
     - PropertyDefinition
     - LinkedEntity
       - LinkedFacet
       - LinkedResource
2020-01-30 11:04:40 +01:00
src Reorganized model as following 2020-01-30 11:04:40 +01:00
.gitignore Fixed ignore file 2019-12-13 10:20:36 +01:00
LICENSE.md Added LICENSE file 2019-12-05 17:50:25 +01:00
pom.xml fixed pom 2019-12-05 17:33:18 +01:00