Serialized Form


Package org.andromda.core

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


Package org.andromda.core.cartridge

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


Package org.andromda.core.cartridge.template

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


Package org.andromda.core.common

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

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

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

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

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

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

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

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


Package org.andromda.core.configuration

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

Serialized Fields

repositories

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


namespaces

java.util.Collection<E> namespaces
Stores the configuration namespaces.


properties

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


server

Server server
Stores the AndroMDA server configuration information.


mappingsSearchLocations

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


contents

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

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

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

Serialized Fields

value

java.lang.String value

apply

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


namespaces

java.util.Collection<E> namespaces

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

Serialized Fields

applyAll

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


filters

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


factory

MetafacadeFactory factory

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

Serialized Fields

path

java.lang.String path
The path of the location.


patterns

java.lang.String patterns
The patterns (a comma seperated list) to include in the path search

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

Serialized Fields

lastModifiedCheck

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


packages

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


constraints

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


uris

java.util.List<E> uris
The URL to the model.


urisAsStrings

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


transformations

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


moduleSearchLocations

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


type

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


moduleSearchLocationPaths

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


moduleSearchLocationResources

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


key

java.lang.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 java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The namespace name.


properties

java.util.Map<K,V> properties
Stores the collected properties

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

Serialized Fields

namespaces

java.util.Map<K,V> namespaces
Stores all namespaces.


registries

java.util.Map<K,V> registries
Stores the namespace registries

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

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

Serialized Fields

name

java.lang.String name
The property name.


value

java.lang.String value
The property value.


ignore

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

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

Serialized Fields

name

java.lang.String name
Stores the unique name of this repository.


models

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

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

Serialized Fields

port

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


host

java.lang.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 java.lang.Object implements Serializable

Serialized Fields

uri

java.lang.String uri
The URL location of the transformation.


outputLocation

java.lang.String outputLocation
Stores the optional output location.


Package org.andromda.core.engine

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


Package org.andromda.core.mapping

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


Package org.andromda.core.metafacade

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

Serialized Fields

namespace

java.lang.String namespace
The namespace to which the cache currently applies


metafacadeCache

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

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

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

Serialized Fields

metafacadeNamespaces

java.util.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

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


metafacadesInCreation

java.util.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

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


validationMessages

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


allMetafacades

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


metafacadesByStereotype

java.util.Map<K,V> metafacadesByStereotype
Caches the metafacdaes by stereotype.

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

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

Serialized Fields

metafacadeClasses

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


metafacadeModelNamespace

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

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

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

Serialized Fields

mappings

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


namespaceMetafacadeMappings

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


defaultMetafacadeClass

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


mappingsByMetafacadeClass

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


propertyReferences

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


mappingObjectHierachyCache

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


inProcessMappings

java.util.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

java.util.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.


contextHierachyCache

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


reversedInterfaceArrayCache

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


parents

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


metaclassPattern

java.lang.String metaclassPattern
The name of the metaclass pattern.


metafacadeClasses

MetafacadeImpls metafacadeClasses
The shared metafacade impls instance.


modelMetafacadeMappings

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


parentNamespace

java.lang.String parentNamespace
Stores the namespace of the parent mappings.

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

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

Serialized Fields

name

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


message

java.lang.String message
Stores the actual message text.


metafacade

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


metafacadeName

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


metafacadeClass

java.lang.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 java.lang.RuntimeException implements Serializable


Package org.andromda.core.profile

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

Serialized Fields

elements

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


allElements

java.util.Map<K,V> allElements
Stores all elements.

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


Package org.andromda.core.repository

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

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


Package org.andromda.core.server

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

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


Package org.andromda.core.templateengine

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


Package org.andromda.core.transformation

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


Package org.andromda.core.translation

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

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


Package org.andromda.core.translation.library

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



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