Perform.java revision 2
/*
* Created on Jul 7, 2004
*/
/**
* @author Evren Sirin
*/
public interface Perform extends ControlConstruct {
public static final Perform TheParentPerform =
public static Perform ThisPerform =
public InputBindingList getBindings();
public Process getProcess();
}