Uses of Interface
se.conciliate.extensions.store.MTVertex
Packages that use MTVertex
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
-
Uses of MTVertex in se.conciliate.extensions.store
Subinterfaces of MTVertex in se.conciliate.extensions.storeModifier and TypeInterfaceDescriptioninterface
Part of aMTCompleteModel
, which can be obtained by callingloadCompleteModel()
on aMTModelHeader
.Methods in se.conciliate.extensions.store that return MTVertexMethods in se.conciliate.extensions.store that return types with arguments of type MTVertexModifier and TypeMethodDescriptionMTModelHeader.findVertices()
Finds all vertices in this model.MTModelStore.findVertices
(List<Long> idList) Finds vertices in the current repository from a list of vertex ID:s.MTSymbolHeader.findVertices()
Finds all vertices displaying this symbol in the current workspace.Methods in se.conciliate.extensions.store with parameters of type MTVertexModifier and TypeMethodDescriptionvoid
MTCompleteVertex.copyAttributes
(MTVertex vertex) void
MTBulkOperations.removeVertex
(MTVertex vertex) void
MTBulkOperations.saveVertex
(MTVertex vertex) Method parameters in se.conciliate.extensions.store with type arguments of type MTVertexModifier and TypeMethodDescriptionMTModelStore.getModelBounds
(Collection<? extends MTVertex> vertices, Collection<? extends MTEdge> edges) Returns the bounds of a model.