public final class EJQuestionFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) org.slf4j.Logger |
logger |
static String |
SPLIT_KEYWORDS_ON |
| Modifier | Constructor and Description |
|---|---|
private |
EJQuestionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static QaldJson |
fromExtendedToQald(ExtendedJson exJson) |
static ExtendedJson |
fromQaldToExtended(QaldJson json) |
private static void |
getAnswersFromAnswerObject(EJAnswers answerObject,
IQuestion question) |
static ExtendedJson |
getExtendedJson(List<IQuestion> questions) |
static QaldJson |
getQaldJson(List<IQuestion> questions) |
static List<IQuestion> |
getQuestionsFromExtendedJson(ExtendedJson json) |
static List<IQuestion> |
getQuestionsFromExtendedJson(ExtendedJson json,
String deriveUri) |
static List<IQuestion> |
getQuestionsFromJson(Object json) |
static List<IQuestion> |
getQuestionsFromJson(Object json,
String deriveUri) |
static List<IQuestion> |
getQuestionsFromQaldJson(QaldJson json) |
static List<IQuestion> |
getQuestionsFromQaldJson(QaldJson json,
String deriveUri) |
private static void |
setAnswersInJson(EJAnswers answers,
IQuestion question) |
public static final String SPLIT_KEYWORDS_ON
final org.slf4j.Logger logger
public static List<IQuestion> getQuestionsFromExtendedJson(ExtendedJson json)
public static List<IQuestion> getQuestionsFromExtendedJson(ExtendedJson json, String deriveUri)
public static ExtendedJson getExtendedJson(List<IQuestion> questions)
public static List<IQuestion> getQuestionsFromJson(Object json, String deriveUri)
public static List<IQuestion> getQuestionsFromQaldJson(QaldJson json, String deriveUri)
private static void getAnswersFromAnswerObject(EJAnswers answerObject, IQuestion question)
public static ExtendedJson fromQaldToExtended(QaldJson json)
public static QaldJson fromExtendedToQald(ExtendedJson exJson)
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.