Difference between revisions of "2D Ontologies"

From Developer Documents
Jump to navigation Jump to search
m (Created page with '2d_ontologies (SVN) contains the current ontologies related to 2D graphics and diagram-based modelling. ; [[svn:2d/trunk/2d_ontologies/g2d.graph|g...')
 
Line 1: Line 1:
2d_ontologies ([[svn:2d/trunk/2d_ontologies|SVN]]) contains the current ontologies related to 2D graphics and diagram-based modelling.
+
([[svn:2d/trunk/org.simantics.diagram.ontology|SVN]]) contains the current ontologies related to 2D graphics and diagram-based modelling.
  
; [[svn:2d/trunk/2d_ontologies/g2d.graph|g2d.graph]]
+
; [[svn:2d/trunk/org.simantics.diagram.ontology/graph/G2D.pgraph|G2D.pgraph]]
  
 
Defines 2D rendering related concepts, some very similar to Java2D API concepts.
 
Defines 2D rendering related concepts, some very similar to Java2D API concepts.
  
; [[svn:2d/trunk/2d_ontologies/diagram2.graph|diagram2.graph]]
+
; [[svn:2d/trunk/org.simantics.diagram.ontology/graph/Diagram.pgraph|Diagram.pgraph]]
  
 
Defines concepts for modelling ''diagrams'' consisting of ''elements'' (nodes and connections) in the [[org.simantics.db|graph database]]. The diagram model is directly based on the structural modelling ontology (TODO: information link).
 
Defines concepts for modelling ''diagrams'' consisting of ''elements'' (nodes and connections) in the [[org.simantics.db|graph database]]. The diagram model is directly based on the structural modelling ontology (TODO: information link).
 
; [[svn:2d/trunk/2d_ontologies/animation.graph|animation.graph]]
 
 
An ontology for defining animation curves. Supports TCB/quaternion key values. Has not been in active use since 2007.
 

Revision as of 15:04, 29 September 2010

(SVN) contains the current ontologies related to 2D graphics and diagram-based modelling.

G2D.pgraph

Defines 2D rendering related concepts, some very similar to Java2D API concepts.

Diagram.pgraph

Defines concepts for modelling diagrams consisting of elements (nodes and connections) in the graph database. The diagram model is directly based on the structural modelling ontology (TODO: information link).