ChainConverter

org.nlogo.fileformat.ChainConverter
class ChainConverter(converters: Seq[ModelConversion]) extends ModelConversion

Attributes

Source
ChainConverter.scala
Graph
Supertypes
trait (Model, Path) => ConversionResult
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(model: Model, modelPath: Path): ConversionResult

Attributes

Source
ChainConverter.scala

Inherited methods

def curried: Model => Path => ConversionResult

Attributes

Inherited from:
Function2
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((Model, Path)) => ConversionResult

Attributes

Inherited from:
Function2