Uses of Interface
se.conciliate.extensions.store.MTVertexHeader
Packages that use MTVertexHeader
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
-
Uses of MTVertexHeader in se.conciliate.extensions.store
Subinterfaces of MTVertexHeader in se.conciliate.extensions.storeModifier and TypeInterfaceDescriptioninterface
Part of aMTCompleteModel
, which can be obtained by callingloadCompleteModel()
on aMTModelHeader
.interface
Full interface for vertices.Methods in se.conciliate.extensions.store that return MTVertexHeaderModifier and TypeMethodDescriptionMTEdge.getFrom()
Retruns the vertex that starts the edge.MTEdge.getTo()
Returns the vertex that ends the edge.Methods in se.conciliate.extensions.store that return types with arguments of type MTVertexHeaderModifier and TypeMethodDescriptionMTModelHeader.findVertexHeaders()
Finds all vertices in this model as headers.MTModelStore.findVertexHeaders
(List<Long> idList) Finds vertices in the current repository from a list of vertex ID:s, as headers.MTSymbolHeader.findVertexHeaders()
Finds all vertices displaying this symbol in the current workspace, as headers.