public interface IRRelationIndexList
Interface of IRRelation Index List
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(IRRelation curRelation)
Adds a relation to the list.
|
void |
close()
Releases occupied resources.
|
IRRelation |
get(int index)
Gets the IRRelation object specified by its index
|
int |
size()
Gets the number of relations in the list.
|
IRRelation get(int index)
index - the index of the relationboolean add(IRRelation curRelation)
curRelation - the relation for addingint size()
void close()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.