Modifier and Type | Interface and Description |
---|---|
interface |
BindingFacade
A representation of the model object 'Template Binding'.
|
Modifier and Type | Method and Description |
---|---|
Collection<DependencyFacade> |
Service.getAllEntityReferences()
Returns a collection of all entities this service and its ancestors have a relation to.
|
Collection<DependencyFacade> |
Entity.getAllEntityReferences()
Returns a collection of all entities this entity and its ancestors have a relation to.
|
Collection<DependencyFacade> |
Service.getAllServiceReferences()
Returns a collection of all services this service and its ancestors have a relation to.
|
Collection<DependencyFacade> |
Service.getEntityReferences()
References to all entities to which this service has a dependency.
|
Collection<DependencyFacade> |
Entity.getEntityReferences()
All entities referenced by this entity.
|
Collection<DependencyFacade> |
Service.getServiceReferences()
References to all services to which this service has a dependency.
|
List<DependencyFacade> |
FrontEndController.getServiceReferences()
Returns all back-end services referenced by this controller.
|
Collection<DependencyFacade> |
ModelElementFacade.getSourceDependencies()
Gets the dependencies for which this model element is the source.
|
Collection<DependencyFacade> |
ModelElementFacade.getTargetDependencies()
Gets the dependencies for which this model element is the target.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.