Package se.conciliate.extensions.type
package se.conciliate.extensions.type
This package contains classes and interfaces used to create modules that
declare new symbol types, edge types and model types.
- Version:
- 2.3
-
InterfacesClassDescriptionEncapsulates an edge type.Encapsulates a model extension.Uniquely describes a family of model types, such as the core models available in 2c8 Modeling Tool, or for example UML diagrams.Encapsulates a model type.Encapsulates a symbol type.A symbol of a given type can have different variants that are drawn differently, such as a woman or a man for the "individual" type.A type is a named identifier and the common base interface for
EdgeType
,ModelType
andSymbolType
.