Uses of Interface
se.conciliate.extensions.store.MTEdgeHeader
Packages that use MTEdgeHeader
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provide a means to listen to changes in the stores.
Provides classes and interfaces used to show a user interface and to hook
in to the current user interface.
-
Uses of MTEdgeHeader in se.conciliate.extensions.store
Subinterfaces of MTEdgeHeader in se.conciliate.extensions.storeModifier and TypeInterfaceDescriptioninterface
Part of aMTCompleteModel
, which can be obtained by callingloadCompleteModel()
on aMTModelHeader
.interface
Full interface for edges.Methods in se.conciliate.extensions.store that return types with arguments of type MTEdgeHeaderModifier and TypeMethodDescriptionMTModelHeader.findEdgeHeaders()
Finds all edges in this model as headers.MTModelStore.findEdgeHeaders
(List<Long> idList) Finds edges from a list of edge ID:s, as headers.Methods in se.conciliate.extensions.store with parameters of type MTEdgeHeaderModifier and TypeMethodDescriptionvoid
MTModelStore.createBreakdown
(MTModelHeader model, MTEdgeHeader edge) Creates a new breakdown from the edge to the model, if one does not already exist.void
MTModelStore.removeBreakdown
(MTModelHeader model, MTEdgeHeader edge) Removes the breakdown between the edge and the model if one exists, otherwise nothing happens. -
Uses of MTEdgeHeader in se.conciliate.extensions.store.event
Methods in se.conciliate.extensions.store.event that return MTEdgeHeaderModifier and TypeMethodDescriptionModelChangeEvent.getEdge()
Returns the edge involved in the change or null if no edge was involved in the change. -
Uses of MTEdgeHeader in se.conciliate.extensions.ui
Methods in se.conciliate.extensions.ui with parameters of type MTEdgeHeaderModifier and TypeMethodDescriptiondefault List<ModelingAction>
ModelingActionProvider.getActionsForEdgeHeader
(MTEdgeHeader edge) Returns actions that can be performed on an edge header.