sk.uniba.euromath.document.schema.plug
Interface IInsertListP

All Known Implementing Classes:
InsertListImpl

public interface IInsertListP

List of ElementLocP objects, must be maintained ordered by InsertPoint.

Author:
Martin Vysny

Method Summary
 IElementLocP get(int i)
          Returns i-th element locator in list.
 int getLength()
          Returns number of locator in this insertlist.
 

Method Detail

get

IElementLocP get(int i)
Returns i-th element locator in list.

Parameters:
i - index of item.
Returns:
element locator object.

getLength

int getLength()
Returns number of locator in this insertlist.

Returns:
number of locator in this insertlist.


Copyright © 2003-2006 null. All Rights Reserved.