|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use File | |
---|---|
de.uni_bremen.st.rcf.model | |
de.uni_bremen.st.rcf.util |
Uses of File in de.uni_bremen.st.rcf.model |
---|
Methods in de.uni_bremen.st.rcf.model that return File | |
---|---|
File |
Files.addFile(String path,
Version version)
Adds a new File to the relation if an equal file does not exists and returns it. |
File |
SourcePosition.getFile()
Get the file value. |
File |
SourcePosition.getFile(File defaultValue)
Get the file value. |
Methods in de.uni_bremen.st.rcf.model that return types with arguments of type File | |
---|---|
List<File> |
Version.getFiles()
Get the value list of files |
List<File> |
Directory.getFiles()
Get the value list of files |
Relation<File> |
File.getRelation()
|
Methods in de.uni_bremen.st.rcf.model with parameters of type File | |
---|---|
Fragment |
Fragments.addFragment(File file,
int beginLine,
int endLine,
int beginColumn,
int endColumn,
int numTokens)
Adds a new Fragment to the relation SourcePosition objects, required by the fragment will be created as well. |
SourcePosition |
SourcePositions.addSourcePosition(File file,
int line,
int column)
Adds a new SourcePosition to the relation if an equal file does not exists and returns it. |
File |
SourcePosition.getFile(File defaultValue)
Get the file value. |
void |
SourcePosition.setFile(File entry)
Set the file value. |
Uses of File in de.uni_bremen.st.rcf.util |
---|
Fields in de.uni_bremen.st.rcf.util declared as File | |
---|---|
File |
FileRatio.FileRatioPart.file
|
Methods in de.uni_bremen.st.rcf.util with parameters of type File | |
---|---|
static double |
CloneCoverage.calculateCloneCoverage(RCF rcf,
File file)
Calculates the clone coverage for one file. |
static double |
CloneCoverage.estimateCloneCoverage(RCF rcf,
File file)
Estimates the clone coverage for one file. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |