Interface Aspect

All Superinterfaces:
HasProperties, ModelElement, NamedElement, StructureElement
All Known Implementing Classes:
DefaultAspect

public interface Aspect extends StructureElement
An Aspect encapsulates a number of properties and operations that define one functional facet of a Digital Twin.
Since:
SAMM 1.0.0
  • Method Details

    • getOperations

      List<Operation> getOperations()
      Returns:
      the Operations defined in the scope of this Aspect.
    • getEvents

      List<Event> getEvents()
      Returns:
      the Events defined in the scope of this Aspect.
      Since:
      SAMM 2.0.0