Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

D

data - Variable in class org.licas.meta.ServiceMeta
Any value-based metadata
DATA - Static variable in class org.licas.util.Const
Defines a service data
dataCompare - Variable in class org.licas.service.DataService
Default math evaluator, of basic java types
dataConditions - Variable in class org.licas.service.spec.ServiceSpec
List of conditions under which data can be generated or read.
DATADIR - Static variable in class org.licas.util.ServiceConst
 
dataFor(String) - Method in class org.licas.service.sci.DataTransfer
Get the data description for the indicated tome key.
dataFromResourceType(String) - Static method in class org.licas.service.resource.Resource
Get the data type from the resource type.
dataFromService(String, String, Element) - Method in class org.licas.module.s_module.SM_Data
This method can receive a data result as an XML-based description and store it in an indexed table.
DATAFROMSERVICE - Static variable in class org.licas.util.MethodConst
Defines generic module receive data method
DataGenerator - Class in org.licas.data.gen
This defines the methods that should be implemented by a data generator.
DataGenerator(long, String) - Constructor for class org.licas.data.gen.DataGenerator
Create a new instance of DataGenerator, ignoring the base service features.
DataGenerator(Element) - Constructor for class org.licas.data.gen.DataGenerator
Create a new instance of DataGenerator.
DATAGENERATOR - Static variable in class org.licas.util.ServiceConst
Defines the data generator tag - Use as XML tag
DATAGENERATORTYPE - Static variable in class org.licas.util.ServiceConst
Defines the data generator type - use as Type in GUI
DATAHUB - Static variable in class org.licas.util.ServiceConst
Defines a default data hub service type
DATAHUBXML - Static variable in class org.licas.util.ServiceConst
Defines a default data hub service tag
dataInfo - Variable in class org.licas.data.EvaluateData
Parameters for constructing the data evaluator
DATAINFO - Static variable in class org.licas.util.Const
Defines DataInfo object tag
dataMethod - Variable in class org.licas.service.DataService
Single operator method to invoke
DataModule - Class in org.licas.module
This class can manage the data for a service
DataModule(Service, PasswordHandler) - Constructor for class org.licas.module.DataModule
Creates a new instance of DataModule.
DataModule(Service, PasswordHandler, Element) - Constructor for class org.licas.module.DataModule
Creates a new instance of DataModule.
dataModule(Service, PasswordHandler) - Static method in class org.licas.module.ModuleHandler
Return a data module instance.
dataModule(Service, PasswordHandler, Element) - Static method in class org.licas.module.ModuleHandler
Return a data module instance.
DataQueryModel - Class in org.licas.data
Query object for defining what an evaluator should evaluate.
DataQueryModel() - Constructor for class org.licas.data.DataQueryModel
Create a new instance of DataQueryModel
DataQueryModelParser - Class in org.licas.parsers
This class can be used to parse a DataQueryModel object to or from XML.
DataQueryModelParser() - Constructor for class org.licas.parsers.DataQueryModelParser
Create a new instance of DataQueryModelParser.
dataQueue - Variable in class org.licas.module.s_module.SM_Data
Data list sent from other services.
dataQueue - Variable in class org.licas.service.sci.DataTransfer
Data description.
DataService - Class in org.licas.service
This is a Service implementation that includes basic data and evaluation handling.
DataService() - Constructor for class org.licas.service.DataService
Creates a new instance of DataService.
DataService(String, String) - Constructor for class org.licas.service.DataService
Creates a new instance of DataService.
DataService(String, String, Element) - Constructor for class org.licas.service.DataService
Creates a new instance of DataService.
DataServiceDef - Interface in org.licas.def
This defines the methods that should be implemented by a data service, to communicate the data with other services.
DataServiceInitialise - Class in org.licas.service
This class performs some additional or final initialisations, after a DataService service has been properly loaded and registered.
DataServiceInitialise(Service, ServiceAdmin, PasswordHandler) - Constructor for class org.licas.service.DataServiceInitialise
Create a new instance of DataServiceInitialise.
dataSet - Variable in class org.licas.data.DataQueryModel
Dataset or object to evaluate
DATASET - Static variable in class org.licas.util.Const
Defines dataset tag
DATASETS - Static variable in class org.licas.util.Const
Defines datasets tag
datasetType - Variable in class org.licas.service.spec.ServiceSpec
The type of dataset to use
DATASETTYPE - Static variable in class org.licas.util.Const
Defines dataset type tag
dataToService(String, Element) - Method in class org.licas.module.s_module.SM_Data
This can be used to send data to some service using an XML-based description.
DATATOSERVICE - Static variable in class org.licas.util.MethodConst
Defines generic module send data method
DataTransfer - Class in org.licas.service.sci
Single list of data for transfer from one service to another
DataTransfer() - Constructor for class org.licas.service.sci.DataTransfer
Create a new instance of DataTransfer
DataTransferParser - Class in org.licas.parsers
This class can be used to parse a DataTransfer object to or from XML.
DataTransferParser() - Constructor for class org.licas.parsers.DataTransferParser
Create a new instance of DataTransferParser.
dataType - Variable in class org.licas.data.DataQueryModel
The data type
dataType - Variable in class org.licas.data.gen.DataGenerator
The data type
dataType - Variable in class org.licas.module.DataModule
The data type
dataType - Variable in class org.licas.service.resource.Resource
The data type
DATATYPE - Static variable in class org.licas.util.Const
Defines a data type
dataTypeOK(String) - Static method in class org.licas.data.gen.NumberDataGenerator
Return true if the data type is allowed by the data generator.
dataTypeOK(String) - Static method in class org.licas.data.gen.ObjectDataGenerator
Return true if the data type is allowed by the data generator.
dataTypeOK(String) - Static method in class org.licas.data.gen.StringDataGenerator
Return true if the data type is allowed by the data generator.
dataTypeOK(String) - Method in class org.licas.service.DataService
Return true if the input data type is OK with the current service type.
dataXmlBM(String) - Method in interface org.licas.def.DataServiceDef
This is used to send the current data and result to a behaviour mediator if one is running.
dataXmlBM(String) - Method in class org.licas.service.DataService
This is used to send the current data and result to a behaviour mediator if one is running.
dataXmlBM(Element, Element, boolean) - Method in class org.licas.service.DataService
This is the implementation used to send the current data result to a behaviour mediator if one is running.
DATAXMLBM - Static variable in class org.licas.util.MethodConst
Defines send data to behaviour mediator method
dataXmlDH(String) - Method in interface org.licas.def.DataServiceDef
This is used to send the current data result to a data hub if one is running.
dataXmlDH(String) - Method in class org.licas.service.DataService
This is used to send the current data result to a data hub if one is running.
dataXmlDH(Element, Element) - Method in class org.licas.service.DataService
This is used to send the current data result to a data hub if one is running.
DATAXMLDH - Static variable in class org.licas.util.MethodConst
Defines send data to data hub method
dataXmlToValue(Element) - Static method in class org.licas.util.ObjectHandler
Parse the data element from the service info to create the related Java Object.
DATE - Static variable in class org.licas.util.TypeConst
Defines a Date tag name
DateParser - Class in org.licas.parsers.types
This class serialises and parses a Date object to or from XML.
DateParser() - Constructor for class org.licas.parsers.types.DateParser
Creates a new instance of DateParser
DATETIME - Static variable in class org.licas.ws.soap.SoapConst
Indicates a date time.
DAY - Static variable in class org.licas.util.TimeConst
Day tag name
DECIMAL - Static variable in class org.licas.ws.soap.SoapConst
Indicates a positive or negative integer.
decode(String) - Static method in class org.licas.call.rest.RestFactory
Decode the encoded RestFactory-style query URI, from the application/x-www-form-urlencoded MIME format.
DECODE - Static variable in class org.licas.parsers.types.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class org.licas.parsers.types.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.licas.parsers.types.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.licas.parsers.types.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
DECODE - Static variable in class org.licas.util.Const
Decode attribute
decodeFileToFile(String, String) - Static method in class org.licas.parsers.types.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.licas.parsers.types.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeParameterName(String, String) - Static method in class org.licas.parsers.types.ReflectionParser
Decode the parameter name if required.
decodeToFile(String, String) - Static method in class org.licas.parsers.types.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Method in class org.licas.parsers.types.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decrementReserve(ArrayList<Object>) - Method in class org.licas.service.link.Thresholds
If the reserve source is not the same name then decrement its value.
decrypt(String, Key) - Method in class org.licas.security.Encryption
Decrypt a string using a strong aes algorithm.
decWeight - Variable in class org.licas.service.link.Thresholds
The amount to weight decrement values by
defaultAdminToRemove() - Static method in class org.licas.Service
Create and return a list of admin info that should probably not be returned to a user for display purposes.
DEFAULTJARFACTORY - Static variable in class org.licas.util.ServiceConst
The Jar Factory tag
defaultJars - Static variable in class org.licas.service.ServiceFactory
List of default service jar files
DEFAULTMAXNEGATIVE - Static variable in class org.licas.util.Const
 
defaultMethods - Static variable in class org.licas.parsers.types.ReflectionParser
List of methods from the base Service type that might be useful
DefaultServiceFactory - Class in org.licas.service
The default service factory for the licas services.
DefaultServiceFactory() - Constructor for class org.licas.service.DefaultServiceFactory
Create a new instance of LiasServiceFactory.
DefaultServiceFactory(String) - Constructor for class org.licas.service.DefaultServiceFactory
Create a new instance of DefaultServiceFactory.
DEFAULTSERVICEFACTORY - Static variable in class org.licas.util.ServiceConst
The default service factory tag
DEFAULTSERVICES - Static variable in class org.licas.util.ServiceConst
The default service factory tag
deleteFile() - Method in class org.licas.server.model.PacketInfo
Delete the currently stored file.
description - Variable in class org.licas.meta.ServiceMeta
A description of the service
description - Variable in class org.licas.service.model.AddressInfo
Arbitrary description for the address
DESCRIPTION - Static variable in class org.licas.util.Const
Defines a service description
DETAILS - Static variable in class org.licas.util.MetaConst
Defines a fault details element
Direct_MethodHandler - Class in org.licas.call.client
This makes a direct invocation on the object itself.
Direct_MethodHandler() - Constructor for class org.licas.call.client.Direct_MethodHandler
Creates a new instance of Direct_MethodHandler.
dirPath - Variable in class org.licas.service.spec.ServiceSpec
The directory to read the files from
DIRSEP - Static variable in class org.licas.util.Const
The directory separator character
distanceFunction() - Method in class org.licas.data.DataQueryModel
Create the math comparison object from the stored class name.
divide(String, Object, Object) - Method in class org.licas.data.EvaluateData
Divide the first value by the second and return the result.
dm - Variable in class org.licas.module.ControlModule
This is the service data module
dm - Variable in class org.licas.Service
Module to manage the service's data object.
docSearch(String, int, Element, ServiceLinks) - Method in interface org.licas.def.search.LicasDocSearchDef
Query the server to parse documents to find matching information.
docSearch(String, int, Element, ServiceLinks) - Method in class org.licas.query.LicasDocSearch
Query the server to parse documents to find matching information.
DOCUMENTATION - Static variable in class org.licas.ws.wsdl.WsdlConst
 
DocumentReader - Class in org.licas.query
Read a document into text.
DocumentReader() - Constructor for class org.licas.query.DocumentReader
 
DOEVALUATE - Static variable in class org.licas.util.MethodConst
Invoke a single evaluation of the service
DomParser - Class in org.licas.parsers.types
This class serialises and parses a Document object to or from XML.
DomParser() - Constructor for class org.licas.parsers.types.DomParser
 
DONT_BREAK_LINES - Static variable in class org.licas.parsers.types.Base64
Don't break lines when encoding (violates strict Base64 specification)
DOUBLE - Static variable in class org.licas.ws.soap.SoapConst
Indicates a double value.
DrawGuiDef - Interface in org.licas.def.gui
 
dynamicLinkQuery(LinkQueryConfig) - Method in class org.licas.Service
Perform a query over the link paths to return matching sources.
dynamicLinkQuery(LinkQueryConfig, Service) - Static method in class org.licas.ServiceHandler
Perform a query over the link paths to return matching sources.
dynamicLinkQuery(Service, LinkQueryConfig) - Method in class org.licas.ServiceSerialize
Perform a query over the link paths to return matching sources.
DYNAMICLINKS - Static variable in class org.licas.util.Const
Dynamic link initialisation tag
DYNAMICLINKSERVICEMETA - Static variable in class org.licas.util.MetaConst
Defines meta xml descriptions for dynamically linked services
dynamicLinksToPermanent(String) - Method in class org.licas.Service
Convert any dynamic links to permanent ones, or remove any permanent links that do not now exist as dynamic ones.
DYNAMICLINKSTOPERMANENT - Static variable in class org.licas.util.MethodConst
Defines change dynamic links to permanent ones method
dynamicLinksToString(LinkSpec, Tree, boolean, String) - Method in class org.licas.parsers.LinksParser
Return all linked sources as a list of XML elements.
dynamicLinksToString(boolean, String) - Method in class org.licas.service.link.Link
Return all linked sources as a string-based description.
dynamicLinksToXml(String, LinkSpec, Tree, boolean, boolean) - Method in class org.licas.parsers.LinksParser
Return all linked sources as a list of XML elements.
dynamicLinksToXml() - Method in class org.licas.Service
Return all linked sources in XML format.
dynamicLinksToXml(String) - Method in class org.licas.Service
Return all linked sources in XML format, including all link levels and the source weight values.
dynamicLinksToXml(boolean, boolean) - Method in class org.licas.service.link.Link
Return all linked sources as a list of XML elements.
dynamicLinksToXml() - Method in class org.licas.service.ServiceMediator
Get the list of all dynamic links created on each service.
dynamicLinksToXml(Service) - Static method in class org.licas.ServiceHandler
Return all linked sources in XML format.
dynamicLinksToXml(String, Service) - Static method in class org.licas.ServiceHandler
Return all linked sources in XML format, including all link levels and the source weight values.
dynamicLinksToXml(Service, boolean, boolean) - Method in class org.licas.ServiceSerialize
Return all dynamic linked sources in XML format.
DYNAMICLINKSTOXML - Static variable in class org.licas.util.MethodConst
Defines convert dynamic links to xml method
DYNLINKS - Static variable in class org.licas.util.Const
 
DYNTOPERMLINKS - Static variable in class org.licas.util.Const
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links