Class StepPositionImpl

java.lang.Object
org.galaxyproject.gxformat2.v19_09.utils.SavableImpl
org.galaxyproject.gxformat2.v19_09.StepPositionImpl
All Implemented Interfaces:
StepPosition, Savable

public class StepPositionImpl extends SavableImpl implements StepPosition
Auto-generated class implementation for https://galaxyproject.org/gxformat2/gxformat2common#StepPosition
This field specifies the location of the step's node when rendered in the workflow editor.
  • Constructor Summary

    Constructors
    Constructor
    Description
    StepPositionImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_)
    Used by RootLoader to construct instances of StepPositionImpl.
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for property https://galaxyproject.org/gxformat2/gxformat2common#StepPosition/left
    Relative horizontal position of the step's node when rendered in the workflow editor.
    Getter for property https://galaxyproject.org/gxformat2/gxformat2common#StepPosition/top
    Relative vertical position of the step's node when rendered in the workflow editor.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StepPositionImpl

      public StepPositionImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_)
      Used by RootLoader to construct instances of StepPositionImpl.
      Parameters:
      __doc_ - Document fragment to load this record object from (presumably a Map).
      __baseUri_ - Base URI to generate child document IDs against.
      __loadingOptions - Context for loading URIs and populating objects.
      __docRoot_ - ID at this position in the document (if available) (maybe?)
      Throws:
      ValidationException - If the document fragment is not a Map or validation of fields fails.
  • Method Details

    • getTop

      public Object getTop()
      Getter for property https://galaxyproject.org/gxformat2/gxformat2common#StepPosition/top
      Relative vertical position of the step's node when rendered in the workflow editor. *
      Specified by:
      getTop in interface StepPosition
    • getLeft

      public Object getLeft()
      Getter for property https://galaxyproject.org/gxformat2/gxformat2common#StepPosition/left
      Relative horizontal position of the step's node when rendered in the workflow editor. *
      Specified by:
      getLeft in interface StepPosition