| Package | Description |
|---|---|
| org.jscsi.target.settings |
This package contains those classes which are key to negotiating, declaring, storing,
and providing access to connection and session parameters subject to text negotiation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NumericalValueRange
This is a
NumericalValue sub-class for representing integer
intervals. |
class |
SingleNumericalValue
A
NumericalValue sub-class for representing single integers. |
| Modifier and Type | Method and Description |
|---|---|
NumericalValue |
NumericalValue.intersect(NumericalValue value)
Returns a
NumericalValue spanning the overlap of this NumericalValue and the parameter. |
static NumericalValue |
NumericalValue.intersect(NumericalValue a,
NumericalValue b)
Returns a
NumericalValue representing the intersection of the two
parameters |
static NumericalValue |
NumericalValue.parseNumericalValue(String value)
Parses a
NumericalValue from a String. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NumericalValueRange.contains(NumericalValue value)
Returns true if the passed
NumericalValue lies completely inside
the interval represented by this NumericalValueRange. |
NumericalValue |
NumericalValue.intersect(NumericalValue value)
Returns a
NumericalValue spanning the overlap of this NumericalValue and the parameter. |
static NumericalValue |
NumericalValue.intersect(NumericalValue a,
NumericalValue b)
Returns a
NumericalValue representing the intersection of the two
parameters |
Copyright © 2012 University of Konstanz, Distributed Systems Group. All Rights Reserved.