Class RealizedChange

java.lang.Object
com.technia.dsx.threedspace.change.action.RealizedChange

public class RealizedChange extends Object
Represents a realized change in a change action.

Contains information about a change that has been realized, including the location (where) and the operations that were performed.

Since:
2023-02-17
  • Constructor Details

    • RealizedChange

      public RealizedChange()
  • Method Details

    • getWhere

      public com.technia.dsx.app.model.Referable getWhere()
    • setWhere

      public void setWhere(com.technia.dsx.app.model.Referable where)
    • getOperations

      public List<String> getOperations()
    • setOperations

      public void setOperations(List<String> operations)