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

org.modeldriven.fuml.xmi.XmiIdentity Maven / Gradle / Ivy

/*
 * Copyright 2008 Lockheed Martin Corporation, except as stated in the file 
 * entitled Licensing-Information. All modifications copyright 2009 Data Access Technologies, Inc. Licensed under the Academic Free License 
 * version 3.0 (http://www.opensource.org/licenses/afl-3.0.php), except as stated 
 * in the file entitled Licensing-Information. 
 *
 * Contributors:
 *   MDS - initial API and implementation
 *
 */

package org.modeldriven.fuml.xmi;

/**
 * Represents the identity of an XMI object used in XMI import or 
 * target model assembly.
 * 
 * @author Scott Cinnamond
 */
public interface XmiIdentity {
    public String getXmiId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy