public class OWLLiteralSymbol extends Symbol
| Constructor and Description |
|---|
OWLLiteralSymbol(String name,
org.semanticweb.owlapi.model.OWLLiteral constant) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SymbolVisitor visitor) |
<O> O |
accept(SymbolVisitorEx<O> visitor) |
org.semanticweb.owlapi.model.OWLLiteral |
getOWLLiteral() |
public OWLLiteralSymbol(String name, org.semanticweb.owlapi.model.OWLLiteral constant)
name - nameconstant - constantpublic org.semanticweb.owlapi.model.OWLLiteral getOWLLiteral()
public <O> O accept(SymbolVisitorEx<O> visitor)
public void accept(SymbolVisitor visitor)
Copyright © 2015 The University of Manchester. All Rights Reserved.