Uses of Interface
de.mid.innovator.srv2api.icw2class.CLClassifier
-
Packages that use CLClassifier Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2bc Package for Business Object Modeling.de.mid.innovator.srv2api.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior.de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2br Business resource modeling package.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2cldia Diagrams and graphical representations for elements of the icw2class package.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.icw2ia The Interaction package describes the concepts needed to express interactions.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model.de.mid.innovator.srv2api.icw2sm The StateMachine package defines a set of concepts that can be used for modeling discrete behavior through finite statetransition systems. -
-
Uses of CLClassifier in de.mid.innovator.srv2api.icw2ac
Subinterfaces of CLClassifier in de.mid.innovator.srv2api.icw2ac Modifier and Type Interface Description interface
ACActivity
An activity specifies the coordination of executions of subordinate behaviors using a control and data flow model.Methods in de.mid.innovator.srv2api.icw2ac with type parameters of type CLClassifier Modifier and Type Method Description <T extends CLClassifier>
java.util.List<T>ACExceptionHandler. getExceptionType(java.lang.Class<T> returnType)
The kind of instances that the handler catches.Methods in de.mid.innovator.srv2api.icw2ac that return CLClassifier Modifier and Type Method Description CLClassifier
ANCreateObject. getClassifier()
Classifier to be instantiated.CLClassifier
ACObjectNode. getTypingClassifier()
The classifier used as type for this object node.CLClassifier
ACVariable. getTypingClassifier()
The classifier that types this variable.CLClassifier
ANUnmarshall. getUnmarshallType()
The type of the object to be unmarshalled.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type CLClassifier Modifier and Type Method Description void
ANCreateObject. setClassifier(CLClassifier value)
Set the value of Foreign Key Classifier.void
ANUnmarshall. setUnmarshallType(CLClassifier value)
Set the value of Foreign Key UnmarshallType.Method parameters in de.mid.innovator.srv2api.icw2ac with type arguments of type CLClassifier Modifier and Type Method Description void
ACExceptionHandler. setExceptionType(java.util.List<? extends CLClassifier> values)
Set the value of Foreign Key ExceptionType. -
Uses of CLClassifier in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc that return CLClassifier Modifier and Type Method Description CLClassifier
BCProperty. getTypingClassifier()
The typing classifier of the property. -
Uses of CLClassifier in de.mid.innovator.srv2api.icw2be
Subinterfaces of CLClassifier in de.mid.innovator.srv2api.icw2be Modifier and Type Interface Description interface
BEBehavior
Behavior is a specification of how its context classifier changes state over time.interface
BEOpaque
The semantics of the behavior is determined by the implementation. -
Uses of CLClassifier in de.mid.innovator.srv2api.icw2bp
Subinterfaces of CLClassifier in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interface
BPInterface
An interface defines a set of operations that are implemented by services. -
Uses of CLClassifier in de.mid.innovator.srv2api.icw2br
Subinterfaces of CLClassifier in de.mid.innovator.srv2api.icw2br Modifier and Type Interface Description interface
BRResourceCL
An actor specifies a role played by a user or any other system that interacts with the subject. -
Uses of CLClassifier in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLClassifier in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLActor
An actor specifies a role played by a user or any other system that interacts with the subject.interface
CLArtifact
An artifact is the specification of a physical piece of information that is used or produced by a software development process or by deployment and operation of a system.interface
CLAssocClass
A model element that has both association and class properties.interface
CLAssociation
An association describes a set of tuples whose values refer to typed instances.interface
CLBehavioredClassifier
A classifier can have behavior specifications defined in its namespace.interface
CLClass
The purpose of a class is to specify a classification of objects and to specify the features that characterize the structure and behavior of those objects.interface
CLCollaboration
A collaboration describes a structure of collaborating elements (roles), each performing a specialized function, which collectively accomplish some desired functionality.interface
CLCommunicationPath
A communication path is an association between two deployment targets which they are able to exchange signals and messages through.interface
CLComponent
A component represents a modular part of a system that encapsulates its contents and whose manifestation is replaceable within its environment.interface
CLDataType
A data type is a type whose instances are only identified by their value.interface
CLDeclarationAbleClassifier
This is a utility class for CLDeclarationAbleClassifier that provides static methods for creation or other purposes.interface
CLDeploymentSpec
A deployment specification specifies a set of properties that determine execution parameters of a component artifact that is deployed on a node.interface
CLDevice
A device is a physical computational resource with processing capability which artifacts may be deployed for execution on.interface
CLEncapsulatedClassifier
This is a utility class for CLEncapsulatedClassifier that provides static methods for creation or other purposes.interface
CLEnumeration
An enumeration is a data type whose values are enumerated in the model as enumeration literals.interface
CLExecEnv
An execution environment is a node that offers an execution environment for specific types of components that are deployed on it in the form of executable artifacts.interface
CLInterface
An interface is a kind of classifier that represents a declaration of a set of coherent public features and obligations.interface
CLNode
A node is a computational resource which artifacts may be deployed for execution on.interface
CLPrimitiveType
A primitive type defines a predefined data type, without any relevant substructure (it has no parts).interface
CLSignal
A signal is a specification of send request instances communicated between objects.interface
CLStructuredClassifier
This is a utility class for CLStructuredClassifier that provides static methods for creation or other purposes.interface
CLStructureDefinition
interface
CLTemplateParameterAbleClass
interface
CLUseCase
A use case is the specification of a set of actions performed by a system.Fields in de.mid.innovator.srv2api.icw2class declared as CLClassifier Modifier and Type Field Description CLClassifier
ARG_CLParameterDeclaration. ohType
type elementCLClassifier
ARG_CLPropertyDeclaration. ohType
type elementFields in de.mid.innovator.srv2api.icw2class with type parameters of type CLClassifier Modifier and Type Field Description java.util.List<CLClassifier>
ARG_AppendAssociationEnds. seqCL
list of classifiersjava.util.List<CLClassifier>
ARG_AssociateClassifier. seqCL
List of selected classifiersjava.util.List<CLClassifier>
ARG_TemplateElementParameter. seqCL
list of restricting classifierMethods in de.mid.innovator.srv2api.icw2class with type parameters of type CLClassifier Modifier and Type Method Description <T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllCLClassifier
on the other side of a binaryCLAssociation
where the aggregation property of the connected end is set to 'shared'.<T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatedClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAggregatedClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatedOrComposedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllCLClassifier
on the other side of a binaryCLAssociation
where the aggregation property of the connected end is set to 'shared' or 'composed'.<T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatedOrComposedClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAggregatedOrComposedClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatingClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllCLClassifier
on the other side of a binaryCLAssociation
where the aggregation property of the end connected to the other side is set to 'shared'.<T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatingClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAggregatingClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatingOrComposingClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllCLClassifier
on the other side of a binaryCLAssociation
where the aggregation property of the end connected to the other side is set to 'shared' or 'composed'.<T extends CLClassifier>
java.util.List<T>CLClassifier. getAggregatingOrComposingClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAggregatingOrComposingClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
java.util.List<T>CLClassifierTemplateParameter. getClassifier(java.lang.Class<T> returnType)
The classifiers that constrains the argument that can be used for the parameter.<T extends CLClassifier>
java.util.List<T>CLInstSpec. getClassifier(java.lang.Class<T> returnType)
The classifier/s of the represented instance.<T extends CLClassifier>
java.util.List<T>CLClassifier. getComposedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllCLClassifier
on the other side of a binaryCLAssociation
where the aggregation property of the connected end is set to 'composite'.<T extends CLClassifier>
java.util.List<T>CLClassifier. getComposedClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getComposedClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
java.util.List<T>CLClassifier. getComposingClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllCLClassifier
on the other side of a binaryCLAssociation
where the aggregation property of the end connected to the other side is set to 'composite'.<T extends CLClassifier>
java.util.List<T>CLClassifier. getComposingClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getComposingClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
java.util.List<T>CLInterface. getImplementingClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All classifiers implementing this interface.<T extends CLClassifier>
java.util.List<T>CLInterface. getImplementingClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getImplementingClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
java.util.List<T>CLClass. getNestedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
References all the classifiers that are defined (nested) within the class.<T extends CLClassifier>
java.util.List<T>CLInterface. getNestedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends CLClassifier>
java.util.List<T>CLComponent. getRealizingClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All classifiers which realize this component.<T extends CLClassifier>
java.util.List<T>CLComponent. getRealizingClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getRealizingClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
java.util.List<T>CLUseCase. getSubject(java.lang.Class<T> returnType)
Methods in de.mid.innovator.srv2api.icw2class that return CLClassifier Modifier and Type Method Description CLClassifier
CLInstanceSpecification. getInstanceSpecificationClassifier()
All classifiers which are instantiated by this instance specification.CLClassifier
CLProperty. getOwningClassifier()
The classifier owning this property.CLClassifier
CLUseCase. getOwningClassifier()
The classifier owning this use case.CLClassifier
CLComponentRealization. getRealizingClassifier()
A classifier that is involved in the implementation of the component that owns this component realization.CLClassifier
CLParameter. getTypingClassifier()
The classifier used as type for this parameter.CLClassifier
CLProperty. getTypingClassifier()
The classifier typing this property.Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLClassifier Modifier and Type Method Description void
CLProperty. modifyPropertyDeclaration(CLProperty ohProp, java.lang.String strDecl, java.lang.String strName, CLClassifier ohType, java.lang.String strType, ARG_TemplateBoundElement valTmpl, java.lang.String strLower, java.lang.String strUpper, int idStereoProp, int idModel)
Modify the declaration of this property.Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type CLClassifier Modifier and Type Method Description java.util.List<CLProperty>
CLAssociation. appendAssociationEnds(MMCreateTemplate ohTmpl, java.util.List<? extends CLClassifier> seqCL)
Creates a new association end for each specified classifier.static java.util.List<CLAssociation>
CLClassifierHelper. associateClassifier(SrvContext srvCtx, ADClientAble ohDia, java.util.List<? extends CLClassifier> seqCL, boolean makeOneWay)
Creates navigable associations from properties of the specified classifiers.void
CLClassifierTemplateParameter. setClassifier(java.util.List<? extends CLClassifier> values)
Set the value of Foreign Key Classifier.void
CLInstSpec. setClassifier(java.util.List<? extends CLClassifier> values)
Set the value of Foreign Key Classifier.void
CLUseCase. setSubject(java.util.List<? extends CLClassifier> values)
Set the value of Foreign Key Subject.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type CLClassifier Constructor Description ARG_CLParameterDeclaration(CLParameter ohPar, java.lang.String strName, CLClassifier ohType, java.lang.String strType, ARG_TemplateBoundElement valTmpl, K_PARAM_DIRKIND kDir, java.lang.String strLower, java.lang.String strUpper, int idStereoPar)
ARG_CLPropertyDeclaration(CLProperty ohProp, java.lang.String strDecl, java.lang.String strName, CLClassifier ohType, java.lang.String strType, ARG_TemplateBoundElement valTmpl, java.lang.String strLower, java.lang.String strUpper, int idStereoProp, int idModel)
Constructor parameters in de.mid.innovator.srv2api.icw2class with type arguments of type CLClassifier Constructor Description ARG_AppendAssociationEnds(MMCreateTemplate ohTmpl, java.util.List<CLClassifier> seqCL)
ARG_AssociateClassifier(ADClientAble ohDia, java.util.List<CLClassifier> seqCL, boolean makeOneWay)
ARG_TemplateElementParameter(CLTemplateParameter ohPar, java.lang.String strName, ARG_TypeStereotype valStereo, java.util.List<CLClassifier> seqCL)
-
Uses of CLClassifier in de.mid.innovator.srv2api.icw2cldia
Methods in de.mid.innovator.srv2api.icw2cldia that return CLClassifier Modifier and Type Method Description CLClassifier
CLDiaCLNode. getClassifier()
The classifier which is represented by this graphical node. -
Uses of CLClassifier in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as CLClassifier Modifier and Type Field Description CLClassifier
ARG_XDMNInformationItemRep. ohType
the type of this information itemCLClassifier
ARG_XDMNInputClauseRep. ohType
the type of this information itemCLClassifier
ARG_XDMNOutputClauseRep. ohType
the type of this information itemMethods in de.mid.innovator.srv2api.icw2dm with type parameters of type CLClassifier Modifier and Type Method Description <T extends CLClassifier>
java.util.List<T>DMValueRangeRefAble. getUsedType(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends CLClassifier>
java.util.List<T>DMValueRangeRefAble. getUsedType(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getUsedType and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2dm that return CLClassifier Modifier and Type Method Description CLClassifier
DMOutputClause. getOutputType()
The type of thisDMOutputClause
, if the owningDMDecisionTable
contains more than one output, empty otherwise.CLClassifier
DMContextEntry. getVariableType()
TheCLPrimitiveType
orCLStructureDefinition
which is used as type of the variable of thisDMContextEntry
.CLClassifier
DRGElement. getVariableType()
TheCLPrimitiveType
orCLStructureDefinition
which is used as type of the variable of thisDRGElement
.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type CLClassifier Modifier and Type Method Description void
DMContextEntry. setVariableType(CLClassifier value)
Set the value of View VariableType.void
DRGElement. setVariableType(CLClassifier value)
Set the value of View VariableType.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type CLClassifier Constructor Description ARG_XDMNInformationItemRep(DMNElement ohElement, java.lang.String strName, CLClassifier ohType, java.lang.String strType)
ARG_XDMNInputClauseRep(DMNElement ohElement, java.lang.String strName, CLClassifier ohType, java.lang.String strType, K_TYPE kType, java.util.List<java.lang.String> seqValues, ARG_XDMNLiteralExpressionRep valExpr, java.util.List<ARG_XDMNLiteralExpressionRep> seqValExpr)
ARG_XDMNOutputClauseRep(DMNElement ohElement, java.lang.String strName, java.lang.String strDefault, CLClassifier ohType, java.lang.String strType, K_TYPE kType, java.util.List<java.lang.String> seqValues, java.util.List<ARG_XDMNLiteralExpressionRep> seqValExpr)
-
Uses of CLClassifier in de.mid.innovator.srv2api.icw2ia
Subinterfaces of CLClassifier in de.mid.innovator.srv2api.icw2ia Modifier and Type Interface Description interface
IAInteraction
An interaction is a unit of behavior that focuses on the observable exchange of information between ConnectAbleElements. -
Uses of CLClassifier in de.mid.innovator.srv2api.icw2im
Subinterfaces of CLClassifier in de.mid.innovator.srv2api.icw2im Modifier and Type Interface Description interface
IMCLDataType
This abstract type combines the behavior ofIMSemanticDataType
andCLDataType
. -
Uses of CLClassifier in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return CLClassifier Modifier and Type Method Description CLClassifier
MEConstraint. getClassifierContext()
The classifier owning this constraint.CLClassifier
MEConstraint. getNamespaceClassifier()
The classifier owning this constraint. -
Uses of CLClassifier in de.mid.innovator.srv2api.icw2sm
Subinterfaces of CLClassifier in de.mid.innovator.srv2api.icw2sm Modifier and Type Interface Description interface
SMProtocolStateMachine
A protocol state machine is always defined in the context of a classifier.interface
SMStateMachine
State machines can be used to express the behavior of part of a system.
-