class Importer extends ImporterJ
Ordering
- Alphabetic
- By Inheritance
Inherited
- Importer
- ImporterJ
- ImportErrorHandler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Importer(_errorHandler: ErrorHandler, _world: World, _importerUser: ImporterUser, _stringReader: StringReader)
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( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def getAllVars(breeds: ListMap[String, Breed]): List[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getImplicitVariables(kind: AgentKind): Array[String]
- def getSpecialLinkVariables(): Array[String]
- def getSpecialObserverVariables(): Array[String]
- def getSpecialPatchVariables(): Array[String]
- def getSpecialTurtleVariables(): Array[String]
-
def
hasMoreLines(returnBlankLines: Boolean): Boolean
- returns
whether there more lines in the current section, that is, if we have not yet reached the next sentinel (or reached end of file)
- Definition Classes
- ImporterJ
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
importExtensionData(): Unit
- Definition Classes
- ImporterJ
- def importPens(plot: PlotInterface, numPens: Int): Unit
- def importPlots(): Unit
- def importPoints(plot: PlotInterface): Unit
-
def
importWorld(fileBuff: BufferedReader): Unit
- Definition Classes
- ImporterJ
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
next(): String
- Definition Classes
- ImporterJ
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
showError(title: String, message: String, defaultAction: String): Unit
- Definition Classes
- ImporterJ → ImportErrorHandler
-
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )