|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InstanceFacade
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
java.util.Collection |
getAttributeLinks()
Returns those slots that map onto attributes. |
java.util.Collection |
getClassifiers()
|
java.util.Collection |
getLinkEnds()
Those slots that map onto association ends. |
java.util.Collection |
getOwnedInstances()
|
java.util.Collection |
getOwnedLinks()
|
java.util.Collection |
getSlots()
All slots for this instance, this includes the ones that map onto attributes and the ones that map onto association ends. |
boolean |
isInstanceFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Method Detail |
|---|
boolean isInstanceFacadeMetaType()
truejava.util.Collection getAttributeLinks()
Returns those slots that map onto attributes.
java.util.Collection getClassifiers()
java.util.Collection getLinkEnds()
Those slots that map onto association ends.
java.util.Collection getOwnedInstances()
java.util.Collection getOwnedLinks()
java.util.Collection getSlots()
All slots for this instance, this includes the ones that map onto attributes and the ones that map onto association ends. In fact, this feature holds the collection of both InstanceFacade.attributeLinks and InstanceFacade.linkEnds.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||