Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMRelation
-
Packages that use DMRelation Package Description de.mid.innovator.srv2api.icw2dm The purpose of DMN is to provide the constructs that are needed to model decisions, so that organizational decision-making can be readily depicted in diagrams, accurately defined by business analysts, and (optionally) automated. -
-
Uses of DMRelation in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that return DMRelation Modifier and Type Method Description static DMRelation
DMRelationHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMRelation
as content of the specifiedELContainerAble
.DMRelation
DMInformationItem. getOwningRelation()
TheDMRelation
which owns thisDMInformationItem
as column.DMRelation
DMList. getOwningRelation()
TheDMRelation
which owns thisDMList
as row.
-