fUML.Semantics.Classes.Kernel
Class StructuredValue

java.lang.Object
  extended by org.modeldriven.fuml.FumlObject
      extended by fUML.Semantics.Loci.LociL1.SemanticVisitor
          extended by fUML.Semantics.Classes.Kernel.Value
              extended by fUML.Semantics.Classes.Kernel.StructuredValue
Direct Known Subclasses:
CompoundValue, Reference

public abstract class StructuredValue
extends Value

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

The following features are implemented:


Constructor Summary
StructuredValue()
           
 
Method Summary
 void createFeatureValues()
          operation createFeatureValues
abstract  FeatureValue getFeatureValue(StructuralFeature feature)
          operation getFeatureValue
abstract  FeatureValueList getFeatureValues()
          operation getFeatureValues
abstract  void setFeatureValue(StructuralFeature feature, ValueList values, int position)
          operation setFeatureValue
 ValueSpecification specify()
          operation specify
 
Methods inherited from class fUML.Semantics.Classes.Kernel.Value
copy, equals, getTypes, hasType, objectId, toString
 
Methods inherited from class fUML.Semantics.Loci.LociL1.SemanticVisitor
_beginIsolation, _endIsolation
 
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, wait, wait, wait
 

Constructor Detail

StructuredValue

public StructuredValue()
Method Detail

specify

public ValueSpecification specify()
operation specify

Specified by:
specify in class Value

getFeatureValue

public abstract FeatureValue getFeatureValue(StructuralFeature feature)
operation getFeatureValue


setFeatureValue

public abstract void setFeatureValue(StructuralFeature feature,
                                     ValueList values,
                                     int position)
operation setFeatureValue


getFeatureValues

public abstract FeatureValueList getFeatureValues()
operation getFeatureValues


createFeatureValues

public void createFeatureValues()
operation createFeatureValues



Copyright © 2012. All Rights Reserved.