Uses of Class
com.semedy.reasoner.api.symboltable.ExternalDataType
Packages that use ExternalDataType
Package
Description
-
Uses of ExternalDataType in com.semedy.reasoner.api.logic
Subclasses of ExternalDataType in com.semedy.reasoner.api.logicMethods in com.semedy.reasoner.api.logic that return ExternalDataType -
Uses of ExternalDataType in com.semedy.reasoner.api.symboltable
Methods in com.semedy.reasoner.api.symboltable that return ExternalDataTypeModifier and TypeMethodDescriptionExternalDataType.createValue
(ByteBuffer buf, int pos) Create an instance from the byte representation.ExternalDataTypeProvider.getExternalDataType
(int id) return the external data type by idabstract ExternalDataType
parse value of data type out of StringMethods in com.semedy.reasoner.api.symboltable that return types with arguments of type ExternalDataTypeModifier and TypeMethodDescriptionExternalDataTypeProvider.iterator()
Enumerate the ExternalDataTypes.Methods in com.semedy.reasoner.api.symboltable with parameters of type ExternalDataTypeModifier and TypeMethodDescriptionvoid
ExternalDataTypeProvider.registerExternalDataType
(ExternalDataType datatype) add a ExternalDataType at the last positionvoid
ExternalDataTypeProvider.registerExternalDataType
(ExternalDataType datatype, int index) add a ExternalDataType at index -
Uses of ExternalDataType in com.semedy.reasoner.exercises
Subclasses of ExternalDataType in com.semedy.reasoner.exercisesMethods in com.semedy.reasoner.exercises that return ExternalDataType -
Uses of ExternalDataType in com.semedy.reasoner.parser
Subclasses of ExternalDataType in com.semedy.reasoner.parserMethods in com.semedy.reasoner.parser that return ExternalDataType -
Uses of ExternalDataType in com.semedy.reasoner.symboltable.encoder
Subclasses of ExternalDataType in com.semedy.reasoner.symboltable.encoderModifier and TypeClassDescriptionclass
class
class
This datatype represents a geo point.class
This datatype represents a geo line string.class
This datatype represents a geo point.class
This datatype represents a geo polygon.class
This datatype represents a geo point.class
class
class
PlainLiteral external datatype.class
An uri as extended data typeMethods in com.semedy.reasoner.symboltable.encoder that return ExternalDataType