Uses of Class
ix.icore.domain.ConstraintRange

Packages that use ConstraintRange
ix.icore.domain Domain descriptions. 
ix.iface.domain Domain parsers and outputters. 
 

Uses of ConstraintRange in ix.icore.domain
 

Subclasses of ConstraintRange in ix.icore.domain
 class AcrossNode
          A constraint-range that can be used when the range is from the 'begin' of a node to the 'end' of that same node.
 class AtNodeEnd
          A constraint-range that should be used when the constraint applies 'at' at a node-end rather than across a range.
 

Methods in ix.icore.domain that return ConstraintRange
 ConstraintRange ConstraintRange.clone()
           
 ConstraintRange Constraint.getConstraintRange()
           
 

Uses of ConstraintRange in ix.iface.domain
 

Methods in ix.iface.domain with parameters of type ConstraintRange
(package private)  void LTF_Writer.outConstraintRange(ConstraintRange r)