public class FbcExtension extends org.sbml.libsbml.SBMLExtension
Constructor and Description |
---|
FbcExtension()   |
FbcExtension(FbcExtension arg0)   |
Modifier and Type | Method and Description |
---|---|
void |
delete()
Explicitly deletes the underlying native object.
|
SBase |
DowncastSBase(long cPtr,
boolean owner)
SBMLExtension derived classes must override this method
|
SBasePlugin |
DowncastSBasePlugin(long cPtr,
boolean owner)
SBMLExtension derived classes must override this method
|
static long |
getDefaultLevel()   |
static long |
getDefaultPackageVersion()   |
static long |
getDefaultVersion()   |
static String |
getPackageName()   |
static String |
getXmlnsL3V1V1()   |
static void |
init()   |
public FbcExtension()
public FbcExtension(FbcExtension arg0)
public void delete()
In general, application software will not need to call this method directly. The Java language binding for libSBML is implemented as a language wrapper that provides a Java interface to libSBML's underlying C++/C code. Some of the Java methods return objects that are linked to objects created not by Java code, but by C++ code. The Java objects wrapped around them will be deleted when the garbage collector invokes the corresponding C++ finalize()
methods for the objects. The finalize()
methods in turn call the FbcExtension.delete()
method on the libSBML object.
This method is exposed in case calling programs want to ensure that the underlying object is freed immediately, and not at some arbitrary time determined by the Java garbage collector. In normal usage, callers do not need to invoke FbcExtension.delete()
themselves.
delete
 in class org.sbml.libsbml.SBMLExtension
public SBase DowncastSBase(long cPtr, boolean owner)
org.sbml.libsbml.SBMLExtension
DowncastSBase
 in class org.sbml.libsbml.SBMLExtension
public SBasePlugin DowncastSBasePlugin(long cPtr, boolean owner)
org.sbml.libsbml.SBMLExtension
DowncastSBasePlugin
 in class org.sbml.libsbml.SBMLExtension
public static long getDefaultLevel()
public static long getDefaultPackageVersion()
public static long getDefaultVersion()
public static String getPackageName()
public static String getXmlnsL3V1V1()
public static void init()