|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describe the profile
Method Summary | |
boolean |
addPath(java.lang.String key,
Path path)
Add a new place to the list of known places |
Path |
getPathFromKey(java.lang.String key)
This method returns the path to the place referenced by the key. |
boolean |
isKey(java.lang.String key)
This method tests if there is a couple with the key value |
boolean |
isPath(Path path)
This method tests if the path passed as argument is present in the profile. |
boolean |
removePath(java.lang.String key)
Deletes the path referenced by the key |
Methods inherited from interface MUM.profile.IProfile |
getIdentifier, getName, getSurname |
Method Detail |
public boolean addPath(java.lang.String key, Path path)
key
- the key that refereces the placepath
- the path to the place
public boolean removePath(java.lang.String key)
key
- the key that refereces the place
public Path getPathFromKey(java.lang.String key)
key
- the key identifier
public boolean isPath(Path path)
path
- the path we want to check
public boolean isKey(java.lang.String key)
key
- the key
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |