edu.stanford.smi.protegex.owl.model.impl
Class DefaultRDFSDatatypeFactory
java.lang.Object
edu.stanford.smi.protegex.owl.model.impl.DefaultRDFSDatatypeFactory
- All Implemented Interfaces:
- RDFSDatatypeFactory
public class DefaultRDFSDatatypeFactory
- extends Object
- implements RDFSDatatypeFactory
- Author:
- Holger Knublauch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultRDFSDatatypeFactory
public DefaultRDFSDatatypeFactory(OWLModel owlModel)
createAnonymousDatatype
public RDFSDatatype createAnonymousDatatype(RDFSDatatype baseType)
- Specified by:
createAnonymousDatatype
in interface RDFSDatatypeFactory
createDatatype
public RDFSDatatype createDatatype(RDFSDatatype baseType,
String name)
- Specified by:
createDatatype
in interface RDFSDatatypeFactory
setLength
public void setLength(RDFSDatatype datatype,
int value)
- Specified by:
setLength
in interface RDFSDatatypeFactory
setMaxExclusive
public void setMaxExclusive(RDFSDatatype datatype,
RDFSLiteral literal)
- Specified by:
setMaxExclusive
in interface RDFSDatatypeFactory
setMaxInclusive
public void setMaxInclusive(RDFSDatatype datatype,
RDFSLiteral literal)
- Specified by:
setMaxInclusive
in interface RDFSDatatypeFactory
setMaxLength
public void setMaxLength(RDFSDatatype datatype,
int value)
- Specified by:
setMaxLength
in interface RDFSDatatypeFactory
setMinExclusive
public void setMinExclusive(RDFSDatatype datatype,
RDFSLiteral literal)
- Specified by:
setMinExclusive
in interface RDFSDatatypeFactory
setMinInclusive
public void setMinInclusive(RDFSDatatype datatype,
RDFSLiteral literal)
- Specified by:
setMinInclusive
in interface RDFSDatatypeFactory
setMinLength
public void setMinLength(RDFSDatatype datatype,
int value)
- Specified by:
setMinLength
in interface RDFSDatatypeFactory
setPattern
public void setPattern(RDFSDatatype datatype,
String value)
- Specified by:
setPattern
in interface RDFSDatatypeFactory
Submit a bug report or feature request
Copyright (c) 1998-2007 Stanford University.