Package io.opencaesar.oml.util


package io.opencaesar.oml.util
  • Class
    Description
    The Adapter Factory for the model.
    The Builder for the model.
    The Catalog that resolves logical IRIs to physical URIs.
    The Constants used frequently by OML code base
    Utilities to help delete Oml elements
    The enumeration of Cascade direction
    A node in the cascade result tree
    A cascade delete rule a) If direction is SOURCE_TO_TARGET, and the instance to be deleted matches the given source type, the instance to be deleted is related to a target instance with the given relation, the target instance matches the given target type, delete the target instance; a) If direction is TARGET_TO_SOURCE, and the instance to be deleted matches the given target type, the instance to be deleted is related to a source instance with the given relation, the source instance matches the given source type, delete the source instance;
    The Factory2 for the model.
    The Index API for the model.
    The Read API for the model.
    The Search API for the model.
    The Switch for the model's inheritance hierarchy.
    The Validator for the model.
    The Validator2 for the model.
    The Write API for the model.