Serialized Form


Package org.andromda.core

Class org.andromda.core.ModelValidationException extends RuntimeException implements Serializable


Package org.andromda.core.cartridge

Class org.andromda.core.cartridge.CartridgeException extends RuntimeException implements Serializable


Package org.andromda.core.cartridge.template

Class org.andromda.core.cartridge.template.TemplateException extends RuntimeException implements Serializable


Package org.andromda.core.common

Class org.andromda.core.common.ClassUtilsException extends RuntimeException implements Serializable

Class org.andromda.core.common.ComponentContainerException extends RuntimeException implements Serializable

Class org.andromda.core.common.IntrospectorException extends RuntimeException implements Serializable

Class org.andromda.core.common.MergerException extends RuntimeException implements Serializable

Class org.andromda.core.common.PluginException extends RuntimeException implements Serializable

Class org.andromda.core.common.ResourceFinderException extends RuntimeException implements Serializable

Class org.andromda.core.common.TemplateObjectException extends RuntimeException implements Serializable

Class org.andromda.core.common.XmlObjectFactoryException extends RuntimeException implements Serializable


Package org.andromda.core.configuration

Class org.andromda.core.configuration.Configuration extends Object implements Serializable

Serialized Fields

repositories

Collection<E> repositories
Stores the repositories for this Configuration instance.


namespaces

Collection<E> namespaces
Stores the configuration namespaces.


properties

Collection<E> properties
Stores the properties for this configuration (these gobally configure AndroMDA).


server

Server server
Stores the AndroMDA server configuration information.


mappingsSearchLocations

Collection<E> mappingsSearchLocations
The locations in which to search for mappings.


contents

String contents
Stores the contents of the configuration as a string.

Class org.andromda.core.configuration.ConfigurationException extends RuntimeException implements Serializable

Class org.andromda.core.configuration.Filter extends Object implements Serializable

Serialized Fields

value

String value

apply

boolean apply
The flag indicating whether or not this filter should be applied.


namespaces

Collection<E> namespaces

Class org.andromda.core.configuration.Filters extends Object implements Serializable

Serialized Fields

applyAll

boolean applyAll
The flag indicating whether or not all filter should be applied.


filters

Collection<E> filters
Stores the filters as they're added.


factory

MetafacadeFactory factory

Class org.andromda.core.configuration.Location extends Object implements Serializable

Serialized Fields

path

String path
The path of the location.


patterns

String patterns
The patterns (a comma separated list) to include in the path search

Class org.andromda.core.configuration.Model extends Object implements Serializable

Serialized Fields

lastModifiedCheck

boolean lastModifiedCheck
Stores whether or not a last modified check should be performed.


packages

Filters packages
Stores the information about what packages should and shouldn't be processed.


constraints

Filters constraints
Stores the information about what constraints should and shouldn't be enforced.


uris

List<E> uris
The URL to the model.


urisAsStrings

String[] urisAsStrings
Caches the urisAsStrings value (so we don't need to do the conversion more than once).


transformations

Collection<E> transformations
Stores the transformations for this Configuration instance.


moduleSearchLocations

Collection<E> moduleSearchLocations
The locations in which to search for module.


type

String type
The type of model (i.e. uml-1.4, uml-2.0, etc).


moduleSearchLocationPaths

String[] moduleSearchLocationPaths
Stores the path for each module search location in this configuration.


moduleSearchLocationResources

URL[] moduleSearchLocationResources
Stores all resources including all resources found within the module search locations as well as a resource for the Model.getUris().


key

String key
The unique key that identifies this model.


repository

Repository repository
The repository to which this model belongs.

Class org.andromda.core.configuration.Namespace extends Object implements Serializable

Serialized Fields

name

String name
The namespace name.


properties

Map<K,V> properties
Stores the collected properties

Class org.andromda.core.configuration.Namespaces extends Object implements Serializable

Serialized Fields

namespaces

Map<K,V> namespaces
Stores all namespaces.


registries

Map<K,V> registries
Stores the namespace registries

Class org.andromda.core.configuration.NamespacesException extends RuntimeException implements Serializable

Class org.andromda.core.configuration.Property extends Object implements Serializable

Serialized Fields

name

String name
The property name.


value

String value
The property value.


ignore

boolean ignore
Stores whether or not this property should be ignored.

Class org.andromda.core.configuration.Repository extends Object implements Serializable

Serialized Fields

name

String name
Stores the unique name of this repository.


models

Collection<E> models
The models loaded by this repository.

Class org.andromda.core.configuration.Server extends Object implements Serializable

Serialized Fields

port

int port
Stores the port the server should be run on.


host

String host
The host the server is running on.


loadInterval

int loadInterval
The interval at which the server loads model(s) (if a load is required).


maximumFailedLoadAttempts

int maximumFailedLoadAttempts
The maximum number of failed model load attempts that can occur before we fail.

Class org.andromda.core.configuration.Transformation extends Object implements Serializable

Serialized Fields

uri

String uri
The URL location of the transformation.


outputLocation

String outputLocation
Stores the optional output location.


Package org.andromda.core.engine

Class org.andromda.core.engine.ModelProcessorException extends RuntimeException implements Serializable


Package org.andromda.core.mapping

Class org.andromda.core.mapping.MappingsException extends RuntimeException implements Serializable


Package org.andromda.core.metafacade

Class org.andromda.core.metafacade.MetafacadeCache extends Object implements Serializable

Serialized Fields

namespace

String namespace
The namespace to which the cache currently applies


metafacadeCache

Map<K,V> metafacadeCache
The cache for already created metafacades.

Class org.andromda.core.metafacade.MetafacadeException extends RuntimeException implements Serializable

Class org.andromda.core.metafacade.MetafacadeFactory extends Object implements Serializable

Serialized Fields

metafacadeNamespaces

Map<K,V> metafacadeNamespaces
Caches the registered properties used within metafacades.


cache

MetafacadeCache cache
The metafacade cache for this factory.


mappings

MetafacadeMappings mappings
The metafacade mappings instance for this factory.


profile

Profile profile
The shared profile instance.


namespace

String namespace
The namespace that is currently active (i.e. being used) within the factory


metafacadesInCreation

Collection<E> metafacadesInCreation
Stores the metafacades being created, so that we don't get stuck in endless recursion during creation.


model

ModelAccessFacade model
The model facade which provides access to the underlying meta model.


metafacadeImpls

MetafacadeImpls metafacadeImpls
The shared metafacade impls instance.


metafacadeModelNamespace

String metafacadeModelNamespace
Stores the namespace that contains the metafacade model implementation.


validationMessages

Collection<E> validationMessages
The validation messages that have been collected during the execution of this factory.


allMetafacades

Map<K,V> allMetafacades
Stores the collection of all metafacades for each namespace.


metafacadesByStereotype

Map<K,V> metafacadesByStereotype
Caches the metafacades by stereotype.

Class org.andromda.core.metafacade.MetafacadeFactoryException extends RuntimeException implements Serializable

Class org.andromda.core.metafacade.MetafacadeImpls extends Object implements Serializable

Serialized Fields

metafacadeClasses

Map<K,V> metafacadeClasses
Stores each metafacade classes instance keyed by namespace.


metafacadeModelNamespace

String metafacadeModelNamespace
The current model type to which metafacade class retrieval applies.

Class org.andromda.core.metafacade.MetafacadeImplsException extends RuntimeException implements Serializable

Class org.andromda.core.metafacade.MetafacadeMappings extends BaseNamespaceComponent implements Serializable

Serialized Fields

mappings

Collection<E> mappings
Holds the references to the child MetafacadeMapping instances.


namespaceMetafacadeMappings

Map<K,V> namespaceMetafacadeMappings
Holds the namespace MetafacadeMappings. This are child MetafacadeMappings keyed by namespace name.


defaultMetafacadeClass

Class<T> defaultMetafacadeClass
The default meta facade to use when there isn't a mapping found.


mappingsByMetafacadeClass

Map<K,V> mappingsByMetafacadeClass
Stores mappings by the metafacade class so that we can retrieve the inherited metafacade classes.


propertyReferences

Collection<E> propertyReferences
Contains references to properties populated in the Namespaces.


mappingObjectHierarchyCache

Map<K,V> mappingObjectHierarchyCache
The cache containing the hierarchies for each mapping object so that we don't need to retrieve more than once.


inProcessMappings

Collection<E> inProcessMappings

Stores the mappings which are currently "in process" (within the MetafacadeMappings.getMapping(Object, String, Collection). This means the mapping is being processed by the MetafacadeMappings.getMapping(Object, String, Collection) operation. We store these "in process" mappings in order to keep track of the mappings currently being evaluated so we avoid stack over flow errors MetafacadeMappings.getMapping(Object, String, Collection)when finding mappings that are mapped to super metafacade properties.

Note: visibility is defined as protected in order to improve inner class access performance.


inProcessMetafacades

Collection<E> inProcessMetafacades

Stores the metafacades which are currently "in process" (within the MetafacadeMappings.getMapping(Object, String, Collection). This means the metafacade being processed by the MetafacadeMappings.getMapping(Object, String, Collection)operation. We store these "in process" metafacades in order to keep track of the metafacades currently being evaluated so we avoid stack over flow errors MetafacadeMappings.getMapping(Object, String, Collection)when finding metafacades that are mapped to super metafacade properties.

Note: visibility is defined as protected in order to improve inner class access performance.


contextHierarchyCache

Map<K,V> contextHierarchyCache
The cache containing the hierarchies for each context so that we don't need to retrieve more than once.


reversedInterfaceArrayCache

Map<K,V> reversedInterfaceArrayCache
The cache of interfaces for the given className in reversed order.


parents

Map<K,V> parents
Stores the possible parents of this metafacade mappings instance (i.e. mappings for uml-1.4, emf-uml2, etc).


metaclassPattern

String metaclassPattern
The name of the metaclass pattern.


metafacadeClasses

MetafacadeImpls metafacadeClasses
The shared metafacade impls instance.


modelMetafacadeMappings

Map<K,V> modelMetafacadeMappings
Stores the metafacadeMapping instances by model type.


parentNamespace

String parentNamespace
Stores the namespace of the parent mappings.

Class org.andromda.core.metafacade.MetafacadeMappingsException extends RuntimeException implements Serializable

Class org.andromda.core.metafacade.ModelValidationMessage extends Object implements Serializable

Serialized Fields

name

String name
Stores the actual name of the constraint (if there is one).


message

String message
Stores the actual message text.


metafacade

MetafacadeBase metafacade
Stores the actual metafacade to which this validation message applies.


metafacadeName

String metafacadeName
Stores the metafacade name which is only constructed the very first time.


metafacadeClass

Class<T> metafacadeClass
Stores the metafacade class displayed within the message, this is only retrieved the very first time.


Package org.andromda.core.namespace

Class org.andromda.core.namespace.NamespaceComponentsException extends RuntimeException implements Serializable


Package org.andromda.core.profile

Class org.andromda.core.profile.Profile extends BaseNamespaceComponent implements Serializable

Serialized Fields

elements

Map<K,V> elements
Stores the elements for the profile (by name).


allElements

Map<K,V> allElements
Stores all elements.

Class org.andromda.core.profile.ProfileException extends RuntimeException implements Serializable


Package org.andromda.core.repository

Class org.andromda.core.repository.RepositoryException extends RuntimeException implements Serializable

Class org.andromda.core.repository.RepositoryFacadeException extends RuntimeException implements Serializable


Package org.andromda.core.server

Class org.andromda.core.server.ClientException extends RuntimeException implements Serializable

Class org.andromda.core.server.ServerException extends RuntimeException implements Serializable


Package org.andromda.core.templateengine

Class org.andromda.core.templateengine.TemplateEngineException extends RuntimeException implements Serializable


Package org.andromda.core.transformation

Class org.andromda.core.transformation.XslTransformerException extends RuntimeException implements Serializable


Package org.andromda.core.translation

Class org.andromda.core.translation.ExpressionException extends RuntimeException implements Serializable

Class org.andromda.core.translation.TranslatorException extends RuntimeException implements Serializable


Package org.andromda.core.translation.library

Class org.andromda.core.translation.library.LibraryException extends RuntimeException implements Serializable



Copyright © 2003-2010 AndroMDA.org. All Rights Reserved.