AnyLogic
Expand
Font size
All Implemented Interfaces:
Parser<Integer>

public class NaturalParser
extends Object
implements Parser<Integer>

Constructor Summary

ConstructorDescription
NaturalParser() 

Method Summary

Modifier and TypeMethodDescription
Optional<Integer>parse(Scanner s) 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods inherited from interface com.anylogic.engine.gis.parsing.Parser

error

Constructor Details

NaturalParser

public NaturalParser()

Method Details

parse

public Optional<Integer> parse(Scanner s)
                        throws ParseException
Specified by:
parse in interface Parser<Integer>
Throws:
ParseException