-
- All Implemented Interfaces:
public class LoadAlchemistLoads Alchemist simulations from a variety of resources.
-
-
Field Summary
Fields Modifier and Type Field Description public final static LoadAlchemistINSTANCE
-
Method Summary
Modifier and Type Method Description final static Loaderfrom(String input, AlchemistModelProvider model)Load from an input. final static Loaderfrom(Reader reader, AlchemistModelProvider model)Load from a reader. final static Loaderfrom(InputStream stream, AlchemistModelProvider model)Load from an InputStream. final static Loaderfrom(URL url, AlchemistModelProvider model)Load from an url. final static Loaderfrom(URL url)Load from an url. final static Loaderfrom(File file)Load from a file. final static Loaderfrom(String string)Load from a string. -
-
Method Detail
-
from
final static Loader from(String input, AlchemistModelProvider model)
Load from an input.
-
from
final static Loader from(Reader reader, AlchemistModelProvider model)
Load from a reader.
-
from
final static Loader from(InputStream stream, AlchemistModelProvider model)
Load from an InputStream.
-
from
final static Loader from(URL url, AlchemistModelProvider model)
Load from an url.
-
-
-
-