Uses of Interface
se.conciliate.extensions.type.Type
Packages that use Type
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
This package contains classes and interfaces used to create modules that
declare new symbol types, edge types and model types.
-
Uses of Type in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return TypeModifier and TypeMethodDescriptionMTDataObject.getType()
Returns this objectsType
, or null if no suitable type is found.Methods in se.conciliate.extensions.store with parameters of type TypeModifier and TypeMethodDescriptionboolean
Returns true if this attribute type is connected to the connection type and is visible in the given model type, false otherwise.void
MTAttributeType.setVisibility
(ModelType modelType, Type connectionType, boolean visible) Sets the visibility of this attribute type in the context of the model type when viewed as a connection to the connection type. -
Uses of Type in se.conciliate.extensions.type
Subinterfaces of Type in se.conciliate.extensions.typeModifier and TypeInterfaceDescriptioninterface
Encapsulates an edge type.interface
Uniquely describes a family of model types, such as the core models available in 2c8 Modeling Tool, or for example UML diagrams.interface
Encapsulates a model type.interface
Encapsulates a symbol type.interface
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.