|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgate.gui.ontology.Utils
public class Utils
This class provides various static utility methods which are used by the ontology editor.
| Constructor Summary | |
|---|---|
Utils()
|
|
| Method Summary | |
|---|---|
static List |
getDetailsToAdd(Object object)
This method returns the details to be added. |
static boolean |
isValidNameSpace(String s)
Checks whether the provided name space is valid name space. |
static boolean |
isValidOntologyResourceName(String s)
Checks whether the provided resource name is a valid resource name In this version, the resource name must match the following java regular expression . |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Utils()
| Method Detail |
|---|
public static boolean isValidNameSpace(String s)
s -
public static boolean isValidOntologyResourceName(String s)
s -
public static List getDetailsToAdd(Object object)
object -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||