|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Cmapping.Native
public class Native
Title: Bioinformatics Project
Description: Genomes Comparacent
Copyright: Copyright (c) 2005-2006
Native is the interface between the java code and the mapping C++ code.
Constructor Summary | |
---|---|
Native()
|
Method Summary | |
---|---|
int |
doCCode(int argc,
java.lang.String[] jargv)
Calls the native C++ doCCodde, the method is implemented in p1.cpp, linked by the file "Cmapping_Native.h" , the p1.cpp "native" header. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Native()
Method Detail |
---|
public int doCCode(int argc, java.lang.String[] jargv)
argc
- int:number of the strings in jargv.jargv
- String[]: an array of strings containg the info needed to run the
mapping c++ code.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |