fUML.Syntax.Classes.Kernel
Class Slot

java.lang.Object
  extended by org.modeldriven.fuml.FumlObject
      extended by fUML.Syntax.Classes.Kernel.Element
          extended by fUML.Syntax.Classes.Kernel.Slot

public class Slot
extends Element

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

The following features are implemented:


Field Summary
 StructuralFeature definingFeature
           
 InstanceSpecification owningInstance
           
 ValueSpecificationList value
           
 
Fields inherited from class fUML.Syntax.Classes.Kernel.Element
ownedComment, ownedElement, owner
 
Constructor Summary
Slot()
           
 
Method Summary
 void addValue(ValueSpecification value)
          operation addValue
 void setDefiningFeature(StructuralFeature definingFeature)
          operation setDefiningFeature
 
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

owningInstance

public InstanceSpecification owningInstance

definingFeature

public StructuralFeature definingFeature

value

public ValueSpecificationList value
Constructor Detail

Slot

public Slot()
Method Detail

setDefiningFeature

public void setDefiningFeature(StructuralFeature definingFeature)
operation setDefiningFeature


addValue

public void addValue(ValueSpecification value)
operation addValue



Copyright © 2012. All Rights Reserved.