|
Cool documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
represents an interface for a list of Structures.
A StructureList contains only Structure objects of the same type ( same StructureDescriptor ).
The methods, which insert Structures to the StructureList check this type consistency.
Cause IStructure is a ICMIModelClass the IStructureList extends the ICMIModelObjectCollection interface.
| Method Summary | |
IStructureDescriptor |
getDescriptor()
returns the meta data of the Structures, this list contains. |
IStructure |
getStructure(int index)
returns the Structure at the specified position |
| Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
public IStructureDescriptor getDescriptor()
Structures, this list contains.Structures, this list contains.public IStructure getStructure(int index)
Structure at the specified positionindex - the position of the Structure to getStructure at the specified position
|
Cool documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||