Package gov.niem.tools.api.db.base


package gov.niem.tools.api.db.base
  • Class
    Description
    Identifies why a component was added to a CMF model, either directly due to a task like migration or transformation, or indirectly as a required dependency.
    Interface for a model object that can be represented as a CMF object.
    A parent class for all kinds of entities used to represent the structure of a NIEM model.
    Abstract class that provides basic database operations for data model items.
    Adds reusable methods for entities that belong to a model: Version, Namespace, Property, etc.
    Adds reusable methods for entities that belong to a namespace: Property, Type, Facet, etc.
    Adds reusable methods for entities that belong to a steward: Model, Version, Namespace, etc.
    Adds reusable methods for entities that can be versioned: Version, Namespace, Property, etc.
    Adds reusable methods for entities that belong to a version: Namespace, Property, etc.
    Abstract class the provides additional database operations for data model items that are versioned (e.g., versions, namespaces, properties, etc.)