================================================================ EPackage LayoutDefinition ================================================================ .. uml:: package LayoutDefinition { class Edge LayoutItem <|-- Edge class Point{ EFloat y EFloat x } class Vertex{ EFloat x EInt sizeX EFloat y EInt sizeY } LayoutItem <|-- Vertex class Layout{ EFloat scale EFloat translateX EFloat translateY } abstract class LayoutItem } Edge "0" *--> "*" Point : supportPoints Edge "0" --> "1" EObject : refersTo Edge "0" --> "1" Vertex : parent Vertex "0" --> "1" EObject : refersTo Vertex "0" --> "1" Vertex : parent Layout "0" *--> "*" LayoutItem : contents Layout "0" --> "1" EObject : refersTo LayoutItem "0" --> "1" EObject : refersTo LayoutItem "0" --> "1" Vertex : parent :ePackage: :doc:`layout <./EPackage_layout>` :nsURI: http://www.oaam.de/layout/v1/def :nsPrefix: oaam EClasses ############ .. toctree:: :maxdepth: 1 ./EClass_Edge.rst ./EClass_Point.rst ./EClass_Vertex.rst ./EClass_Layout.rst ./EClass_LayoutItem.rst EDataTypes ############# This package does not specfiy any EDataTypes. EENums ############# This package does not specfiy any EENums. EPackages ############# This package contains no EPackages.