PerformImpl.java revision 2
/*
* Created on Aug 26, 2004
*/
/**
* @author Evren Sirin
*/
super(ind);
}
}
}
}
public InputBindingList getBindings() {
}
}
public Process getProcess() {
}
}
public List getConstructs() {
return new ArrayList();
}
if(recursive) {
if( process instanceof CompositeProcess ) {
}
}
return list;
}
public String getConstructName() {
return "Perform";
}
}