summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/graph/model
AgeCommit message (Collapse)Author
2013-10-29Exception cleanupAndrew Branson
Allow versions to be null: use Integer or String
2013-10-273.0-SNAPSHOTAndrew Branson
Do Integer.parseInt(propObj.toString()) to tolerate String or Integer version properties.
2013-05-17CleanupAndrew Branson
2012-07-11Moved getVertex(Point) and getEdge(Point) to GraphPanel in cristal-guiAndrew Branson
2012-07-06Modules serialize with Castor. Just about to remove the parsing.Andrew Branson
CastorXMLUtility is now a static member of gateway. Domain specific instances can be used by domain applications, but the maps do not interfere with the kernel.
2012-07-02Removed persistency of VertexOutlineCreator - containing subclassesAndrew Branson
should set this. Fixed persistency of GTimeStamp Fixed CompActOutcome not showing when loaded
2012-06-29Pull remaining graph GUI components into cristal-guiAndrew Branson
2012-06-26More GUI refactoringAndrew Branson
2012-05-30Initial Maven ConversionAndrew Branson