|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for objects that can display (and parse) class expressions. Each OWLModel uses one instance of this interface in places such as the conditions widget and the expression editor.
Method Summary | |
String |
getDisplayText(RDFSClass cls)
Gets the display text for a given class expression. |
String |
getOWLAllValuesFromSymbol()
Gets the keyword used for owl:allValuesFrom restrictions in this rendering. |
String |
getOWLCardinalitySymbol()
|
String |
getOWLComplementOfSymbol()
|
String |
getOWLHasValueSymbol()
|
String |
getOWLIntersectionOfSymbol()
|
String |
getOWLMaxCardinalitySymbol()
|
String |
getOWLMinCardinalitySymbol()
|
String |
getOWLSomeValuesFromSymbol()
|
String |
getOWLUnionOfSymbol()
|
OWLClassParser |
getParser()
Gets the associated parser that allows users to enter class expressions in the defined rendering. |
String |
getSymbol(OWLAnonymousClass cls)
Gets the keyword for a class of a given type. |
Method Detail |
public String getDisplayText(RDFSClass cls)
getBrowserText()
call of the class.
cls
- the class to get the text for
public String getSymbol(OWLAnonymousClass cls)
getOWLHasValueSymbol()
if the argument is an OWLHasValue restriction.
cls
- the class to get the key for
public String getOWLAllValuesFromSymbol()
public String getOWLCardinalitySymbol()
public String getOWLComplementOfSymbol()
public String getOWLHasValueSymbol()
public String getOWLIntersectionOfSymbol()
public String getOWLMaxCardinalitySymbol()
public String getOWLMinCardinalitySymbol()
public String getOWLSomeValuesFromSymbol()
public String getOWLUnionOfSymbol()
public OWLClassParser getParser()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |