Uses of Interface
se.conciliate.extensions.type.SymbolType
Packages that use SymbolType
Package
Description
Interfaces for querying the current repository configuration.
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provides utility classes to perform queries against the current workspace.
This package contains classes and interfaces used to create modules that
declare new symbol types, edge types and model types.
Provides rules for what can be done in models.
Provides interfaces to select content of different types.
Provides different widgets that can be used in the modeling tool UI.
Provides services for serialising entities to or from XML.
-
Uses of SymbolType in se.conciliate.extensions.repoconfig
Methods in se.conciliate.extensions.repoconfig with parameters of type SymbolTypeModifier and TypeMethodDescriptionRepositoryConfiguration.getMethodSupport
(ModelType inModelType, SymbolType sourceType, MethodSupport.Direction direction) Returns the preferred outputs (quickdraw) that are specified in the configuration. -
Uses of SymbolType in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return SymbolTypeModifier and TypeMethodDescriptionMTSymbolHeader.getType()
Returns this symbolsSymbolType
, or null if no suitable type is found.MTVertexHeader.getType()
Returns the symbol type inferred from the symbol, or null if no suitable type is found.Methods in se.conciliate.extensions.store that return types with arguments of type SymbolTypeModifier and TypeMethodDescriptionMTAttributeType.getConnectedSymbolTypes()
Returns all connected symbol types and its position for this attribute type.MTSwimlaneModel.getSwimlaneSettings()
Returns the swimlane settings in the form of a map.MTSwimlaneModel.getSwimlaneSettings()
Returns the swimlane settings in the form of a map.MTLayerTypeHeader.getSymbolTypes()
Returns the set of object types that should automatically be placed in this layer.Methods in se.conciliate.extensions.store with parameters of type SymbolTypeModifier and TypeMethodDescriptionvoid
MTAttributeType.connectToSymbolType
(SymbolType type) Connects this attribute type to a symbol type.void
MTAttributeType.connectToSymbolType
(SymbolType type, int pos) Connects this attribute type to a symbol type and gives the attribute type the given position.MTRepositoryHeader.findAttributeTypes
(SymbolType type) Finds all attribute types for the symbol type.MTWorkspaceHeader.findSymbolIDs
(SymbolType symbolType, String variant, String orderBy, String filter) Finds the ID:s of all symbols with a given type in this workspace.void
MTAttributeType.removeFromSymbolType
(SymbolType type) Removes this attribute type from a symbol type.void
MTSymbol.setType
(SymbolType type) Sets the type of the symbol.Method parameters in se.conciliate.extensions.store with type arguments of type SymbolTypeModifier and TypeMethodDescriptionvoid
MTSwimlaneModel.setSwimlaneSettings
(Map<SymbolType, Map<SymbolType, EdgeTypeWithDirection>> settings) Sets the swimlane settings in the form of a map.void
MTSwimlaneModel.setSwimlaneSettings
(Map<SymbolType, Map<SymbolType, EdgeTypeWithDirection>> settings) Sets the swimlane settings in the form of a map.void
MTLayerType.setSymbolTypes
(Set<SymbolType> types) -
Uses of SymbolType in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query with parameters of type SymbolTypeModifier and TypeMethodDescriptionMTSymbolQuery.withTypes
(SymbolType... type) Exclude all symbols that does not have one of the given types. -
Uses of SymbolType in se.conciliate.extensions.type
Methods in se.conciliate.extensions.type that return SymbolTypeModifier and TypeMethodDescriptionSymbolType.getGroupParent()
Returns the group parent of thisSymbolType
.SymbolVariant.getType()
Returns the symbol type of this variant.Methods in se.conciliate.extensions.type that return types with arguments of type SymbolTypeModifier and TypeMethodDescriptionCollection<? extends SymbolType>
ModelExtension.getSymbolTypes()
Returns a collection of all theSymbolTypes
that this extension can supply.ModelFamily.getSymbolTypes()
Returns the symbol types available in the family.Methods in se.conciliate.extensions.type with parameters of type SymbolTypeModifier and TypeMethodDescriptionboolean
ModelFamily.addSymbolType
(SymbolType symbolType) Tries to add a symbol type to a diagram family.ModelExtension.getEdgeRecommendations
(SymbolType from, SymbolType to) Returns a list of recommended edge types between the specified symbol types.boolean
ModelExtension.isEdgeRecommendationsForced
(SymbolType from, SymbolType to) Returns true if the return value from getEdgeRecommendations is forced.boolean
ModelFamily.removeSymbolType
(SymbolType symbolType) Removes a symbol type from a diagram. -
Uses of SymbolType in se.conciliate.extensions.type.rule
Methods in se.conciliate.extensions.type.rule that return SymbolTypeModifier and TypeMethodDescriptionPreferredOutput.getTargetSymbolType()
The symbol type of the output.Methods in se.conciliate.extensions.type.rule with parameters of type SymbolTypeModifier and TypeMethodDescriptionModelingRules.acceptSymbol
(ModelType modelType, SymbolType symbolType) Returns true if thisModelRules
accept that symbols of type symbolType is placed inMTCompleteModel
s of modelType.MethodSupport.getPreferredOutputs
(SymbolType source, MethodSupport.Direction direction) Returns the preferred outputs for a symbol in a given direction. -
Uses of SymbolType in se.conciliate.extensions.ui.selectors
Methods in se.conciliate.extensions.ui.selectors with parameters of type SymbolTypeModifier and TypeMethodDescriptionContentSelectorFactory.createSingleSymbolSelector
(SymbolType type, boolean allowMultiSelection) ContentSelectorFactory.createSingleSymbolSelector
(SymbolType type, boolean allowMultiSelection, MTLanguage selectedLanguage) -
Uses of SymbolType in se.conciliate.extensions.ui.widgets
Methods in se.conciliate.extensions.ui.widgets with parameters of type SymbolTypeModifier and TypeMethodDescriptionWidgetFactory.createDefaultEdgeTypeFilter
(List<EdgeType> allTypes, ModelType modelType, SymbolType from, SymbolType to) Creates a default chooser filter for selecting an edge type between two symbol types for a given model type, taking the repository configuration into account. -
Uses of SymbolType in se.conciliate.extensions.xml
Methods in se.conciliate.extensions.xml that return SymbolTypeModifier and TypeMethodDescriptionTypeResolver.getSymbolType
(String typeID) Returns the corresponding symbol type for a type ID.