A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages

C

c - com.stata.sfi.Missing.Extended
 
callGC() - Static method in class com.stata.sfi.SFIToolkit
Call the Java garbage collector. Calling this method should generally be avoided.
changeToCWF() - Method in class com.stata.sfi.Frame
Set the Frame as the current working frame in Stata.
Characteristic - Class in com.stata.sfi
This class provides access to Stata characteristics.
clone(String) - Method in class com.stata.sfi.Frame
Create a new Frame instance by cloning the current Frame and its contents.
close() - Method in class com.stata.sfi.StrLConnector
Close the connection and release any resources.
com.stata.sfi - package com.stata.sfi
The Stata Function Interface (SFI) provides the classes necessary for Java to interact with core features of Stata.
com.stata.sfi.util - package com.stata.sfi.util
Provides a set of utility classes for extending the functionality of the Stata Function Interface (SFI).
connect(String) - Static method in class com.stata.sfi.Frame
Connect to an existing frame in Stata and return a new Frame instance that can be used to access it.
convertSymmetricToStd(String) - Static method in class com.stata.sfi.Matrix
Convert a symmetric matrix to a standard matrix.
create(String) - Static method in class com.stata.sfi.Frame
Create a new frame in Stata and return a new Frame instance that can be used to access it.
createLabel(String) - Static method in class com.stata.sfi.ValueLabel
Create a new value-label name.
createMatrix(String, int, int, double) - Static method in class com.stata.sfi.Matrix
Create a Stata matrix.
createMatrix(String, int, int, double, boolean) - Static method in class com.stata.sfi.Matrix
Create a Stata matrix.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages