Interface Rider


public interface Rider
Interface for creating transient 'rider' objects on top of models during action/workflow execution.
  • Method Summary

    Modifier and Type Method Description
    void populateFromJSON​(org.json.JSONObject json)
    Given a JSON, populates attributes of this Rider.
    org.json.JSONObject toJSON()
    Converts this Rider into a JSON
  • Method Details

    • toJSON

      org.json.JSONObject toJSON()
      Converts this Rider into a JSON
    • populateFromJSON

      void populateFromJSON​(org.json.JSONObject json)
      Given a JSON, populates attributes of this Rider. Should be symmetric with toJSON()