| Package | Description |
|---|---|
| org.dmd.dmc |
The Dark Matter Core (dmc) package provides the core functionality for
all aspects of objects managed via the Dark Matter Data framework.
|
| org.dmd.dms.generated.types | |
| org.dmd.dms.generated.types.adapters | |
| org.dmd.dmt |
| Modifier and Type | Method and Description |
|---|---|
void |
DmcCacheIF.applyModification(DmcNamedObjectIF referringObject,
DmcTypeModifier mods)
Implementors should apply the specified modification to the referring object.
|
boolean |
DmcObject.applyModifier(DmcTypeModifier mods)
This method applies the modification operations defined in the modifier to this object.
|
DmcObject |
DmcObject.getStagingObject(DmcTypeModifier mods)
This method will return a "staging" object associated with the proposed
modifications that are passed as argument.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DmcTypeModifierMV
The DmcTypeModifierMV provides storage for a multi-valued Modifier
|
class |
DmcTypeModifierSET
The DmcTypeModifierSET provides storage for a set of Modifier
|
class |
DmcTypeModifierSV
The DmcTypeModifierSV provides storage for a single-valued Modifier
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModifierMVAdapter |
class |
ModifierSETAdapter |
class |
ModifierSVAdapter |
| Modifier and Type | Method and Description |
|---|---|
void |
TestDataCache.applyModification(DmcNamedObjectIF referringObject,
DmcTypeModifier mods) |
Copyright © 2023. All rights reserved.