|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfr.ove.utils.ResourcesManager
fr.ove.utils.CachingResourcesManager
fr.ove.openmath.jome.ctrl.om.OMParserResourcesManager
| Constructor Summary | |
OMParserResourcesManager(java.lang.String resourcesName)
The Constructor. |
|
| Method Summary | |
byte |
getArity(java.lang.String property)
Returns the arity of the symbol associated to the specified property. |
java.lang.String |
getIdentifier(java.lang.String property)
Returns the class name corresponding to the specified property. |
java.lang.String[] |
getSupportedCDs()
Returns the list of supported cds. |
java.lang.String[] |
getSupportedSymbols(java.lang.String cdName)
Returns the supported symbols in the specified cd. |
java.lang.String |
getValue(java.lang.String property)
Returns the value associated to corresponding to the specified property. |
boolean |
isSupportedCD(java.lang.String cdName)
Checks if the specified cd name is a supported cd. |
boolean |
isSupportedSymbol(java.lang.String cdName,
java.lang.String symbName)
Cheks the symbol id supported. |
boolean |
isValidSymbol(java.lang.String cdName,
java.lang.String symbName)
Cheks the validity of a symbol. |
| Methods inherited from class fr.ove.utils.CachingResourcesManager |
accessResource |
| Methods inherited from class fr.ove.utils.ResourcesManager |
getResourceString, getResourceStrings |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OMParserResourcesManager(java.lang.String resourcesName)
resourcesName - the name of the resources file.| Method Detail |
public java.lang.String getIdentifier(java.lang.String property)
property - the specified propertypublic java.lang.String getValue(java.lang.String property)
property - the specified propertypublic byte getArity(java.lang.String property)
property - the specified propertypublic java.lang.String[] getSupportedCDs()
public boolean isSupportedCD(java.lang.String cdName)
cdName - the name of the cd
true if the cd is supported. false otherwise.public java.lang.String[] getSupportedSymbols(java.lang.String cdName)
cdName - the name of the cd.
public boolean isSupportedSymbol(java.lang.String cdName,
java.lang.String symbName)
public boolean isValidSymbol(java.lang.String cdName,
java.lang.String symbName)
cdName - the name of the cd in which the symbol should besymbName - the name of the symbol
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||