public class BuilderLiteral extends BaseBuilder<org.semanticweb.owlapi.model.OWLLiteral,BuilderLiteral>
annotations, df| Constructor and Description |
|---|
BuilderLiteral()
uninitialized builder
|
BuilderLiteral(org.semanticweb.owlapi.model.OWLLiteral expected)
builder initialized from an existing object
|
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.model.OWLLiteral |
buildObject() |
protected void |
clear() |
BuilderLiteral |
withDatatype(org.semanticweb.owlapi.vocab.OWL2Datatype arg) |
BuilderLiteral |
withDatatype(org.semanticweb.owlapi.model.OWLDatatype arg) |
BuilderLiteral |
withLanguage(java.lang.String arg) |
BuilderLiteral |
withLiteralForm(java.lang.String arg) |
BuilderLiteral |
withValue(boolean arg) |
BuilderLiteral |
withValue(double arg) |
BuilderLiteral |
withValue(float arg) |
BuilderLiteral |
withValue(int arg) |
buildChanges, withAnnotation, withAnnotationspublic BuilderLiteral(org.semanticweb.owlapi.model.OWLLiteral expected)
expected - the existing objectpublic BuilderLiteral()
protected void clear()
public BuilderLiteral withValue(int arg)
arg - int valuepublic BuilderLiteral withDatatype(org.semanticweb.owlapi.vocab.OWL2Datatype arg)
arg - datatypepublic BuilderLiteral withDatatype(org.semanticweb.owlapi.model.OWLDatatype arg)
arg - datatypepublic BuilderLiteral withValue(boolean arg)
arg - boolean valuepublic BuilderLiteral withValue(double arg)
arg - double valuepublic BuilderLiteral withValue(float arg)
arg - float valuepublic BuilderLiteral withLiteralForm(java.lang.String arg)
arg - literal formpublic BuilderLiteral withLanguage(java.lang.String arg)
arg - languagepublic org.semanticweb.owlapi.model.OWLLiteral buildObject()
buildObject in interface Builder<org.semanticweb.owlapi.model.OWLLiteral>buildObject in class BaseBuilder<org.semanticweb.owlapi.model.OWLLiteral,BuilderLiteral>Copyright © 2014 The University of Manchester. All Rights Reserved.