summaryrefslogtreecommitdiff
path: root/src/core/model/Document.hpp
AgeCommit message (Expand)Author
2015-01-12Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-01-12hopefully repaired multiple inheritance chaos.Benjamin Paassen
2015-01-12Is this necessary? No. Absolutely not. Only the base class (Managed) needs this.Andreas Stöckel
2015-01-12Tried to introduce another StructureNode class as common superclass for Struc...Benjamin Paassen
2015-01-12normalized NodeVector access in model classes and added some more documentati...Benjamin Paassen
2015-01-11Silenced doxygen warningsAndreas Stöckel
2015-01-11Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp headerAndreas Stöckel
2015-01-09Refactored building convenience methods to TestDocumentBuilder, added error l...Benjamin Paassen
2015-01-09Improvements to Document classes in accordance with BenjaminAndreas Stöckel
2015-01-08further extended example to include annotations (emphasized and strong). The ...Benjamin Paassen
2015-01-05Added composition typesAndreas Stöckel
2015-01-04fixed a nasty bug in the getField method of DocumentEntity. Also corrected so...Benjamin Paassen
2015-01-04improved documentation.Benjamin Paassen
2015-01-02Moved Node class to model folderAndreas Stöckel
2014-12-21Dokumenten und Domänenbeispiel.Benjamin Paassen
2014-12-20adapted model classes to new Rtti classAndreas Stöckel
2014-12-20Introduced global type variables for model classes and used them in the Domai...Benjamin Paassen
2014-12-20replaces ManagedVector by NodeVector in Model classes.Benjamin Paassen
2014-12-19added convenience function for document construction and tested them.Benjamin Paassen
2014-12-17Some (slight) changes to existing structures and first attempts on a test to ...Benjamin Paassen
2014-12-16Document.hpp does compile now. Further Tests are needed.Benjamin Paassen
2014-12-16finished first draft of Document.hpp, but this is not yet compiled nor tested.Benjamin Paassen
2014-12-16first draft for DocumentEntity.Benjamin Paassen