org.omg.uml.Realization Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.09.13 at 12:06:48 PM EST
//
package org.omg.uml;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for Realization complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="Realization">
* <complexContent>
* <extension base="{}Abstraction">
* <sequence>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Realization")
@XmlSeeAlso({
ComponentRealization.class,
InterfaceRealization.class,
Substitution.class
})
public class Realization
extends Abstraction
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy