The Meta-Environment API

Uses of Class
toolbus.tifs.Process

Packages that use Process
toolbus.tifs   
 

Uses of Process in toolbus.tifs
 

Fields in toolbus.tifs with type parameters of type Process
private  java.util.List<Process> Tif.processList
           
 

Methods in toolbus.tifs that return types with arguments of type Process
 java.util.Iterator<Process> Tif.fetchProcessIterator()
           
 

Methods in toolbus.tifs with parameters of type Process
private  void TifToJava.generateProcessInterface(Process process, java.io.PrintStream out)
           
private  java.lang.String TifToJava.getInterfaceName(Process process)
           
private  java.io.PrintStream TifToJava.openOutputFile(Process process)
           
 


The Meta-Environment API