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
-
Field Summary
Fields inherited from class com.nomagic.magicdraw.simulation.fuml.loci.SemanticVisitor
listenerInfoSupport -
Method Summary
Modifier and TypeMethodDescriptionabstract FeatureValuegetFeatureValue(StructuralFeature feature) Gets the feature value.abstract com.nomagic.magicdraw.simulation.fuml.classes.FeatureValueListGets the feature values.Methods inherited from class com.nomagic.magicdraw.simulation.fuml.loci.SemanticVisitor
_beginIsolation, _endIsolation, firePropertyChange, getListeners, register, register, unregister
-
Method Details
-
getFeatureValue
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
-