Class ExactPosition
AbstractPosition
--+
|
ExactPosition
Specify the specific position of a boundary.
o position - The position of the boundary. o extension - An optional
argument which must be zero since we don't have an extension. The
argument is provided so that the same number of arguments can be passed
to all position types.
In this case, there is no fuzziness associated with the position.
Method Summary |
|
__init__(self,
position,
extension)
|
|
__str__(self)
|
Inherited from AbstractPosition |
|
__cmp__ (self,
other)
A simple comparison function for positions. |