org.ucworkbench.model.supporting
Interface IRegion

All Known Subinterfaces:
IActor, IDescriptionSection, IExtension, IExtensionSection, IFileModel, IMainScenario, INumber, INumberable, INumberableScenarioable, INumberElement, IPropertiesSection, IProperty, IPropertyColonSeparator, IPropertyName, IPropertyValue, IReference, IScenario, IScenarioable, IScenarioItem, ISection, ISectionHeader, IStep, ISummarySection, IText, ITextable, ITextModel, ITextWithReferences, ITitleable, IUseCase, IUseCaseReference, IWhitespace

public interface IRegion

Provides properties for localization of elements in file


Method Summary
 int getLength()
          Returns the length of the region.
 int getOffset()
          Returns the offset of the region.
 

Method Detail

getLength

int getLength()
Returns the length of the region.

Returns:
the length of the region

getOffset

int getOffset()
Returns the offset of the region.

Returns:
the offset of the region