public abstract class StringVariableAttributeSymbol extends VariableAttributeSymbol<VariableAttribute<String>>
| Constructor and Description |
|---|
StringVariableAttributeSymbol(String name,
VariableAttribute<String> variableAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OPPLSymbolVisitor visitor) |
<O> O |
accept(OPPLSymbolVisitorEx<O> visitor) |
static <O extends org.semanticweb.owlapi.model.OWLObject> |
getGroup(RegexpGeneratedVariable<O> v,
int index) |
static StringVariableAttributeSymbol |
getRendering(Variable<?> v) |
getVariableAttribute, toStringpublic StringVariableAttributeSymbol(String name, VariableAttribute<String> variableAttribute)
name - namevariableAttribute - variableAttributepublic void accept(OPPLSymbolVisitor visitor)
visitor - visitorpublic <O> O accept(OPPLSymbolVisitorEx<O> visitor)
O - visitor return typevisitor - visitorpublic static StringVariableAttributeSymbol getRendering(Variable<?> v)
v - vpublic static <O extends org.semanticweb.owlapi.model.OWLObject> StringVariableAttributeSymbol getGroup(RegexpGeneratedVariable<O> v, int index)
O - variable typev - vindex - indexCopyright © 2015 The University of Manchester. All Rights Reserved.