Package it.unibo.alchemist.boundary
Object LoadAlchemist
-
- All Implemented Interfaces:
public class LoadAlchemist
Loads Alchemist simulations from a variety of resources.
-
-
Field Summary
Fields Modifier and Type Field Description public final static LoadAlchemist
INSTANCE
-
Method Summary
Modifier and Type Method Description final static Loader
from(String input, AlchemistModelProvider model, List<String> overrides)
Load from an input with overrides. final static Loader
from(String input, AlchemistModelProvider model)
Load from an input with overrides. final static Loader
from(Reader reader, AlchemistModelProvider model, List<String> overrides)
Load from a reader with overrides. final static Loader
from(Reader reader, AlchemistModelProvider model)
Load from a reader with overrides. final static Loader
from(InputStream stream, AlchemistModelProvider model, List<String> overrides)
Load from an InputStream with overrides. final static Loader
from(InputStream stream, AlchemistModelProvider model)
Load from an InputStream with overrides. final static Loader
from(URL url, AlchemistModelProvider model, List<String> overrides)
Load from an url with overrides. final static Loader
from(URL url, AlchemistModelProvider model)
Load from an url with overrides. final static Loader
from(URL url, List<String> overrides)
Load from an url with overrides. final static Loader
from(URL url)
Load from an url with overrides. final static Loader
from(File file, List<String> overrides)
Load from a file with overrides. final static Loader
from(File file)
Load from a file with overrides. final static Loader
from(String string, List<String> overrides)
Load from a string with overrides. final static Loader
from(String string)
Load from a string with overrides. -
-
Method Detail
-
from
@JvmOverloads() final static Loader from(String input, AlchemistModelProvider model, List<String> overrides)
Load from an input with overrides.
-
from
@JvmOverloads() final static Loader from(String input, AlchemistModelProvider model)
Load from an input with overrides.
-
from
@JvmOverloads() final static Loader from(Reader reader, AlchemistModelProvider model, List<String> overrides)
Load from a reader with overrides.
-
from
@JvmOverloads() final static Loader from(Reader reader, AlchemistModelProvider model)
Load from a reader with overrides.
-
from
@JvmOverloads() final static Loader from(InputStream stream, AlchemistModelProvider model, List<String> overrides)
Load from an InputStream with overrides.
-
from
@JvmOverloads() final static Loader from(InputStream stream, AlchemistModelProvider model)
Load from an InputStream with overrides.
-
from
@JvmOverloads() final static Loader from(URL url, AlchemistModelProvider model, List<String> overrides)
Load from an url with overrides.
-
from
@JvmOverloads() final static Loader from(URL url, AlchemistModelProvider model)
Load from an url with overrides.
-
from
@JvmOverloads() final static Loader from(URL url, List<String> overrides)
Load from an url with overrides.
-
from
@JvmOverloads() final static Loader from(URL url)
Load from an url with overrides.
-
from
@JvmOverloads() final static Loader from(File file, List<String> overrides)
Load from a file with overrides.
-
from
@JvmOverloads() final static Loader from(File file)
Load from a file with overrides.
-
from
@JvmOverloads() final static Loader from(String string, List<String> overrides)
Load from a string with overrides.
-
from
@JvmOverloads() final static Loader from(String string)
Load from a string with overrides.
-
-
-
-