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


Constructor Summary
StructuredValue()
           
 
Method Summary
 void createFeatureValues()
           
abstract  FeatureValue getFeatureValue(StructuralFeature feature)
           
abstract  FeatureValueList getFeatureValues()
           
abstract  void setFeatureValue(StructuralFeature feature, ValueList values, int position)
           
 ValueSpecification specify()
           
 
Methods inherited from class fUML.Semantics.Classes.Kernel.Value
copy, equals, getTypes, hasType, new_, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StructuredValue

public StructuredValue()
Method Detail

specify

public ValueSpecification specify()
Specified by:
specify in class Value

getFeatureValue

public abstract FeatureValue getFeatureValue(StructuralFeature feature)

setFeatureValue

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

getFeatureValues

public abstract FeatureValueList getFeatureValues()

createFeatureValues

public void createFeatureValues()


Copyright © 2015. All Rights Reserved.