object Utils
An object containing various utility functions used to easily interact with the Conus library.
- Alphabetic
- By Inheritance
- Utils
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getDataFromSingleModel[T](model_results: SingleModelResults, variable: ModelVariable[T], coordinate: Seq[Int], number_of_steps: Int)(implicit arg0: Serializer[T]): List[T]
This function grabs a single series specified by the user, from a model that completed running.
This function grabs a single series specified by the user, from a model that completed running.
- T
: Context-bounded by Serializer.
- model_results
: Results from a run of the Simulator.
- variable
: The variable we wish to extract.
- coordinate
: The co-ordinate for which we wish to extract the variable.
- number_of_steps
: The number of time-steps we wish to extract the variable for.
- def getXYSeriesFromSingleModel[T0, T1](model_results: SingleModelResults, xy: (ModelVariable[T0], ModelVariable[T1]), coordinate: Seq[Int], number_of_steps: Int)(implicit arg0: Serializer[T0], arg1: Serializer[T1]): Series
This function grabs a pair of series specified from the user from a model that has been run.
This function grabs a pair of series specified from the user from a model that has been run.
- T0
: Context-bounded by Serializer.
- T1
: Context-bounded by Serializer.
- model_results
: Results from a run of the Simlulator.
- xy
: The x and y variables we wish to extract.
- coordinate
: The co-ordinate for which we wish to extract the variables.
- number_of_steps
: The number of time-steps we wish to extract the variables for.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
This is the API documentation for Picta, a graphing library for Scala.
More detailed documentation about using the library can be found at https://acse-fk4517.github.io/picta-docs/.
Click on the following link to get started with the API docs: https://acse-fk4517.github.io/picta-docs/pages/api/org/carbonateresearch/picta/index.html