Skip navigation links
YAKINDU EA-Bridge UML
Build 4.1.4.202206241054
A B C D E F G H I J K L M N O P R S T U V W 

I

IDatabaseAccess - Interface in com.yakindu.bridges.ea.core.jdbc
This interface wraps all SQL calls to the database.
IDatabaseAccess.Where - Class in com.yakindu.bridges.ea.core.jdbc
May be used to provide a where condition with a large number of where conditions.
IEALanguages - Interface in com.yakindu.bridges.ea.core
Interface for providing custom EA languages for the New EAP File Wizard.
IEARequirements - Interface in com.yakindu.bridges.ea.uml.extensions
A collection of constants that are used to store EA requirements as EAnnotations in UML models.
IEASpecificExtensions - Interface in com.yakindu.bridges.ea.uml.extensions
List of EA-specific properties that can be accessed via EAnnotations and EASpecifics.
IEAUMLConstants - Interface in com.yakindu.bridges.ea.uml
Some constants including the plugin ID, URIs for all built-in primitive datatypes.
IEAUMLLoadOptions - Interface in com.yakindu.bridges.ea.uml
Resource load options for this UML content factory implementation.
IEAUMLProxyUriPatterns - Interface in com.yakindu.bridges.ea.uml
Proxy URI patterns as created and resolved by the EA UML proxy resolver..
IEAUMLSupportedTypes - Interface in com.yakindu.bridges.ea.uml
This interface contains constants about all supported UML and EA meta types.
IEAUMLSupportedTypes.SUPPORTED_EA_CONNECTOR_TYPES - Enum in com.yakindu.bridges.ea.uml
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
IEAUMLSupportedTypes.SUPPORTED_EA_ELEMENT_TYPES - Enum in com.yakindu.bridges.ea.uml
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
IGuidProvider - Interface in com.yakindu.bridges.ea.core
Implementations must provide globally unique identifiers which will be used for new elements stored in the EA database.
IMAGE_MANAGER_PREFIX - Static variable in class com.yakindu.bridges.ea.core.utils.EANotesLinkConverter
 
InconsistentEAModelException - Exception in com.yakindu.bridges.ea.core
Exception that indicates an inconsistent model in EA.
InconsistentEAModelException() - Constructor for exception com.yakindu.bridges.ea.core.InconsistentEAModelException
 
InconsistentEAModelException(String, Throwable) - Constructor for exception com.yakindu.bridges.ea.core.InconsistentEAModelException
 
InconsistentEAModelException(String) - Constructor for exception com.yakindu.bridges.ea.core.InconsistentEAModelException
 
InconsistentEAModelException(Throwable) - Constructor for exception com.yakindu.bridges.ea.core.InconsistentEAModelException
 
InEANotSupportedException - Exception in com.yakindu.bridges.ea.core
Exception that indicates that a certain operation or model construct is not allowed on EA models.
InEANotSupportedException() - Constructor for exception com.yakindu.bridges.ea.core.InEANotSupportedException
 
InEANotSupportedException(String, Throwable) - Constructor for exception com.yakindu.bridges.ea.core.InEANotSupportedException
 
InEANotSupportedException(String) - Constructor for exception com.yakindu.bridges.ea.core.InEANotSupportedException
 
InEANotSupportedException(Throwable) - Constructor for exception com.yakindu.bridges.ea.core.InEANotSupportedException
 
insert(String, String, Map<String, Object>) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
Insert a new row into the given table.
insert(String, String, List<String>, List<List<Object>>) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
Batch-insertion of new rows to the given table.
isClassifierRoot(Classifier) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
 
isDefaultEnabled() - Method in class com.yakindu.bridges.ea.uml.extensions.stereotypes.UniqueStereotypeResolver
 
isEAConnectedElement(EObject) - Static method in class com.yakindu.bridges.ea.core.utils.EAResourceUtils
This call checks whether the given EObject is an element that was provided by an IEAContentFactory and has IDs associated that corresponds to a model element in the corresponding EA model.
isEaFile(IFile) - Static method in class com.yakindu.bridges.ea.core.utils.EAResourceUtils
Checks whether the given file provides an eap file extension.
isEASupportedElement(EObject) - Static method in class com.yakindu.bridges.ea.uml.utils.EAResourceUMLUtils
This call checks whether the given EObject is an element that is supported by the YAKIND EA-Bridge UML.
isEaUri(URI) - Static method in class com.yakindu.bridges.ea.core.utils.EAResourceUtils
Checks whether the given uri provides an eap file extension.
isEmpty() - Method in class com.yakindu.bridges.ea.uml.utils.EAResourceUMLExporter.DanglingReferences
 
isError() - Method in class com.yakindu.bridges.ea.core.EAModelError
 
isForkOrJoinVertex(EObject) - Static method in class com.yakindu.bridges.ea.uml.utils.UMLStatesHelper
 
isInListMap(Map<K, List<V>>, K, V) - Static method in class com.yakindu.bridges.ea.core.utils.MapUtils
 
isInSetMap(Map<K, Set<V>>, K, V) - Static method in class com.yakindu.bridges.ea.core.utils.MapUtils
 
isLoadIssue() - Method in class com.yakindu.bridges.ea.core.EAModelError
 
isLocalEaFile(IFile) - Static method in class com.yakindu.bridges.ea.core.utils.EAResourceUtils
EA models may either be eap file on the local file system or remote databases such as MSSQL, MySQL or Oracle databases.
isLocalEaResource(Resource) - Static method in class com.yakindu.bridges.ea.core.utils.EAResourceUtils
EA models may either be eap file on the local file system or remote databases such as MSSQL, MySQL, or Oracle databases.
isLocalEaUri(URI) - Static method in class com.yakindu.bridges.ea.core.utils.EAResourceUtils
EA models may either be eap file on the local file system or remote databases such as MSSQL, MySQL, or Oracle databases.
isOperationConst(Operation) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
 
isOperationNative(Operation) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
 
isOperationPure(Operation) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
 
isOperationReturnArray(Operation) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
 
isOperationSynchronized(Operation) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
 
isParameterFixedValue(Parameter) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
 
isPropertyTransient(Property) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
 
isReadonly() - Method in interface com.yakindu.bridges.ea.core.EAResource
 
isReadOnly() - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
 
isRelevant(Diagnostic) - Static method in class com.yakindu.bridges.ea.uml.utils.EAUMLValidationUtils
 
isRemoteEaFile(IFile) - Static method in class com.yakindu.bridges.ea.core.utils.EAResourceUtils
EA models may either be eap files on the local file system or remote databases such as MSSQL, MySQL or Oracle databases.
isRemoteEaResource(Resource) - Static method in class com.yakindu.bridges.ea.core.utils.EAResourceUtils
EA models may either be eap files on the local file system or remote databases such as MSSQL, MySQL, or Oracle databases.
isRemoteEaUri(URI) - Static method in class com.yakindu.bridges.ea.core.utils.EAResourceUtils
EA models may either be eap files on the local file system or remote databases such as MSSQL, MySQL or Oracle databases.
isReplication() - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
 
isSaveIssue() - Method in class com.yakindu.bridges.ea.core.EAModelError
 
isSqlExceptionTooComplexQuery(SQLException) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
Whether or not the given exception is a database-specific exception that the query was too complex.
isValidGuid(String) - Method in class com.yakindu.bridges.ea.core.guid.DefaultGuidProvider
 
isValidGuid(String) - Method in interface com.yakindu.bridges.ea.core.IGuidProvider
In some cases, a GUID must be checked for validity, because the EA may use some special GUIDs.
isWarning() - Method in class com.yakindu.bridges.ea.core.EAModelError
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links
YAKINDU EA-Bridge UML
Build 4.1.4.202206241054

Copyright (c) 2015 itemis AG, and others. All rights reserved.