All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.odpi.openmetadata.accessservices.dataprivacy.properties.DigitalServiceDependencyGraph Maven / Gradle / Ivy

There is a newer version: 4.3
Show newest version
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.openmetadata.accessservices.dataprivacy.properties;

import java.util.List;

/**
 * The DigitalServiceDependencyGraph is used to return a dependency graph for a digital service.
 */
public class DigitalServiceDependencyGraph extends DataPrivacyElementHeader
{
    private static final long    serialVersionUID = 1L;

    private DigitalServiceDependencyDirection direction                  = null;
    private DigitalService                    root                       = null;
    private List              relatedDigitalServices     = null;
    private List    digitalServiceDependencies = null;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy