Uses of Class
com.stata.sfi.FrameException
-
Packages that use FrameException Package Description com.stata.sfi The Stata Function Interface (SFI) provides the classes necessary for Java to interact with core features of Stata. -
-
Uses of FrameException in com.stata.sfi
Methods in com.stata.sfi that throw FrameException Modifier and Type Method Description Frame
Frame. clone(String newName)
static Frame
Frame. connect(String name)
Connect to an existing frame in Stata and return a newFrame
instance that can be used to access it.static Frame
Frame. create(String name)
Create a new frame in Stata and return a newFrame
instance that can be used to access it.
-