|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--interagents.implicitHolder
| Constructor Summary | |
implicitHolder()
|
|
implicitHolder(int size)
|
|
| Method Summary | |
void |
add(interagents.wrapItem item)
Add an entry. |
void |
addAt(int i,
interagents.wrapItem item)
Add an entry at a specified index. |
boolean |
contains(int n)
|
int |
count()
|
int |
countKnown()
|
java.util.Enumeration |
elements()
|
objects.EuObject |
get(int i,
interagents.EuLab lab)
Retrieve an implicit entry as an explicit using the lab. |
boolean |
orderedByNewness(int i,
int j)
Determine whether or not two entries are sorted according to their flags. |
boolean |
orderedByNumber(int i,
int j)
Determine whether or not two entries are sorted according to their @see EuLab number. |
interagents.wrapItem |
pick(int i)
|
void |
prepend(interagents.wrapItem wi)
|
java.lang.String |
provenienceList(interagents.EuLab lab)
|
interagents.wrapItem |
remove(int i)
|
void |
setProvenience(java.lang.String provenience,
interagents.EuLab lab)
|
void |
sortByType()
Sort implicits according to typeindex |
void |
swap(int i,
int j)
Swap the objects NO THROWING??? |
java.lang.String |
toString()
|
void |
trimToSize()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public implicitHolder(int size)
public implicitHolder()
| Method Detail |
public interagents.wrapItem pick(int i)
i -
public int count()
public void trimToSize()
public int countKnown()
public boolean contains(int n)
public interagents.wrapItem remove(int i)
public void sortByType()
public void swap(int i,
int j)
i - j - public void add(interagents.wrapItem item)
item - the entry
public void addAt(int i,
interagents.wrapItem item)
i - the indexitem - the entry
public boolean orderedByNumber(int i,
int j)
i - the number of the first entryj - the number of the second entry
public boolean orderedByNewness(int i,
int j)
throws InternalException
i - the number of the first entryj - the number of the second entry
InternalException - if wrong phase
public objects.EuObject get(int i,
interagents.EuLab lab)
throws DesignException
i - the number of the entrylab - the lab
DesignException - if type discrepancypublic void prepend(interagents.wrapItem wi)
public java.util.Enumeration elements()
public java.lang.String toString()
toString in class java.lang.Object
public void setProvenience(java.lang.String provenience,
interagents.EuLab lab)
throws DesignException
DesignExceptionpublic java.lang.String provenienceList(interagents.EuLab lab)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||