|
Algernon Software | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlgernonValueType | |
org.algernon.kb | |
org.algernon.kb.okbc.protege |
Uses of AlgernonValueType in org.algernon.kb |
Fields in org.algernon.kb declared as AlgernonValueType | |
static AlgernonValueType |
AlgernonValueType.ANY
The Algernon Value Types All data members in interfaces are implicitly public static final |
static AlgernonValueType |
AlgernonValueType.BOOLEAN
|
static AlgernonValueType |
AlgernonValueType.FLOAT
|
static AlgernonValueType |
AlgernonValueType.FRAME
|
static AlgernonValueType |
AlgernonValueType.INTEGER
|
static AlgernonValueType |
AlgernonValueType.STRING
|
static AlgernonValueType |
AlgernonValueType.SYMBOL
|
static AlgernonValueType |
AlgernonValueType.VALUETYP
|
static AlgernonValueType |
AlgernonValueType.FOREIGN
|
Methods in org.algernon.kb that return AlgernonValueType | |
AlgernonValueType |
AlgernonValueType.getAlgernonValueType(Object o)
returns the AlgernonValueType associated with the java object |
AlgernonValueType |
AlgernonValueType.convertToAlgernonValueType(Object incomingValueType)
Convert a given value type (such as Protege's ValueType) to an AlgernonValueType. |
Uses of AlgernonValueType in org.algernon.kb.okbc.protege |
Classes in org.algernon.kb.okbc.protege that implement AlgernonValueType | |
class |
AlgernonProtegeValueType
Class AlgernonProtegeGenValueType ----------------- This class provides a mapping from Algernon value types to Protege and back. |
Methods in org.algernon.kb.okbc.protege that return AlgernonValueType | |
AlgernonValueType |
AlgernonProtegeValueType.convertToAlgernonValueType(Object incomingVT)
Convert a given value type (such as Protege's ValueType) to an AlgernonValueType. |
AlgernonValueType |
AlgernonProtegeValueType.getAlgernonValueType(Object o)
|
static AlgernonValueType |
AlgernonProtegeValueType.valueOf(String s)
|
AlgernonValueType |
AlgernonProtegeValueType.getValueType(Object o)
Get the data type of the Java object passed in; we expect this to be Integer, Float, Boolean, Cls, or Instance |
Methods in org.algernon.kb.okbc.protege with parameters of type AlgernonValueType | |
boolean |
AlgernonProtegeValueType.canAssignToValueType(Object o,
AlgernonValueType vt)
Returns true if the Object o can be assigned to a slot having a ValueType vt. |
|
Algernon Software | ||||||||||
PREV NEXT | FRAMES NO FRAMES |