- KD_TreeNodeParser - Class in org.licas.parsers.sci
-
This can be used to parse a
KD_TreeNode
node in a tree structure, although the root tree node
is parsed using
KD_TreeParser
.
- KD_TreeNodeParser() - Constructor for class org.licas.parsers.sci.KD_TreeNodeParser
-
Create a new instance of KD_TreeNodeParser
- KD_TreeParser - Class in org.licas.parsers.sci
-
This can be used to parse a whole KD_Tree
tree structure, starting from the root tree node.
- KD_TreeParser() - Constructor for class org.licas.parsers.sci.KD_TreeParser
-
Create a new instance of KD_TreeParser
- KEY - Static variable in class org.licas.util.Const
-
Defines a component's keyword
- key - Variable in class org.licas.util.KeyValue
-
The key
- KeyValue - Class in org.licas.util
-
Key-Value pair, where the key is a String and the value is an Object.
- KeyValue() - Constructor for class org.licas.util.KeyValue
-
Create a new instance of KeyValue
- KEYWORD - Static variable in class org.licas.util.Const
-
Defines keyword tag
- keywordHandler - Variable in class org.licas.meta.ServiceMeta
-
The list of keywords relating to any of the concepts
- KeywordHandler - Class in org.licas.service.model
-
This stores and processes keywords for any service metadata structure.
- KeywordHandler() - Constructor for class org.licas.service.model.KeywordHandler
-
Create a new instance of KeywordHandler
- keywordHandler - Variable in class org.licas.ServiceAdmin
-
For processing any service-general keyword lists
- KeywordHandlerParser - Class in org.licas.parsers.admin
-
This class can be used to parse a
KeywordHandler
object to or from XML.
- KeywordHandlerParser() - Constructor for class org.licas.parsers.admin.KeywordHandlerParser
-
Create a new instance of KeywordHandlerParser
- KeywordInfo - Class in org.licas.service.model
-
Stores information for a single set of keywords relating to a single concept.
- KeywordInfo() - Constructor for class org.licas.service.model.KeywordInfo
-
Create a new instance of KeywordInfo with default fields: topic is null
,
language is 'en'
and source is MetaConst
.META
.
- KeywordInfo(String, String, String) - Constructor for class org.licas.service.model.KeywordInfo
-
Create a new instance of KeywordInfo.
- keywordInfo - Variable in class org.licas.service.model.WorkInfo
-
Keywords list to describe the service
- KEYWORDINFO - Static variable in class org.licas.util.Const
-
Defines keyword tag
- KeywordInfoParser - Class in org.licas.parsers
-
This class can be used to parse a
KeywordInfo
object to or from XML.
- KeywordInfoParser() - Constructor for class org.licas.parsers.KeywordInfoParser
-
Create a new instance of KeywordInfoParser
- keywordLists - Variable in class org.licas.service.model.KeywordHandler
-
The lists of all keywords in all languages.
- keywords - Variable in class org.licas.service.model.KeywordInfo
-
The list of keywords relating to the concept and language
- KEYWORDS - Static variable in class org.licas.util.Const
-
Defines a component's keywords
- keywordsToXml() - Method in class org.licas.service.model.KeywordHandler
-
Convert the list of keywords into XML format.