Interface FeatureReadWriteAccessor

All Superinterfaces:
FeatureReadAccessor

@ClosedApi @ExperimentalApi public interface FeatureReadWriteAccessor extends FeatureReadAccessor
Accessor for a feature that allows for reading and writing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Overwrites the current value for the feature.

    Methods inherited from interface com.agi.mbse.sysml2.api.delegation.model.FeatureReadAccessor

    getValue
  • Method Details

    • setValue

      void setValue(List<Object> data)
      Overwrites the current value for the feature.
      Parameters:
      data - Value to set for the feature.