Uses of Class
org.drip.state.representation.LatentStateMergeSubStretch
Package | Description |
---|---|
org.drip.state.representation |
Latent State Merge Sub-stretch
|
-
Uses of LatentStateMergeSubStretch in org.drip.state.representation
Methods in org.drip.state.representation that return LatentStateMergeSubStretch Modifier and Type Method Description LatentStateMergeSubStretch
LatentStateMergeSubStretch. coalesce(LatentStateMergeSubStretch latentStateMergeSubStretchOther)
Coalesce the supplied Merge Stretch with the current one (if possible) to create a new Merge StretchMethods in org.drip.state.representation with parameters of type LatentStateMergeSubStretch Modifier and Type Method Description boolean
MergeSubStretchManager. addMergeStretch(LatentStateMergeSubStretch latentStateMergeSubStretch)
Add the Specified Merge StretchLatentStateMergeSubStretch
LatentStateMergeSubStretch. coalesce(LatentStateMergeSubStretch latentStateMergeSubStretchOther)
Coalesce the supplied Merge Stretch with the current one (if possible) to create a new Merge Stretchboolean
LatentStateMergeSubStretch. indexMatch(LatentStateMergeSubStretch latentStateMergeSubStretchOther)
Indicate whether Specified Merge Stretch's Label matches with the current oneboolean
LatentStateMergeSubStretch. overlap(LatentStateMergeSubStretch latentStateMergeSubStretchOther)
Identify if the Supplied Merge Stretch overlaps with the provided one.