public interface AslCompiler
Modifier and Type | Method and Description |
---|---|
com.spss.ae.client.remote.RemoteClient |
getASConnection(AEConnectionDescriptor des)
Returns the current connection to AS.
|
com.spss.ae.aslhelpers.AslProgram |
getASLProgram()
Returns the ASL program that contains all of the ASL generated for the nodes.
|
java.lang.String |
getTemporaryProjectDir()
Returns the base directory for the temporary project.
|
java.lang.String |
getTemporaryProjectID()
Returns the id of the temporary project.
|
java.lang.String |
getTemporaryProjectTmpDir()
Returns the tmp directory in the temporary project.
|
boolean |
hasASLProgram()
Checks if an ASL program has been created.
|
java.lang.String |
newTemporaryProjectTmpDir()
Creates a new unique directory below the temporary directory for the temporary project.
|
com.spss.ae.client.remote.RemoteClient getASConnection(AEConnectionDescriptor des)
des
- AEConnectionDescriptorboolean hasASLProgram()
com.spss.ae.aslhelpers.AslProgram getASLProgram() throws java.lang.Exception
java.lang.Exception
java.lang.String getTemporaryProjectID()
java.lang.String getTemporaryProjectDir()
java.lang.String getTemporaryProjectTmpDir()
java.lang.String newTemporaryProjectTmpDir()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.