|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLClassDisplay
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 |
---|
String getDisplayText(RDFSClass cls)
getBrowserText()
call of the class.
cls
- the class to get the text for
String getSymbol(OWLAnonymousClass cls)
getOWLHasValueSymbol()
if the argument is an OWLHasValue restriction.
cls
- the class to get the key for
String getOWLAllValuesFromSymbol()
String getOWLCardinalitySymbol()
String getOWLComplementOfSymbol()
String getOWLHasValueSymbol()
String getOWLIntersectionOfSymbol()
String getOWLMaxCardinalitySymbol()
String getOWLMinCardinalitySymbol()
String getOWLSomeValuesFromSymbol()
String getOWLUnionOfSymbol()
OWLClassParser getParser()
|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |