public class OWLEntitySymbol extends Symbol
| Constructor and Description |
|---|
OWLEntitySymbol(String name,
org.semanticweb.owlapi.model.OWLEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SymbolVisitor visitor) |
<O> O |
accept(SymbolVisitorEx<O> visitor) |
org.semanticweb.owlapi.model.OWLEntity |
getEntity() |
String |
toString() |
public OWLEntitySymbol(String name, org.semanticweb.owlapi.model.OWLEntity entity)
name - nameentity - entitypublic org.semanticweb.owlapi.model.OWLEntity getEntity()
public void accept(SymbolVisitor visitor)
public <O> O accept(SymbolVisitorEx<O> visitor)
Copyright © 2015 The University of Manchester. All Rights Reserved.