Options
All
  • Public
  • Public/Protected
  • All
Menu

@metagram/framework

Index

Enumerations

Classes

Interfaces

Type aliases

Variables

Functions

Object literals

Type aliases

Baseline

Baseline: "top" | "hanging" | "middle" | "alphabetic" | "ideographic" | "bottom"

Cursor

Cursor: "default" | "pointer" | "text" | "n-resize" | "s-resize" | "w-resize" | "e-resize" | "nw-resize" | "ne-resize" | "sw-resize" | "se-resize"

DefaultValueType

DefaultValueType: boolean | number | string | EnumerationLiteral

ImageFormat

ImageFormat: "svg" | "pdf" | "png" | "jpeg"

TextAlign

TextAlign: "left" | "right" | "center" | "start" | "end"

Variables

ENTRY_Y_OFFSET

ENTRY_Y_OFFSET: number = 25 / 2

KNOWN_MODELS

KNOWN_MODELS: Map<string, object> = new Map([['http://www.omg.org/spec/XMI/20131001',{name: 'XMI',version: '2.5.1',xmi: 'http://www.omg.org/spec/XMI/20131001/XMI-model.xmi',}], ['http://www.omg.org/spec/UML/20131001',{name: 'UML',version: '2.5',xmi: 'http://www.omg.org/spec/UML/20131001/UML.xmi',}], ['http://www.omg.org/spec/DD/20131001/DC',{name: 'Diagram Common',version: '1.1',xmi: 'http://www.omg.org/spec/DD/20131001/DC.xmi',}], ['http://www.omg.org/spec/DD/20131001/DI',{name: 'Diagram Interchange',version: '1.1',xmi: 'http://www.omg.org/spec/DD/20131001/DI.xmi',}],])

Namespace

Namespace: Function = decoratorReader.create(NamespaceDecorator)

URI

URI: "http://www.omg.org/spec/XMI/20131001" = "http://www.omg.org/spec/XMI/20131001"

XMI_URI

XMI_URI: "http://www.omg.org/spec/XMI/20131001" = "http://www.omg.org/spec/XMI/20131001"

cli

cli: CLIApplication = new CLIApplication(fileService)

decoratorReader

decoratorReader: DecoratorReader = new DecoratorReader()

fileService

fileService: IOService = new IOService()

zoomLevels

zoomLevels: Array<number> = [1 / 8, 1 / 7, 1 / 6, 1 / 5, 1 / 4, 1 / 3, 1 / 2, 2 / 3, 1, 3 / 2, 2, 3, 4, 5, 6, 7, 8]

Functions

values

  • values<T>(o: object): T[]

Object literals

visitors

visitors: object

Association

Association: AssociationVisitor = new AssociationVisitor()

Bounds

Bounds: BoundsVisitor = new BoundsVisitor()

Class

Class: ClassVisitor = new ClassVisitor()

DataType

DataType: DataTypeVisitor = new DataTypeVisitor()

Diagram

Diagram: ClassDiagramVisitor = new ClassDiagramVisitor()

Edge

Edge: EdgeVisitor = new EdgeVisitor()

Enumeration

Enumeration: EnumerationVisitor = new EnumerationVisitor()

EnumerationLiteral

EnumerationLiteral: EnumerationLiteralVisitor = new EnumerationLiteralVisitor()

Operation

Operation: OperationVisitor = new OperationVisitor()

Package

Package: PackageVisitor = new PackageVisitor()

Parameter

Parameter: ParameterVisitor = new ParameterVisitor()

Point

Point: PointVisitor = new PointVisitor()

PrimitiveType

PrimitiveType: PrimitiveTypeVisitor = new PrimitiveTypeVisitor()

Property

Property: PropertyVisitor = new PropertyVisitor()

Shape

Shape: ShapeVisitor = new ShapeVisitor()

UMLClassDiagram

UMLClassDiagram: ClassDiagramVisitor = new ClassDiagramVisitor()

UMLCompartmentableShape

UMLCompartmentableShape: ShapeVisitor = new ShapeVisitor()

UMLEdge

UMLEdge: EdgeVisitor = new EdgeVisitor()

XMI

XMI: XMIVisitor = new XMIVisitor()

Generated using TypeDoc