Class StructuredValue

java.lang.Object
com.nomagic.magicdraw.simulation.fuml.loci.SemanticVisitor
com.nomagic.magicdraw.simulation.fuml.classes.Value
com.nomagic.magicdraw.simulation.fuml.classes.StructuredValue
All Implemented Interfaces:
com.nomagic.magicdraw.simulation.listener.SimulationListenerable
Direct Known Subclasses:
CompoundValue

@OpenApi public abstract class StructuredValue extends Value
  • Field Summary

    Fields inherited from class com.nomagic.magicdraw.simulation.fuml.loci.SemanticVisitor

    listenerInfoSupport
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract FeatureValue
    Gets the feature value.
    abstract com.nomagic.magicdraw.simulation.fuml.classes.FeatureValueList
    Gets the feature values.

    Methods inherited from class com.nomagic.magicdraw.simulation.fuml.classes.Value

    getTypes

    Methods inherited from class com.nomagic.magicdraw.simulation.fuml.loci.SemanticVisitor

    _beginIsolation, _endIsolation, firePropertyChange, getListeners, register, register, unregister

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • getFeatureValue

      @OpenApi @CheckForNull public abstract FeatureValue getFeatureValue(StructuralFeature feature)
      Gets the feature value.
      Parameters:
      feature - the feature
      Returns:
      the feature value
    • getFeatureValues

      @OpenApi public abstract com.nomagic.magicdraw.simulation.fuml.classes.FeatureValueList getFeatureValues()
      Gets the feature values.
      Returns:
      the feature values