Uses of Interface
de.mid.innovator.srv2api.icw2dm.DRKnowledgeSource
-
Packages that use DRKnowledgeSource 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.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of DRKnowledgeSource in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that return DRKnowledgeSource Modifier and Type Method Description static DRKnowledgeSource
DRKnowledgeSourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Knowledge Source with template and container.static DRKnowledgeSource
DRKnowledgeSourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Knowledge Source with stereotype and container. -
Uses of DRKnowledgeSource in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type DRKnowledgeSource Modifier and Type Method Description java.util.List<DRKnowledgeSource>
MEStereotypeAble. getKnowledgeSourceOfOwner()
All knowledge sources with this unit as owner.
-