parse


Description:

public int parse (string input) throws ParseError

Parse the input file representation of a bus direction

Parameters:

input

the string representation of the bus direction

Returns:

the bus direction

Exceptions:

ParseError.INVALID_INTEGER

the input is not a valid number

ParseError.OUT_OF_RANGE

the input is outside the range of bus directions


Namespace: Geda3.BusDirection
Package: Gschem3