Contains
objects.
More...
import "NotificationTypes.idl";
Public Methods | |
ImportsLinkSet | all_Imports_links () |
Return all the links in the Imports interface. More... | |
boolean | exists (in EventType importer, in EventType imported) |
Check if an event type is imported by another event type. More... | |
EventTypeSet | with_importer (in EventType importer) |
Find all the event types imported by some event type. More... | |
EventTypeSet | with_imported (in EventType imported) |
Find the event types that import some event type. More... | |
void | add (in EventType importer, in EventType imported) raises (Reflective::StructuralError, Reflective::SemanticError) |
Import the imported event type into the importer event type. More... | |
void | modify_importer (in EventType importer, in EventType imported, in EventType new_importer) raises (Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError) |
Move an imported event type from one importer event type to another. More... | |
void | modify_imported (in EventType importer, in EventType imported, in EventType new_imported) raises (Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError) |
Replace an imported event type with another. More... | |
void | remove (in EventType importer, in EventType imported) raises (Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError) |
Remove an imported event type from an importer event type. More... |
Contains
objects.
This is used to manage the import relationships between events in the singleton repository. The events can be manages either using the operations of this interface or by means of the generic operations in the RefAssociation
interface.
|
Import the
|
|
Return all the links in the
|
|
Check if an event type is imported by another event type.
|
|
Replace an imported event type with another.
|
|
Move an imported event type from one importer event type to another.
|
|
Remove an imported event type from an importer event type.
|
|
Find the event types that import some event type.
|
|
Find all the event types imported by some event type.
|