BowlerKernel
Static Public Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
com.neuronrobotics.bowlerstudio.BowlerKernel Class Reference
Collaboration diagram for com.neuronrobotics.bowlerstudio.BowlerKernel:
Collaboration graph
[legend]

Static Public Member Functions

static void main (String[] args) throws Exception
 
static ArrayList< String > loadHistory () throws IOException
 
static void writeHistory (List< String > history)
 
static int speak (String msg, ISpeakingProgress progress)
 
static int speak (String msg)
 
static int speak (String msg, Number rate, Number pitch, Number voice, Number shift, Number volume)
 
static int speak (String msg, Number rate, Number pitch, Number voiceNumber, Number shift, Number volume, ISpeakingProgress progress)
 
static void upenURL (String string)
 
static void upenURL (URI htmlUrl)
 

Static Private Member Functions

static void fail ()
 
static void finish (long startTime)
 
static void processReturnedObjectsStart (Object ret, File baseWorkspaceFile)
 
static void processReturnedObjects (Object ret, ArrayList< CSG > csgBits)
 

Static Private Attributes

static File historyFile = new File(ScriptingEngine.getWorkspace().getAbsolutePath() + "/bowler.history")
 

Detailed Description

Definition at line 51 of file BowlerKernel.java.

Member Function Documentation

◆ fail()

static void com.neuronrobotics.bowlerstudio.BowlerKernel.fail ( )
staticprivate

◆ finish()

static void com.neuronrobotics.bowlerstudio.BowlerKernel.finish ( long  startTime)
staticprivate

◆ loadHistory()

static ArrayList<String> com.neuronrobotics.bowlerstudio.BowlerKernel.loadHistory ( ) throws IOException
static

◆ main()

static void com.neuronrobotics.bowlerstudio.BowlerKernel.main ( String[]  args) throws Exception
static

◆ processReturnedObjects()

static void com.neuronrobotics.bowlerstudio.BowlerKernel.processReturnedObjects ( Object  ret,
ArrayList< CSG csgBits 
)
staticprivate

◆ processReturnedObjectsStart()

static void com.neuronrobotics.bowlerstudio.BowlerKernel.processReturnedObjectsStart ( Object  ret,
File  baseWorkspaceFile 
)
staticprivate

◆ speak() [1/4]

static int com.neuronrobotics.bowlerstudio.BowlerKernel.speak ( String  msg)
static

Definition at line 560 of file BowlerKernel.java.

References com.neuronrobotics.bowlerstudio.BowlerKernel.speak().

Here is the call graph for this function:

◆ speak() [2/4]

static int com.neuronrobotics.bowlerstudio.BowlerKernel.speak ( String  msg,
ISpeakingProgress  progress 
)
static

◆ speak() [3/4]

static int com.neuronrobotics.bowlerstudio.BowlerKernel.speak ( String  msg,
Number  rate,
Number  pitch,
Number  voice,
Number  shift,
Number  volume 
)
static

Definition at line 566 of file BowlerKernel.java.

References com.neuronrobotics.bowlerstudio.BowlerKernel.speak().

Here is the call graph for this function:

◆ speak() [4/4]

static int com.neuronrobotics.bowlerstudio.BowlerKernel.speak ( String  msg,
Number  rate,
Number  pitch,
Number  voiceNumber,
Number  shift,
Number  volume,
ISpeakingProgress  progress 
)
static

◆ upenURL() [1/2]

static void com.neuronrobotics.bowlerstudio.BowlerKernel.upenURL ( String  string)
static

◆ upenURL() [2/2]

static void com.neuronrobotics.bowlerstudio.BowlerKernel.upenURL ( URI  htmlUrl)
static

Definition at line 675 of file BowlerKernel.java.

◆ writeHistory()

static void com.neuronrobotics.bowlerstudio.BowlerKernel.writeHistory ( List< String >  history)
static

Member Data Documentation

◆ historyFile

File com.neuronrobotics.bowlerstudio.BowlerKernel.historyFile = new File(ScriptingEngine.getWorkspace().getAbsolutePath() + "/bowler.history")
staticprivate

The documentation for this class was generated from the following file: