Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELRedefAble
-
Packages that use ELRedefAble 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.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.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.de.mid.innovator.srv2api.icw2elem 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.de.mid.innovator.srv2api.icw2er 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.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.icw2meta Meta model and administration information.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 ELRedefAble in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ELRedefAble in de.mid.innovator.srv2api.icw2ac Modifier and Type Interface Description interfaceACActivityAn activity specifies the coordination of executions of subordinate behaviors using a control and data flow model.interfaceACActivityEdgeFlow edge for either control flow of object flow.interfaceACActivityFinalNodeAn activity final node is a final node that stops all flows in an activity.interfaceACActivityNodeinterfaceACCentralBufferNodeA central buffer node is an object node for managing flows from multiple sources and destinations.interfaceACControlFlowA control flow is an edge that starts an activity node after the previous one is finished.interfaceACControlNodeA control node is an abstract activity node that coordinates flows in an activity.interfaceACDataStoreNodeA data store node is a central buffer node for non-transient information.interfaceACDecisionNodeA decision node is a control node that chooses between outgoing flows.interfaceACExecutableNodeAn executable node is an abstract class for activity nodes that may be executed.interfaceACFinalNodeinterfaceACFlowFinalNodeA flow final node is a final node that terminates a flow.interfaceACForkNodeA fork node is a control node that splits a flow into multiple concurrent flows.interfaceACInitialNodeAn initial node is a control node which flow starts at when the activity is invoked.interfaceACJoinNodeA join node is a control node that synchronizes multiple flows.interfaceACMergeNodeA merge node is a control node that brings multiple alternate flows together.interfaceACObjectFlowAn object flow is an activity edge that can have objects or data passing along it.interfaceACObjectNodeAn object node is an activity node that indicates an instance of a particular classifier, possibly in a particular state, and may be available at a particular point in the activity.interfaceACParamNodeAn activity parameter node is an object node for inputs and outputs to activities.interfaceACStructuredNodeA structured activity node is an executable activity node that may have an expansion into subordinate nodes as an ActivityGroup.interfaceANAcceptCallAcceptCallAction is an accept event action that represents the receipt of a synchronous call request.interfaceANAcceptEventAcceptEventAction is an action that waits for the occurrence of an event meeting specified condition.interfaceANActionAn action is a named element that is the fundamental unit of executable functionality.interfaceANActionInputPinAn action input pin is a kind of pin that executes an action to determine the values to input to another.interfaceANAddStructuralFeatureValueStructural features are potentially multi-valued and ordered; this means that the action supports specification of insertion points for new values.interfaceANBroadcastSignalBroadcastSignalAction is an action that transmits a signal instance to all the potential target objects in the system.interfaceANCallCallAction is an abstract class for actions that invoke behavior and receive return values.interfaceANCallBehaviorinterfaceANCallOperationinterfaceANClearAssociationThis action destroys all links of an association that have a particular object at one end.interfaceANClearStructuralFeatureThis action removes all values of a structural feature.interfaceANCreateLinkThis action can be used to create links and link objects.interfaceANCreateObjectThis action instantiates a classifier.interfaceANDestroyLinkThis action destroys a link or a link object.interfaceANDestroyObjectThis action destroys the object on its input pin at runtime.interfaceANInputPinAn input pin is a pin that holds input values to be consumed by an action.interfaceANInvocationInvocation is an abstract class for the various actions that invoke behavior.interfaceANLinkA link action creates, destroys or reads links, identifying a link by its end objects and qualifier values, if any.interfaceANOpaqueAn action with implementation-specific semantics.interfaceANOutputPinAn output pin is a pin that holds output values produced by an action.interfaceANPinA pin is a typed element and multiplicity element that provides values to actions and accept result values from them.interfaceANRaiseExceptionAction that causes an exception to occur.interfaceANReadLinkThis action navigates an association towards one end which is the end that does not have an input pin to take its object (the "open" end).interfaceANReadSelfEvery action is ultimately a part of some behavior, which is in turn optionally attached in some way to the specification of a classifier -- for example, as the body of a method or as part of a state machine.interfaceANReadStructuralFeatureThis action reads the values of a structural feature in order if the structural feature is ordered.rinterfaceANRemoveStructuralFeatureValueThe object to access is specified dynamically by referring to an input pin which the object will be placed on at runtime.interfaceANReplyAction that accepts a set of return values and a value containing return information produced by a previous accept call action.interfaceANSendObjectSendObjectAction is an action that transmits an object to the target object where it may invoke behavior such as the firing of state machine transitions or the execution of an activity.interfaceANSendSignalSendSignalAction is an action that creates a signal instance from its inputs and transmits it to the target object where it may cause the firing of a state machine transition or the execution of an activity.interfaceANStructuralFeatureThis abstract action class statically specifies the structural feature being accessed.interfaceANTestIdentityThis action returns true if the two input values are the same identity, false if they are not.interfaceANUnmarshallAction that breaks an object of a known type into outputs each of which is equal to a value froma structural feature of the object.interfaceANValSpecThe action returns the result of evaluating a value specification.interfaceANValuePinA value pin is an input pin that provides a value by evaluating a value specification.interfaceANWriteLinkA write link action takes a complete identification of a link and creates or destroys it.interfaceANWriteStructuralFeatureA write structural feature action operates on a structural feature of an object to modify its values. -
Uses of ELRedefAble in de.mid.innovator.srv2api.icw2be
Subinterfaces of ELRedefAble in de.mid.innovator.srv2api.icw2be Modifier and Type Interface Description interfaceBEBehaviorBehavior is a specification of how its context classifier changes state over time.interfaceBEOpaqueThe semantics of the behavior is determined by the implementation. -
Uses of ELRedefAble in de.mid.innovator.srv2api.icw2bp
Subinterfaces of ELRedefAble in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interfaceBPInterfaceAn interface defines a set of operations that are implemented by services. -
Uses of ELRedefAble in de.mid.innovator.srv2api.icw2br
Subinterfaces of ELRedefAble in de.mid.innovator.srv2api.icw2br Modifier and Type Interface Description interfaceBRResourceCLAn actor specifies a role played by a user or any other system that interacts with the subject. -
Uses of ELRedefAble in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELRedefAble in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interfaceCLActorAn actor specifies a role played by a user or any other system that interacts with the subject.interfaceCLArtifactAn 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.interfaceCLAssocClassA model element that has both association and class properties.interfaceCLAssociationAn association describes a set of tuples whose values refer to typed instances.interfaceCLBehavioralFeatureA behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its instances.interfaceCLBehavioredClassifierA classifier can have behavior specifications defined in its namespace.interfaceCLClassThe 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.interfaceCLClassifierA classifier is a classification of instances — it describes a set of instances that have features in common.interfaceCLCollaborationA collaboration describes a structure of collaborating elements (roles), each performing a specialized function, which collectively accomplish some desired functionality.interfaceCLCommunicationPathA communication path is an association between two deployment targets which they are able to exchange signals and messages through.interfaceCLComponentA component represents a modular part of a system that encapsulates its contents and whose manifestation is replaceable within its environment.interfaceCLConnectorSpecifies a link that enables communication between two or more instances.interfaceCLDataTypeA data type is a type whose instances are only identified by their value.interfaceCLDeclarationAbleClassifierThis is a utility class for CLDeclarationAbleClassifier that provides static methods for creation or other purposes.interfaceCLDeploymentSpecA deployment specification specifies a set of properties that determine execution parameters of a component artifact that is deployed on a node.interfaceCLDeviceA device is a physical computational resource with processing capability which artifacts may be deployed for execution on.interfaceCLEncapsulatedClassifierThis is a utility class for CLEncapsulatedClassifier that provides static methods for creation or other purposes.interfaceCLEnumerationAn enumeration is a data type whose values are enumerated in the model as enumeration literals.interfaceCLExecEnvAn 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.interfaceCLExtensionPointAn extension point identifies a point in the behavior of a use case where that behavior can be extended by the behavior of some other (extending) use case, as specified by an extend relationship.interfaceCLFeatureA feature declares a behavioral or structural characteristic of instances of classifiers.interfaceCLInterfaceAn interface is a kind of classifier that represents a declaration of a set of coherent public features and obligations.interfaceCLNodeA node is a computational resource which artifacts may be deployed for execution on.interfaceCLOperationAn operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.interfaceCLPortA port is a property of a classifier that specifies a distinct interaction point between that classifier and its environment or between the (behavior of the) classifier and its internal parts.interfaceCLPrimitiveTypeA primitive type defines a predefined data type, without any relevant substructure (it has no parts).interfaceCLPropertyA property is a structural feature.interfaceCLReceptionA reception is a declaration stating that a classifier is prepared to react to the receipt of a signal.interfaceCLSignalA signal is a specification of send request instances communicated between objects.interfaceCLStructuredClassifierThis is a utility class for CLStructuredClassifier that provides static methods for creation or other purposes.interfaceCLStructureDefinitioninterfaceCLStructureEntryinterfaceCLTemplateParameterAbleClassinterfaceCLUseCaseA use case is the specification of a set of actions performed by a system.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type ELRedefAble Modifier and Type Method Description java.util.List<ELRedefAble>CLClassifier. dialogFolderRedefine(java.util.List<? extends ELElement> seq)Creates redefinitions of selected elements within this classifier. -
Uses of ELRedefAble in de.mid.innovator.srv2api.icw2db
Subinterfaces of ELRedefAble in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interfaceDBColumnThis is a utility class for DBColumn that provides static methods for creation or other purposes.interfaceDBColumnSetinterfaceDBTableinterfaceDBTableColumninterfaceDBViewinterfaceDBViewColumn -
Uses of ELRedefAble in de.mid.innovator.srv2api.icw2elem
Subinterfaces of ELRedefAble in de.mid.innovator.srv2api.icw2elem Modifier and Type Interface Description interfaceELAssociationThis is a utility class for ELAssociation that provides static methods for creation or other purposes.interfaceELClassifierThis is a utility class for ELClassifier that provides static methods for creation or other purposes.interfaceELFeatureThis is a utility class for ELFeature that provides static methods for creation or other purposes.interfaceELM2AssociationThis is a utility class for ELM2Association that provides static methods for creation or other purposes.interfaceELM2AttributeThis is a utility class for ELM2Attribute that provides static methods for creation or other purposes.interfaceELM2ClassThis is a utility class for ELM2Class that provides static methods for creation or other purposes.interfaceELPropertyThis is a utility class for ELProperty that provides static methods for creation or other purposes.interfaceELStructFeatureThis is a utility class for ELStructFeature that provides static methods for creation or other purposes.interfaceELViewThis 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 ELRedefAble Modifier and Type Method Description <T extends ELRedefAble>
java.util.List<T>ELRedefAble. getRedefined(java.lang.Class<T> returnType)All elements redefined by this element.<T extends ELRedefAble>
java.util.List<T>ELRedefAble. getRedefining(java.lang.Class<T> returnType)All elements which redefine this element.Method parameters in de.mid.innovator.srv2api.icw2elem with type arguments of type ELRedefAble Modifier and Type Method Description voidELRedefAble. setRedefined(java.util.List<? extends ELRedefAble> values)Set the value of Foreign Key Redefined. -
Uses of ELRedefAble in de.mid.innovator.srv2api.icw2er
Subinterfaces of ELRedefAble in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interfaceBI2CubeIn anBI2Cube, the data is stored redundantly in segments of a multidimensional cube.interfaceBI2DimensionLevelABI2DimensionLeveldescribes the semantic of the unit for which the data is collected.interfaceBI2DimensionTreeABI2DimensionTreeis a quasi-hierarchy that describes the levels in which the data is aggregated.interfaceBI2HierarchyABI2Hierarchyis a path in aBI2DimensionTreethrough which the data is collected in aggregated form.interfaceBIHierarchyDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceBIHierarchyRoleDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceERAttributeAnERAttributeis a property of anEREntity.interfaceERAttributeSetinterfaceEREntityAnEREntityas part of the Entity Relationship Model is specified by its attributes and its relationships to other entities.interfaceERRelationshipinterfaceERRoleinterfaceERUsedAttributeinterfaceERViewAERViewto the Entity Relationship Model builds a table by joining and filtering the selected attributes.interfaceERViewAttributeAnERViewAttributedescribes a column of anERView. -
Uses of ELRedefAble in de.mid.innovator.srv2api.icw2ia
Subinterfaces of ELRedefAble in de.mid.innovator.srv2api.icw2ia Modifier and Type Interface Description interfaceIAInteractionAn interaction is a unit of behavior that focuses on the observable exchange of information between ConnectAbleElements. -
Uses of ELRedefAble in de.mid.innovator.srv2api.icw2im
Subinterfaces of ELRedefAble in de.mid.innovator.srv2api.icw2im Modifier and Type Interface Description interfaceIMAssociationAssociation between two classifiers.interfaceIMClassifierClassifier within an Information Management Model.interfaceIMCLDataTypeThis abstract type combines the behavior ofIMSemanticDataTypeandCLDataType.interfaceIMFeatureThis is a utility class for IMFeature that provides static methods for creation or other purposes.interfaceIMPropertyThis is a utility class for IMProperty that provides static methods for creation or other purposes.interfaceIMSemanticDataTypeA type which describes the semantic of its stored value.interfaceIMSequenceSubclass ofIMSemanticDataTypewith automatic unique value.interfaceIMStructuralFeatureThis is a utility class for IMStructuralFeature that provides static methods for creation or other purposes.interfaceIMViewThis is a utility class for IMView that provides static methods for creation or other purposes. -
Uses of ELRedefAble in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ELRedefAble in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interfaceMM2AssociationinterfaceMM2AttributeinterfaceMM2ClassinterfaceMM2ClassificationThis is a utility class for MM2Classification that provides static methods for creation or other purposes.interfaceMMCreateCLInstinterfaceMMStereotypeA 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.interfaceMMStereotypePropertyinterfaceMMStereotypeRelatedElementThis is a utility class for MMStereotypeRelatedElement that provides static methods for creation or other purposes.interfaceMMStereotypeRelPropertyinterfaceMMStereotypeRelTSOptioninterfaceMMStereotypeTSOption -
Uses of ELRedefAble in de.mid.innovator.srv2api.icw2sm
Subinterfaces of ELRedefAble in de.mid.innovator.srv2api.icw2sm Modifier and Type Interface Description interfaceSMProtocolStateMachineA protocol state machine is always defined in the context of a classifier.interfaceSMStateMachineState machines can be used to express the behavior of part of a system.
-