Uses of Package
com.stata.sfi
Package
Description
The Stata Function Interface (SFI) provides the classes necessary for Java to
interact with core features of Stata.
Provides a set of utility classes for
extending the functionality of the Stata Function Interface (SFI).
-
ClassDescriptionDisplay modes that can be used with
SFIToolkit.display(String, DisplayMode)
andSFIToolkit.displayln(String, DisplayMode)
.This class provides access to Stata frames.The FrameException class is used to indicate that an exceptional condition has occurred with aFrame
.This class encapsulates a Stata value-label value.Mappings that correspond to missing values in Stata.Represents a general exception that encapsulates an error code.Signals that an exception occurred when processing a SIF date.This class facilitates access to Stata's strL data type.Indicates that a method or class is thread-safe and that thread safety has been provided using the Java keyword synchronized.Indicates that a method or class is thread-safe and that thread safety has been provided using the Java keyword synchronized; execution may be forced back on the main thread, so care must be taken to prevent deadlocks.Indicates that a method or class is thread-safe. -
ClassDescriptionIndicates that a method or class is thread-safe and that thread safety has been provided using the Java keyword synchronized.