summaryrefslogtreecommitdiff
path: root/src/core/model/Document.hpp
AgeCommit message (Expand)Author
2016-04-25Derive structure entities and annotation entities from common base class to a...Andreas Stöckel
2016-04-25Some small formatting and comment changes, introduce more anonymous namespace...Andreas Stöckel
2015-03-04Fix typoAndreas Stöckel
2015-03-03Merge branch 'master' of ssh://somweyr.de/var/local/git/ousiaAndreas Stöckel
2015-03-03Converted size_t references to valuesAndreas Stöckel
2015-03-03prevented cycles in DocumentEntity::searchStartAnchorBenjamin Paassen
2015-03-03added a method to find the matching start anchor for some end anchor.Andreas Stöckel
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-02-17added typesystems getter.Benjamin Paassen
2015-02-16Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-16added creation methods that reference fields by index instead of name.Benjamin Paassen
2015-02-16Allow typesystem references in DocumentAndreas Stöckel
2015-02-14added DocumentEntity::getField with direct indexation.Benjamin Paassen
2015-02-12Anchors do not have a name anymore and have a unique mapping to their Annotat...Benjamin Paassen
2015-02-08restructured the FieldDescriptor mechanism.Benjamin Paassen
2015-02-07Fixed problem with GC -- domains Node vector was not rooted.Andreas Stöckel
2015-02-06corrected attributes default value.Benjamin Paassen
2015-02-06moved setRoot to Document.cppBenjamin Paassen
2015-02-04set non-empty default field name.Benjamin Paassen
2015-02-02Importing files works nowAndreas Stöckel
2015-01-28Renamed add* and include* methods for referencing another Typesystem/Domain d...Andreas Stöckel
2015-01-27Removed dependency between "Project" model class and parser/resources. This r...Andreas Stöckel
2015-01-25deleted "model" namespaceAndreas Stöckel
2015-01-23Added 'createChild'-style methods to Document and Domain classes.Benjamin Paassen
2015-01-22added move semantics do Domain and Document classes.Benjamin Paassen
2015-01-22made setParent protected to be consistent with move semantics.Benjamin Paassen
2015-01-20added a const where it was possible.Benjamin Paassen
2015-01-20Further work on document validation. More of a finetuning.Benjamin Paassen
2015-01-20finished setter revival in Document classes, hopefully.Benjamin Paassen
2015-01-19(re-)introduced setter methods to Document.Benjamin Paassen
2015-01-18Made constructors of Typesystem, Document and Domain more consistentAndreas Stöckel
2015-01-18Renamed RttiType to RttiAndreas Stöckel
2015-01-18Removed no longer necessary Rtti forward declarationsAndreas Stöckel
2015-01-18Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-18Droped Rtti<T> class, using RttiType insteadAndreas Stöckel
2015-01-18improved Document validation process and added some test cases. Further tests...Benjamin Paassen
2015-01-18Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-01-18Changed DocumentEntity::doValidate to work with the effective FieldDescriptor...Benjamin Paassen
2015-01-18Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-18added Document validation function and finished implementation of AnnotationE...Benjamin Paassen
2015-01-18Renamed continueResolve to doResolve for more consistency with other virtual ...Andreas Stöckel
2015-01-17Improved validation systemAndreas Stöckel
2015-01-16first attempt on validation method for Document classes.Benjamin Paassen
2015-01-16validate function for Domain::Descriptor.Benjamin Paassen
2015-01-15Further simplified document buildup by doing the addition to parents of Struc...Benjamin Paassen
2015-01-15renamed addStructuredEntity to addStructureNode.Benjamin Paassen
2015-01-15supported more automatic registration behaviour, checked for internal name co...Benjamin Paassen
2015-01-14Added some more code escaping for XML in documentation.Benjamin Paassen
2015-01-12Removed not needed destructorAndreas Stöckel
2015-01-12Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel