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 interface
ACActivity
An activity specifies the coordination of executions of subordinate behaviors using a control and data flow model.interface
ACActivityEdge
Flow edge for either control flow of object flow.interface
ACActivityFinalNode
An activity final node is a final node that stops all flows in an activity.interface
ACActivityNode
interface
ACCentralBufferNode
A central buffer node is an object node for managing flows from multiple sources and destinations.interface
ACControlFlow
A control flow is an edge that starts an activity node after the previous one is finished.interface
ACControlNode
A control node is an abstract activity node that coordinates flows in an activity.interface
ACDataStoreNode
A data store node is a central buffer node for non-transient information.interface
ACDecisionNode
A decision node is a control node that chooses between outgoing flows.interface
ACExecutableNode
An executable node is an abstract class for activity nodes that may be executed.interface
ACFinalNode
interface
ACFlowFinalNode
A flow final node is a final node that terminates a flow.interface
ACForkNode
A fork node is a control node that splits a flow into multiple concurrent flows.interface
ACInitialNode
An initial node is a control node which flow starts at when the activity is invoked.interface
ACJoinNode
A join node is a control node that synchronizes multiple flows.interface
ACMergeNode
A merge node is a control node that brings multiple alternate flows together.interface
ACObjectFlow
An object flow is an activity edge that can have objects or data passing along it.interface
ACObjectNode
An 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.interface
ACParamNode
An activity parameter node is an object node for inputs and outputs to activities.interface
ACStructuredNode
A structured activity node is an executable activity node that may have an expansion into subordinate nodes as an ActivityGroup.interface
ANAcceptCall
AcceptCallAction is an accept event action that represents the receipt of a synchronous call request.interface
ANAcceptEvent
AcceptEventAction is an action that waits for the occurrence of an event meeting specified condition.interface
ANAction
An action is a named element that is the fundamental unit of executable functionality.interface
ANActionInputPin
An action input pin is a kind of pin that executes an action to determine the values to input to another.interface
ANAddStructuralFeatureValue
Structural features are potentially multi-valued and ordered; this means that the action supports specification of insertion points for new values.interface
ANBroadcastSignal
BroadcastSignalAction is an action that transmits a signal instance to all the potential target objects in the system.interface
ANCall
CallAction is an abstract class for actions that invoke behavior and receive return values.interface
ANCallBehavior
interface
ANCallOperation
interface
ANClearAssociation
This action destroys all links of an association that have a particular object at one end.interface
ANClearStructuralFeature
This action removes all values of a structural feature.interface
ANCreateLink
This action can be used to create links and link objects.interface
ANCreateObject
This action instantiates a classifier.interface
ANDestroyLink
This action destroys a link or a link object.interface
ANDestroyObject
This action destroys the object on its input pin at runtime.interface
ANInputPin
An input pin is a pin that holds input values to be consumed by an action.interface
ANInvocation
Invocation is an abstract class for the various actions that invoke behavior.interface
ANLink
A link action creates, destroys or reads links, identifying a link by its end objects and qualifier values, if any.interface
ANOpaque
An action with implementation-specific semantics.interface
ANOutputPin
An output pin is a pin that holds output values produced by an action.interface
ANPin
A pin is a typed element and multiplicity element that provides values to actions and accept result values from them.interface
ANRaiseException
Action that causes an exception to occur.interface
ANReadLink
This 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).interface
ANReadSelf
Every 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.interface
ANReadStructuralFeature
This action reads the values of a structural feature in order if the structural feature is ordered.rinterface
ANRemoveStructuralFeatureValue
The object to access is specified dynamically by referring to an input pin which the object will be placed on at runtime.interface
ANReply
Action that accepts a set of return values and a value containing return information produced by a previous accept call action.interface
ANSendObject
SendObjectAction 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.interface
ANSendSignal
SendSignalAction 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.interface
ANStructuralFeature
This abstract action class statically specifies the structural feature being accessed.interface
ANTestIdentity
This action returns true if the two input values are the same identity, false if they are not.interface
ANUnmarshall
Action that breaks an object of a known type into outputs each of which is equal to a value froma structural feature of the object.interface
ANValSpec
The action returns the result of evaluating a value specification.interface
ANValuePin
A value pin is an input pin that provides a value by evaluating a value specification.interface
ANWriteLink
A write link action takes a complete identification of a link and creates or destroys it.interface
ANWriteStructuralFeature
A 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 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 ELRedefAble in de.mid.innovator.srv2api.icw2bp
Subinterfaces of ELRedefAble 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 ELRedefAble in de.mid.innovator.srv2api.icw2br
Subinterfaces of ELRedefAble 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 ELRedefAble in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELRedefAble 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
CLBehavioralFeature
A behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its 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
CLClassifier
A classifier is a classification of instances — it describes a set of instances that have features in common.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
CLConnector
Specifies a link that enables communication between two or more instances.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
CLExtensionPoint
An 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.interface
CLFeature
A feature declares a behavioral or structural characteristic of instances of classifiers.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
CLOperation
An operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.interface
CLPort
A 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.interface
CLPrimitiveType
A primitive type defines a predefined data type, without any relevant substructure (it has no parts).interface
CLProperty
A property is a structural feature.interface
CLReception
A reception is a declaration stating that a classifier is prepared to react to the receipt of a signal.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
CLStructureEntry
interface
CLTemplateParameterAbleClass
interface
CLUseCase
A 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 interface
DBColumn
This is a utility class for DBColumn that provides static methods for creation or other purposes.interface
DBColumnSet
interface
DBTable
interface
DBTableColumn
interface
DBView
interface
DBViewColumn
-
Uses of ELRedefAble in de.mid.innovator.srv2api.icw2elem
Subinterfaces of ELRedefAble in de.mid.innovator.srv2api.icw2elem Modifier and Type Interface Description interface
ELAssociation
This is a utility class for ELAssociation that provides static methods for creation or other purposes.interface
ELClassifier
This is a utility class for ELClassifier that provides static methods for creation or other purposes.interface
ELFeature
This is a utility class for ELFeature that provides static methods for creation or other purposes.interface
ELM2Association
This is a utility class for ELM2Association that provides static methods for creation or other purposes.interface
ELM2Attribute
This is a utility class for ELM2Attribute that provides static methods for creation or other purposes.interface
ELM2Class
This is a utility class for ELM2Class that provides static methods for creation or other purposes.interface
ELProperty
This is a utility class for ELProperty that provides static methods for creation or other purposes.interface
ELStructFeature
This is a utility class for ELStructFeature that provides static methods for creation or other purposes.interface
ELView
This 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 void
ELRedefAble. 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 interface
BI2Cube
In anBI2Cube
, the data is stored redundantly in segments of a multidimensional cube.interface
BI2DimensionLevel
ABI2DimensionLevel
describes the semantic of the unit for which the data is collected.interface
BI2DimensionTree
ABI2DimensionTree
is a quasi-hierarchy that describes the levels in which the data is aggregated.interface
BI2Hierarchy
ABI2Hierarchy
is a path in aBI2DimensionTree
through which the data is collected in aggregated form.interface
BIHierarchy
Deprecated: Use the BI2 classes for the 2nd generation procedure.interface
BIHierarchyRole
Deprecated: Use the BI2 classes for the 2nd generation procedure.interface
ERAttribute
AnERAttribute
is a property of anEREntity
.interface
ERAttributeSet
interface
EREntity
AnEREntity
as part of the Entity Relationship Model is specified by its attributes and its relationships to other entities.interface
ERRelationship
interface
ERRole
interface
ERUsedAttribute
interface
ERView
AERView
to the Entity Relationship Model builds a table by joining and filtering the selected attributes.interface
ERViewAttribute
AnERViewAttribute
describes 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 interface
IAInteraction
An 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 interface
IMAssociation
Association between two classifiers.interface
IMClassifier
Classifier within an Information Management Model.interface
IMCLDataType
This abstract type combines the behavior ofIMSemanticDataType
andCLDataType
.interface
IMFeature
This is a utility class for IMFeature that provides static methods for creation or other purposes.interface
IMProperty
This is a utility class for IMProperty that provides static methods for creation or other purposes.interface
IMSemanticDataType
A type which describes the semantic of its stored value.interface
IMSequence
Subclass ofIMSemanticDataType
with automatic unique value.interface
IMStructuralFeature
This is a utility class for IMStructuralFeature that provides static methods for creation or other purposes.interface
IMView
This 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 interface
MM2Association
interface
MM2Attribute
interface
MM2Class
interface
MM2Classification
This is a utility class for MM2Classification that provides static methods for creation or other purposes.interface
MMCreateCLInst
interface
MMStereotype
A 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.interface
MMStereotypeProperty
interface
MMStereotypeRelatedElement
This is a utility class for MMStereotypeRelatedElement that provides static methods for creation or other purposes.interface
MMStereotypeRelProperty
interface
MMStereotypeRelTSOption
interface
MMStereotypeTSOption
-
Uses of ELRedefAble in de.mid.innovator.srv2api.icw2sm
Subinterfaces of ELRedefAble 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.
-