|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cs.ai.kreator.misc.util.Bijection<DataFile,FileTab>
edu.cs.ai.kreator.misc.util.DataFileBijection
public class DataFileBijection
The DatafileBijiction class provides special methods to realize the demands on handling KReatorFiles. Especially the getImage(File file) method.
Field Summary |
---|
Fields inherited from class edu.cs.ai.kreator.misc.util.Bijection |
---|
inverse, map |
Constructor Summary | |
---|---|
DataFileBijection()
|
Method Summary | |
---|---|
DataFile |
getImage(java.io.File file)
Returns the KreatorFile with the path file if the bijection contains it, returns null else. |
Methods inherited from class edu.cs.ai.kreator.misc.util.Bijection |
---|
add, containsImage, containsPreImage, getAllPreImages, getImage, getInverseMap, getMap, getPreImage, removeImage, removePreImage, values |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataFileBijection()
Method Detail |
---|
public DataFile getImage(java.io.File file)
file
- The path for that been searched.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |