Uses of Interface
de.mid.innovator.srv2api.icw2bc.BCTerm
-
Packages that use BCTerm Package Description de.mid.innovator.srv2api.icw2bc Package for Business Object Modeling.de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bs State machine for Business Object Modeling. -
-
Uses of BCTerm in de.mid.innovator.srv2api.icw2bc
Subinterfaces of BCTerm in de.mid.innovator.srv2api.icw2bc Modifier and Type Interface Description interface
BCExpression
Methods in de.mid.innovator.srv2api.icw2bc with type parameters of type BCTerm Modifier and Type Method Description <T extends BCTerm>
java.util.List<T>BCTerm. getRefinedTerm(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Terms or concepts which refine the current term or concept.<T extends BCTerm>
java.util.List<T>BCTermAssignAble. getTerms(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends BCTerm>
java.util.List<T>BCTermAssignAble. getTerms(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getTerms and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bc that return BCTerm Modifier and Type Method Description static BCTerm
BCTermHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Defined Technical Term with template and container.static BCTerm
BCTermHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Defined Technical Term with stereotype and container.BCTerm
BCTerm. getGeneralTerm()
A more general term or concept.BCTerm
BCTermAssign. getTerm()
The term belonging to an element.Methods in de.mid.innovator.srv2api.icw2bc that return types with arguments of type BCTerm Modifier and Type Method Description java.util.List<BCTerm>
BCTerm. assignTermAssignAble(java.util.List<? extends ELElement> seq)
Method parameters in de.mid.innovator.srv2api.icw2bc with type arguments of type BCTerm Modifier and Type Method Description void
BCTermAssignAble. setTerms(java.util.List<? extends BCTerm> values)
Set the value of View Terms. -
Uses of BCTerm in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BCTerm in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interface
BPItemDefinition
The Business Object defines an object important for the definition of business processes or concepts. -
Uses of BCTerm in de.mid.innovator.srv2api.icw2bs
Subinterfaces of BCTerm in de.mid.innovator.srv2api.icw2bs Modifier and Type Interface Description interface
BSFinalState
interface
BSRegularState
interface
BSState
This is a utility class for BSState that provides static methods for creation or other purposes.
-