fUML.Semantics.Classes.Kernel
Class FeatureValue

java.lang.Object
  extended by org.modeldriven.fuml.FumlObject
      extended by fUML.Semantics.Classes.Kernel.FeatureValue

public class FeatureValue
extends FumlObject

An implementation of the model object ' fUML::Semantics::Classes::Kernel::FeatureValue'.

The following features are implemented:


Field Summary
 StructuralFeature feature
           
 int position
           
 ValueList values
           
 
Constructor Summary
FeatureValue()
           
 
Method Summary
 FeatureValue copy()
          operation copy
 boolean hasEqualValues(FeatureValue other)
          operation hasEqualValues
 
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

feature

public StructuralFeature feature

values

public ValueList values

position

public int position
Constructor Detail

FeatureValue

public FeatureValue()
Method Detail

hasEqualValues

public boolean hasEqualValues(FeatureValue other)
operation hasEqualValues


copy

public FeatureValue copy()
operation copy



Copyright © 2012. All Rights Reserved.