com.kuka.nav.fleet.graph.properties
Class EditableParameterAccess.Accessor.Range

java.lang.Object
  extended by com.kuka.nav.fleet.graph.properties.EditableParameterAccess.Accessor.Range
Enclosing class:
EditableParameterAccess.Accessor

public class EditableParameterAccess.Accessor.Range
extends Object


Constructor Summary
EditableParameterAccess.Accessor.Range(boolean leftRangeIncluded, Comparable<?> leftRange, boolean rightRangeIncluded, Comparable<?> rightRange)
           
 
Method Summary
 Comparable<?> getLeftRange()
          Returns the leftRange.
 Comparable<?> getRightRange()
          Returns the rightRange.
 boolean isLeftRangeIncluded()
          Returns the leftRangeIncluded.
 boolean isRightRangeIncluded()
          Returns the rightRangeIncluded.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditableParameterAccess.Accessor.Range

public EditableParameterAccess.Accessor.Range(boolean leftRangeIncluded,
                                              Comparable<?> leftRange,
                                              boolean rightRangeIncluded,
                                              Comparable<?> rightRange)
Method Detail

isLeftRangeIncluded

public boolean isLeftRangeIncluded()
Returns the leftRangeIncluded.

Returns:
the leftRangeIncluded

isRightRangeIncluded

public boolean isRightRangeIncluded()
Returns the rightRangeIncluded.

Returns:
the rightRangeIncluded

getLeftRange

public Comparable<?> getLeftRange()
Returns the leftRange.

Returns:
the leftRange

getRightRange

public Comparable<?> getRightRange()
Returns the rightRange.

Returns:
the rightRange


Copyright © 2019. All rights reserved.