public interface IEAUMLSupportedTypes
Modifier and Type | Interface and Description |
---|---|
static class |
IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES
A set of all currently considered EA connector types (table column
t_connector.Connector_Type ):Abstraction, Aggregation, Assembly, Association, Connector, ControlFlow, Delegate, Dependency, Extension, Generalization, InformationFlow, Manifest, NoteLink, ObjectFlow, Package, Realisation, Sequence, StateFlow, Usage In addition, EA in version 15.2 provides the following connector types: Connector, CommunicationPath, ProtocolConformance, Deployment, Generalization, ObjectFlow, Aggregation, Association, Delegate, Instantiation, Assembly, Nesting, ERLink, ProtocolTransition, StateFlow, UseCase, Dependency, Sequence, Abstraction, Manifest, ControlFlow, Realisation, InformationFlow, Collaboration, InterruptFlow, NoteLink, Package |
static class |
IEAUMLSupportedTypes.SUPPORTED_EA_ELEMENT_TYPES
A set of all currently considered EA element types (table column
t_object.Element_Type ):Activity, ActivityPartition, Actor, Artifact, Class, Comment, Component, Constraint, DataType, Decision, Device, EntryPoint, Enumeration, ExecutionEnvironment, ExitPoint, Interaction, Interface, MergeNode, MessageEndpoint, Node, Note, Object, Package, Part, Port, PrimitiveType, ProvidedInterface, ProxyConnector, RequiredInterface, Sequence, Signal, State, StateMachine, StateNode, Synchronization, Trigger, UseCase In addition, EA in version 15.2 provides the following element types: LoopNode, Entity, Task, Issue, Constraint, TimeLine, Node, Port, ExitPoint, Label, StateNode, Activity, EntryPoint, GUIElement, InformationItem, Feature, Boundary, ExceptionHandler, ConditionalNode, Trigger, DiagramFrame, Actor, DataStore, PrimitiveType, ActionPin, Device, Interaction, ProvidedInterface, Sequence, Requirement, Part, State, CollaborationOccurrence, Note, ActivityRegion, Region, Class, Object, DeploymentSpecification, Package, ExpansionRegion, InteractionOccurrence, Action, ActivityParameter, ExecutionEnvironment, User, Screen, StateMachine, ProtocolStateMachine, ActivityPartition, Risk, CentralBufferNode, MergeNode, Signal, UMLDiagram, ExpansionNode, InteractionState, DataType, Component, InteractionFragment, Comment, MessageEndpoint, RequiredInterface, Enumeration, ObjectNode, Report, InterruptibleActivityRegion, UseCase, Text, Change, Synchronization, Artifact, Decision, Collaboration, Event, Interface |
Modifier and Type | Field and Description |
---|---|
static java.util.Set<java.lang.String> |
SUPPORTED_EA_CONNECTOR_TYPES_SET
The enumeration literals of
#SUPPORTED_EA_CONNECTOR_TYPES as a set of strings. |
static java.lang.String |
SUPPORTED_EA_CONNECTOR_TYPES_STRING
The enumeration literals of
#SUPPORTED_EA_CONNECTOR_TYPES as a comma-separated string. |
static java.util.Set<java.lang.String> |
SUPPORTED_EA_ELEMENT_TYPES_SET
The enumeration literals of
#SUPPORTED_EA_ELEMENT_TYPES as a set of strings. |
static java.lang.String |
SUPPORTED_EA_ELEMENT_TYPES_STRING
The enumeration literals of
#SUPPORTED_EA_ELEMENT_TYPES as a comma-separated string. |
static java.util.Set<EClass> |
SUPPORTED_UML_META_CLASSES
All UML meta classes that are currently supported by the YAKINDU EA-Bridge UML.
|
static final java.util.Set<EClass> SUPPORTED_UML_META_CLASSES
static final java.util.Set<java.lang.String> SUPPORTED_EA_ELEMENT_TYPES_SET
#SUPPORTED_EA_ELEMENT_TYPES
as a set of strings.static final java.lang.String SUPPORTED_EA_ELEMENT_TYPES_STRING
#SUPPORTED_EA_ELEMENT_TYPES
as a comma-separated string.static final java.util.Set<java.lang.String> SUPPORTED_EA_CONNECTOR_TYPES_SET
#SUPPORTED_EA_CONNECTOR_TYPES
as a set of strings.static final java.lang.String SUPPORTED_EA_CONNECTOR_TYPES_STRING
#SUPPORTED_EA_CONNECTOR_TYPES
as a comma-separated string.Copyright (c) 2015 itemis AG, and others. All rights reserved.