public abstract class AbsIRIFactoryImpl extends Object implements IRIFactoryI
| Constructor and Description |
|---|
AbsIRIFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
IRI |
construct(IRI i)
Make a new IRI object (possibly
including IRI resolution),
and check it for violations
of the standards being enforced by the factory.
|
IRI |
construct(String s)
Make a new IRI object (possibly
including IRI resolution),
and check it for violations
of the standards being enforced by the factory.
|
abstract IRI |
create(IRI i)
Make a new IRI object (possibly
including IRI resolution),
and check it for violations
of the standards being enforced by the factory.
|
IRI |
create(String s)
Make a new IRI object (possibly
including IRI resolution),
and check it for violations
of the standards being enforced by the factory.
|
public IRI create(String s)
IRIFactoryIIRI.hasViolation(boolean)
and IRI.violations(boolean).create in interface IRIFactoryIs - The IRI to use.public IRI construct(String s) throws IRIException
IRIFactoryIconstruct in interface IRIFactoryIs - The IRI to use.IRIException - If a violation of
the standards being enforced by the factory
has been detected, and this violation is
classified by the factory as an error.public IRI construct(IRI i) throws IRIException
IRIFactoryIconstruct in interface IRIFactoryIi - The IRI to use.IRIException - If a violation of
the standards being enforced by the factory
has been detected, and this violation is
classified by the factory as an error.public abstract IRI create(IRI i)
IRIFactoryIIRI.hasViolation(boolean)
and IRI.violations(boolean).create in interface IRIFactoryIi - The IRI to use.Licenced under the Apache License, Version 2.0