Package | Description |
---|---|
org.andromda.core.configuration |
Contains the classes and other resources that provide the configuration
of AndroMDA.
|
org.andromda.core.namespace |
Defines all the namespace component support.
|
Modifier and Type | Method and Description |
---|---|
PropertyDefinition[] |
Namespaces.getPropertyDefinitions(String namespaceName)
Retrieves all property definitions for the given namespace.
|
Modifier and Type | Method and Description |
---|---|
PropertyDefinition |
NamespaceRegistry.getPropertyDefinition(String name)
Attempts to retrieve the property definition for the given
name . |
PropertyDefinition[] |
NamespaceRegistry.getPropertyDefinitions()
Gets all property definitions belonging to this registry.
|
Modifier and Type | Method and Description |
---|---|
void |
NamespaceRegistry.addPropertyDefinition(PropertyDefinition propertyDefinition)
Adds a property definition to the group of defintions.
|
void |
NamespaceRegistry.addPropertyDefinitions(PropertyDefinition[] propertyDefinitions)
Adds all property definitions to the current property definitions.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.