Interface StructuredValue

All Superinterfaces:
Characteristic, ModelElement, NamedElement
All Known Implementing Classes:
DefaultStructuredValue

public interface StructuredValue extends Characteristic
Since:
SAMM 1.0.0
  • Method Details

    • getDeconstructionRule

      String getDeconstructionRule()
      Returns:
      the regular expression to deconstruct the value into the Properties given in getElements().
    • getElements

      List<Object> getElements()
      Returns:
      a List of elements where each element is either a Property or a String.