Class: Address

Address

Address represents the absolute url to a Concern.

Constructor

new Address(uri)

Parameters:
Name Type Description
uri object
Source:

Methods

is(uri)

is checks if the passed uri is equal to this address.

Parameters:
Name Type Description
uri string
Source:

isAbove(uri)

isAbove tells if the Address is above this uri.

Parameters:
Name Type Description
uri string
Source:

isBelow(uri)

isBelow tells if the Address is below this uri.

Parameters:
Name Type Description
uri string
Source: