Hi Laura,
Yes, the other basic file type that RapidWright can take as input is an EDIF file (*.edf). This can be read into the object EDIFNetlist and is the equivalent of a design post synthesis (after running 'synth_design' in Vivado). Here is the API:
EDIFTools.readEdifFile(String fileName)
Let us know what other files types you would be interested in reading.
Thanks,
Chris