Uses of Interface
se.conciliate.extensions.store.MTLayerType
Packages that use MTLayerType
Package
Description
Package containing various support interfaces for data transfers such as
drag and drop.
Provides the means to provide custom import services and/or
use the built-in import service with custom settings.
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
-
Uses of MTLayerType in se.conciliate.extensions.datatransfer
Methods in se.conciliate.extensions.datatransfer that return types with arguments of type MTLayerTypeConstructor parameters in se.conciliate.extensions.datatransfer with type arguments of type MTLayerType -
Uses of MTLayerType in se.conciliate.extensions.importservice
Methods in se.conciliate.extensions.importservice that return types with arguments of type MTLayerTypeModifier and TypeMethodDescriptionMTImportConfig.getImportFileLayerTypes()
Returns the layer types from the export file.Method parameters in se.conciliate.extensions.importservice with type arguments of type MTLayerTypeModifier and TypeMethodDescriptionvoid
MTImportConfig.setLayerTypeMapping
(Map<String, MTLayerType> map) Sets the layer type mapping to use. -
Uses of MTLayerType in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTLayerTypeModifier and TypeMethodDescriptionMTRepositoryHeader.createLayerType
(String uuid) Creates a new layer type in the repository.MTLayerTypeHeader.expand()
Returns aMTLayerType
for this layer type.MTCompleteLayer.getLayerType()
Methods in se.conciliate.extensions.store that return types with arguments of type MTLayerTypeModifier and TypeMethodDescriptionMTRepositoryHeader.findLayerTypes()
Finds all layer types available.MTRepositoryHeader.findLayerTypes
(ModelType modelType) Finds all layer types available for a given model type.MTCompleteModel.getLayerTypes()
Returns the layer types available for this model, as a read-only collection.Methods in se.conciliate.extensions.store with parameters of type MTLayerTypeModifier and TypeMethodDescriptionvoid
MTCompleteModel.addLayerType
(MTLayerType layerType) Adds a layer type to this complete model instance.
NOTE: This change will not be persisted.void
MTCompleteModel.moveVertexToLayerType
(MTCompleteVertex vertex, MTLayerType layerType) Moves a vertex to a layer in the model.void
MTCompleteModel.removeLayerType
(MTLayerType layerType) Removes the layer type from this complete model instance.
NOTE: This change will not be persisted.