Cpreprocessing
Class NativePre

java.lang.Object
  extended by Cpreprocessing.NativePre

public class NativePre
extends java.lang.Object

Title: Bioinformatics Project

Description: Genomes Comparacent

Copyright: Copyright (c) 2005-2006

Native is the interface between the java code and the mapping C++ code.

Version:
1.0
Author:
Shadi Ibrahem.

Constructor Summary
NativePre()
           
 
Method Summary
 int doCPreCode(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

NativePre

public NativePre()
Method Detail

doCPreCode

public int doCPreCode(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.

Parameters:
argc - int:number of the strings in jargv.
jargv - String[]: an array of strings containg the info needed to run the mapping c++ code.
Returns:
0.