Uses of Interface
com._1c.g5.v8.dt.bsl.compare.ComparisonRegionNeighbour
-
Packages that use ComparisonRegionNeighbour Package Description com._1c.g5.v8.dt.bsl.compare com._1c.g5.v8.dt.bsl.compare.impl com._1c.g5.v8.dt.bsl.compare.util -
-
Uses of ComparisonRegionNeighbour in com._1c.g5.v8.dt.bsl.compare
Methods in com._1c.g5.v8.dt.bsl.compare that return ComparisonRegionNeighbour Modifier and Type Method Description ComparisonRegionNeighbour
BslCompareFactory. createComparisonRegionNeighbour()
Returns a new object of class 'Comparison Region Neighbour'.ComparisonRegionNeighbour
ComparisonTextRegion. getLeftNeighbour()
Returns the value of the 'Left Neighbour' containment reference.Methods in com._1c.g5.v8.dt.bsl.compare with parameters of type ComparisonRegionNeighbour Modifier and Type Method Description void
ComparisonTextRegion. setLeftNeighbour(ComparisonRegionNeighbour value)
Sets the value of the 'Left Neighbour
' containment reference. -
Uses of ComparisonRegionNeighbour in com._1c.g5.v8.dt.bsl.compare.impl
Classes in com._1c.g5.v8.dt.bsl.compare.impl that implement ComparisonRegionNeighbour Modifier and Type Class Description class
ComparisonRegionNeighbourImpl
An implementation of the model object 'Comparison Region Neighbour'.Methods in com._1c.g5.v8.dt.bsl.compare.impl that return ComparisonRegionNeighbour Modifier and Type Method Description ComparisonRegionNeighbour
BslCompareFactoryImpl. createComparisonRegionNeighbour()
ComparisonRegionNeighbour
ComparisonTextRegionImpl. getLeftNeighbour()
Methods in com._1c.g5.v8.dt.bsl.compare.impl with parameters of type ComparisonRegionNeighbour Modifier and Type Method Description void
ComparisonTextRegionImpl. setLeftNeighbour(ComparisonRegionNeighbour newLeftNeighbour)
-
Uses of ComparisonRegionNeighbour in com._1c.g5.v8.dt.bsl.compare.util
Methods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type ComparisonRegionNeighbour Modifier and Type Method Description T
BslCompareSwitch. caseComparisonRegionNeighbour(ComparisonRegionNeighbour object)
Returns the result of interpreting the object as an instance of 'Comparison Region Neighbour'.
-