Commit Graph

3 Commits

Author SHA1 Message Date
Luca Frosini 2b0289fb5b TypeBinder has been renamed to TypeMapper 2020-02-04 09:31:19 +01:00
Luca Frosini 4998a3768e Fixed imports and class names due to IS Model refactoring 2020-02-03 10:52:57 +01:00
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