Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELClassifier
Packages that use ELClassifier
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
The Common Behaviors package specifies the core concepts required for dynamic
elements and provides the infrastructure to support more detailed definitions of
behavior.
Package for Business Process Model and Notation (BPMN).
Business resource modeling package.
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
Describes the common behavior of all elements stored in a model server
repository even configuration elements in profiles and schema elements of the
meta model.
The ER package (specialization of the IM package) deals with the modeling
concepts for the Entity Relationship Model and, in particular, entities,
attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
The Interaction package describes the concepts needed to express interactions.
The IM package specify the Information Management Metamodel core concepts
required for data modeling.
Meta model and administration information.
The StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
-
Uses of ELClassifier in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ELClassifier in de.mid.innovator.srv2api.icw2acModifier and TypeInterfaceDescriptioninterfaceAn activity specifies the coordination of executions of subordinate behaviors using a control and data flow model. -
Uses of ELClassifier in de.mid.innovator.srv2api.icw2be
Subinterfaces of ELClassifier in de.mid.innovator.srv2api.icw2beModifier and TypeInterfaceDescriptioninterfaceBehavior is a specification of how its context classifier changes state over time.interfaceThe semantics of the behavior is determined by the implementation. -
Uses of ELClassifier in de.mid.innovator.srv2api.icw2bp
Subinterfaces of ELClassifier in de.mid.innovator.srv2api.icw2bpModifier and TypeInterfaceDescriptioninterfaceAn interface defines a set of operations that are implemented by services.Fields in de.mid.innovator.srv2api.icw2bp declared as ELClassifierModifier and TypeFieldDescriptionARG_BPItemAwareElementAndStructure.ohStructureThe class defining the structure of the new item definitionARG_BPStructureDefinition.structureThe element which defines the structure.Methods in de.mid.innovator.srv2api.icw2bp with type parameters of type ELClassifierModifier and TypeMethodDescription<T extends ELClassifier>
List<T> BPDataIOAssociation.getSourceStructureDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns the connectedELClassifierof the assignedBPItemDefinitionat the associations source element.<T extends ELClassifier>
List<T> BPDataIOAssociation.getSourceStructureDefinition(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSourceStructureDefinition and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp that return ELClassifierModifier and TypeMethodDescriptionBPItemDefinition.getClassifier()TheELClassifierdefining the structure of this business object.BPDataIOAssociation.getStructureOfExternalElement()The structure definition of the business object of the element being considered external to thisBPDataIOAssociation.BPDataIOAssociation.getTargetStructureDefinition()Returns the connectedELClassifierof the assignedBPItemDefinitionat the associations target element.BPMaskField.getTypingClassifier()The classifier that types this mask field.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type ELClassifierModifier and TypeMethodDescriptionBPItemAwareElement.assignStructureDefinition(ELClassifier structure) Assigns a structure to an item aware element by using an existing or by creating a new item definition which connects the two elements.static BPItemDefinitionBPItemDefinitionHelper.assureDefinitionBetweenAwareElementAndStructure(SrvContext srvCtx, BPItemAwareElement ohItemAware, ELClassifier ohStructure) Given one item aware element and one structure definition this method checks of there is already one item definition between them.booleanBPItemDefinition.hasStructureCompatibleTo(ELClassifier refObj) The structure of the business object is considered to be compatible with the parameter structure if one of them either is a view based on the other structure or contains a view group being deduced from the other structure.voidBPItemDefinition.setClassifier(ELClassifier value) Set the value of Foreign Key Classifier.Constructors in de.mid.innovator.srv2api.icw2bp with parameters of type ELClassifierModifierConstructorDescriptionARG_BPItemAwareElementAndStructure(BPItemAwareElement ohItemAware, ELClassifier ohStructure) ARG_BPStructureDefinition(ELClassifier structure) -
Uses of ELClassifier in de.mid.innovator.srv2api.icw2br
Subinterfaces of ELClassifier in de.mid.innovator.srv2api.icw2brModifier and TypeInterfaceDescriptioninterfaceAn actor specifies a role played by a user or any other system that interacts with the subject. -
Uses of ELClassifier in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELClassifier in de.mid.innovator.srv2api.icw2classModifier and TypeInterfaceDescriptioninterfaceAn actor specifies a role played by a user or any other system that interacts with the subject.interfaceAn 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.interfaceA model element that has both association and class properties.interfaceAn association describes a set of tuples whose values refer to typed instances.interfaceA classifier can have behavior specifications defined in its namespace.interfaceThe 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.interfaceA classifier is a classification of instances - it describes a set of instances that have features in common.interfaceA collaboration describes a structure of collaborating elements (roles), each performing a specialized function, which collectively accomplish some desired functionality.interfaceA communication path is an association between two deployment targets which they are able to exchange signals and messages through.interfaceA component represents a modular part of a system that encapsulates its contents and whose manifestation is replaceable within its environment.interfaceA data type is a type whose instances are only identified by their value.interfaceThis is a utility class for CLDeclarationAbleClassifier that provides static methods for creation or other purposes.interfaceA deployment specification specifies a set of properties that determine execution parameters of a component artifact that is deployed on a node.interfaceA device is a physical computational resource with processing capability which artifacts may be deployed for execution on.interfaceThis is a utility class for CLEncapsulatedClassifier that provides static methods for creation or other purposes.interfaceAn enumeration is a data type whose values are enumerated in the model as enumeration literals.interfaceAn 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.interfaceAn interface is a kind of classifier that represents a declaration of a set of coherent public features and obligations.interfaceA node is a computational resource which artifacts may be deployed for execution on.interfaceA primitive type defines a predefined data type, without any relevant substructure (it has no parts).interfaceA signal is a specification of send request instances communicated between objects.interfaceThis is a utility class for CLStructuredClassifier that provides static methods for creation or other purposes.interfaceinterfaceinterfaceA use case is the specification of a set of actions performed by a system.Fields in de.mid.innovator.srv2api.icw2class declared as ELClassifierModifier and TypeFieldDescriptionARG_CLStructureDefinitionClassifier.ohClassifierclassifier which contains useable featuresMethods in de.mid.innovator.srv2api.icw2class that return ELClassifierModifier and TypeMethodDescriptionCLStructureEntry.getTypingClassifier()The typing classifier of the entry.Methods in de.mid.innovator.srv2api.icw2class with parameters of type ELClassifierModifier and TypeMethodDescriptionCLStructureElement.createEntriesForClassifierFeatures(ELClassifier ohClassifier) voidCLStructureElement.removeEntriesForClassifierFeatures(ELClassifier ohClassifier) Constructors in de.mid.innovator.srv2api.icw2class with parameters of type ELClassifier -
Uses of ELClassifier in de.mid.innovator.srv2api.icw2db
Subinterfaces of ELClassifier in de.mid.innovator.srv2api.icw2dbModifier and TypeInterfaceDescriptioninterfaceinterfaceinterface -
Uses of ELClassifier in de.mid.innovator.srv2api.icw2elem
Subinterfaces of ELClassifier in de.mid.innovator.srv2api.icw2elemModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for ELAssociation that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2Association that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2Class that provides static methods for creation or other purposes.interfaceThis is a utility class for ELView that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELClassifierModifier and TypeMethodDescription<T extends ELClassifier>
List<T> ELAssociation.getClassifierOfAssociationEnd(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classifiers of association ends connected to this association.<T extends ELClassifier>
List<T> ELAssociation.getClassifierOfAssociationEnd(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getClassifierOfAssociationEnd and filters its return values according to the given stereotype value.<T extends ELClassifier>
List<T> ELClassifier.getGeneralDirect(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classifiers connected directly by a generalization as general classifier.<T extends ELClassifier>
List<T> ELClassifier.getGeneralDirect(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGeneralDirect and filters its return values according to the given stereotype value.<T extends ELClassifier>
List<T> ELClassifier.getGeneralTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classifiers connected transitively by generalizations as general classifier.<T extends ELClassifier>
List<T> ELClassifier.getGeneralTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGeneralTransitive and filters its return values according to the given stereotype value.<T extends ELClassifier>
List<T> ELClassifier.getSelfAndGeneralTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The classifier and all classifiers connected transitively by generalizations as general classifier.<T extends ELClassifier>
List<T> ELClassifier.getSelfAndGeneralTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndGeneralTransitive and filters its return values according to the given stereotype value.<T extends ELClassifier>
List<T> ELClassifier.getSelfAndSpecificTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The classifier and all classifiers connected transitively by generalizations as specific classifier.<T extends ELClassifier>
List<T> ELClassifier.getSelfAndSpecificTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndSpecificTransitive and filters its return values according to the given stereotype value.<T extends ELClassifier>
List<T> ELClassifier.getSelfAndSpecificTransitiveNotAbstract(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) This classifier, if it is not abstract and all classifiers which are not abstract are connected transitively by generalizations as specific classifier.<T extends ELClassifier>
List<T> ELClassifier.getSelfAndSpecificTransitiveNotAbstract(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndSpecificTransitiveNotAbstract and filters its return values according to the given stereotype value.<T extends ELClassifier>
List<T> ELClassifier.getSpecificDirect(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classifiers connected directly by a generalization as specific classifier.<T extends ELClassifier>
List<T> ELClassifier.getSpecificDirect(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSpecificDirect and filters its return values according to the given stereotype value.<T extends ELClassifier>
List<T> ELClassifier.getSpecificTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classifiers connected transitively by generalizations as specific classifier.<T extends ELClassifier>
List<T> ELClassifier.getSpecificTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSpecificTransitive and filters its return values according to the given stereotype value.<T extends ELClassifier>
List<T> ELClassifier.getSpecificTransitiveNotAbstract(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All non-abstract classifiers connected transitively by generalizations as specific classifier.<T extends ELClassifier>
List<T> ELClassifier.getSpecificTransitiveNotAbstract(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSpecificTransitiveNotAbstract and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2elem that return ELClassifierModifier and TypeMethodDescriptionELProperty.getClassifierOfAssociationEnd()The classifier connected to the association end.ELGeneralization.getGeneral()References the general classifier in the generalization relationship.ELGeneralization.getSpecific()References the specializing classifier in the generalization relationship.ELViewGroupAble.getViewGroupClassifier()The classifier used by this group able element.Methods in de.mid.innovator.srv2api.icw2elem with parameters of type ELClassifierModifier and TypeMethodDescriptionbooleanELView.hasDirectReferenceToClassifier(ELClassifier refObj) True if the view itself or a group nested into it directly is deduced from the classifier path as an argument.booleanELView.hasReferenceToClassifier(ELClassifier refObj) True if the view itself or a group nested into it directly or indirectly (on a lower level) is deduced from the classifier path as an argument.booleanELClassifier.isSpecificTransitive(ELClassifier refObj) True, if this classifier is (transitively) connected to the classifier provided byargument refObjby a generalization.voidELViewGroupAble.setViewGroupClassifier(ELClassifier value) Set the value of Foreign Key ViewGroupClassifier. -
Uses of ELClassifier in de.mid.innovator.srv2api.icw2er
Subinterfaces of ELClassifier in de.mid.innovator.srv2api.icw2erModifier and TypeInterfaceDescriptioninterfaceIn anBI2Cube, the data is stored redundantly in segments of a multidimensional cube.interfaceABI2DimensionLeveldescribes the semantic of the unit for which the data is collected.interfaceABI2DimensionTreeis a quasi-hierarchy that describes the levels in which the data is aggregated.interfaceABI2Hierarchyis a path in aBI2DimensionTreethrough which the data is collected in aggregated form.interfaceDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceinterfaceAnEREntityas part of the Entity Relationship Model is specified by its attributes and its relationships to other entities.interfaceinterfaceAERViewto the Entity Relationship Model builds a table by joining and filtering the selected attributes. -
Uses of ELClassifier in de.mid.innovator.srv2api.icw2ia
Subinterfaces of ELClassifier in de.mid.innovator.srv2api.icw2iaModifier and TypeInterfaceDescriptioninterfaceAn interaction is a unit of behavior that focuses on the observable exchange of information between ConnectAbleElements. -
Uses of ELClassifier in de.mid.innovator.srv2api.icw2im
Subinterfaces of ELClassifier in de.mid.innovator.srv2api.icw2imModifier and TypeInterfaceDescriptioninterfaceAssociation between two classifiers.interfaceClassifier within an Information Management Model.interfaceThis abstract type combines the behavior ofIMSemanticDataTypeandCLDataType.interfaceA type which describes the semantic of its stored value.interfaceSubclass ofIMSemanticDataTypewith automatic unique value.interfaceThis is a utility class for IMView that provides static methods for creation or other purposes. -
Uses of ELClassifier in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ELClassifier in de.mid.innovator.srv2api.icw2metaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceThis is a utility class for MM2Classification that provides static methods for creation or other purposes.interfaceinterfaceA stereotype defines how an existing metaclass may be extended and enables the use of platform-specific or domain-specific terminology or notation in place of, or in addition to, the ones used for the extended metaclass. -
Uses of ELClassifier in de.mid.innovator.srv2api.icw2sm
Subinterfaces of ELClassifier in de.mid.innovator.srv2api.icw2smModifier and TypeInterfaceDescriptioninterfaceA protocol state machine is always defined in the context of a classifier.interfaceState machines can be used to express the behavior of part of a system.