|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.parser.ParserManager
0..1 currentParser 0..1 Parser <---------------------------------- ParserManager currentParser parserManager 0..n parsers 0..1 Parser ---------------------------- ParserManager parsers parserManager
Method Summary | |
boolean |
addToParsers(Parser value)
Access method for an one to n association. |
static ParserManager |
get()
Get the instance attribute of the ParserManager class |
Parser |
getCurrentParser()
Get the current parser of the ParserManager |
boolean |
hasInParsers(Parser value)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfParsers()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromParsers()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromParsers(Parser value)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeYou()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
setCurrentParser(Parser value)
Sets the current parser of the ParserManager |
int |
sizeOfParsers()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ParserManager get()
public boolean setCurrentParser(Parser value)
value
- The new current parser
public Parser getCurrentParser()
public boolean addToParsers(Parser value)
value
- The object added.
public java.util.Iterator iteratorOfParsers()
public boolean hasInParsers(Parser value)
value
- No description provided
public int sizeOfParsers()
public boolean removeFromParsers(Parser value)
value
- No description provided
public void removeAllFromParsers()
public void removeYou()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |