Class StepPositionImpl
java.lang.Object
org.galaxyproject.gxformat2.v19_09.utils.SavableImpl
org.galaxyproject.gxformat2.v19_09.StepPositionImpl
- All Implemented Interfaces:
StepPosition
,Savable
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
ConstructorsConstructorDescriptionStepPositionImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of StepPositionImpl. -
Method Summary
Modifier and TypeMethodDescriptiongetLeft()
Getter for property https://galaxyproject.org/gxformat2/gxformat2common#StepPosition/left
Relative horizontal position of the step's node when rendered in the workflow editor.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.
-
Constructor Details
-
StepPositionImpl
public StepPositionImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of StepPositionImpl.- Parameters:
__doc_
- Document fragment to load this record object from (presumably aMap
).__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 aMap
or validation of fields fails.
-
-
Method Details
-
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 interfaceStepPosition
-
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 interfaceStepPosition
-