|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for a type-safe list of ITransition objects.
| Method Summary | |
void |
addTransition(ITransition aTransition)
Deprecated. Adds a transition to the list |
void |
clear()
Deprecated. Clears the list |
boolean |
contains(ITransition aTransition)
Deprecated. Checks wheter a specific transition is contained in the list |
boolean |
equals(ITransitionList aTransitionList)
Deprecated. Compares two transition lists |
ITransition |
getTransition(int i)
Deprecated. Gets the ITransition at index i |
boolean |
isEmpty()
Deprecated. Checks whether the transition list is empty |
ITransitionListIterator |
iterator()
Deprecated. Gets a special iterator for the transition list |
ITransition |
remove(int i)
Deprecated. Removes the transition at the specified position |
void |
removeDuplicates()
Deprecated. Removes all duplicate entries in the list |
boolean |
removeTransition(ITransition aTransition)
Deprecated. Removes all occurrences of aTransition from the list |
int |
size()
Deprecated. Gets the number of transitions in the list |
java.util.List |
toList()
Deprecated. returns the transition list |
| Method Detail |
public ITransitionListIterator iterator()
ITransitionListIterator for the listpublic ITransition getTransition(int i)
ITransition at index ii - index of the transition with 0 <= i < size()public int size()
public boolean isEmpty()
public boolean contains(ITransition aTransition)
aTransition - transition which is used for the check aTransition is contained
in the listpublic void clear()
public void addTransition(ITransition aTransition)
aTransition - transition to be addedpublic boolean removeTransition(ITransition aTransition)
aTransition from the listaTransition - transition to be removed from the listpublic ITransition remove(int i)
i - index of the transition to be removedpublic void removeDuplicates()
public boolean equals(ITransitionList aTransitionList)
aTransitionList - transitionlist to comparepublic java.util.List toList()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||