Cmapping
Class Native

java.lang.Object
  extended by Cmapping.Native

public class Native
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
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

Native

public Native()
Method Detail

doCCode

public 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.

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.