fUML.Syntax.Classes.Kernel
Class Element

java.lang.Object
  extended by org.modeldriven.fuml.FumlObject
      extended by fUML.Syntax.Classes.Kernel.Element
Direct Known Subclasses:
Clause, ElementImport, Generalization, LinkEndData, MultiplicityElement, NamedElement, PackageImport, Slot

public abstract class Element
extends FumlObject

An implementation of the model object ' fUML::Syntax::Classes::Kernel::Element'.

The following features are implemented:


Field Summary
 CommentList ownedComment
           
 ElementList ownedElement
           
 Element owner
           
 
Constructor Summary
Element()
           
 
Method Summary
 
Methods inherited from class org.modeldriven.fuml.FumlObject
getHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ownedElement

public ElementList ownedElement

owner

public Element owner

ownedComment

public CommentList ownedComment
Constructor Detail

Element

public Element()


Copyright © 2012. All Rights Reserved.