/* * This file is part of the HyperGraphDB source distribution. This is copyrighted * software. For permitted uses, licensing options and redistribution, please see * the LicensingInformation file at the root level of the distribution. * * Copyright (c) 2005-2010 Kobrix Software, Inc. All rights reserved. */ package org.hypergraphdb.atom; /** * * <p> * A <code>HGUniquenessContraint</code> defines what makes an atom of a given type * unique. This could be its value, certain values and/or its linkage (in case it is * a link). * </p> * * @author Borislav Iordanov * */ public class HGUniquenessConstraint { // TODO.... }