|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBuiltinsFactory
An interface that can be used to create set of built-ins supported by this engine.
$Id: IBuiltInsFactory.java,v 1.7 2007-10-12 13:00:42 bazbishop237 Exp $
| Method Summary | |
|---|---|
IBuiltinAtom |
createAddBuiltin(ITerm t0,
ITerm t1,
ITerm t2)
Creates an add builtin. |
IBuiltinAtom |
createAddDayTimeDurationToDate(ITerm... terms)
Creates the AddDayTimeDurationToDate built-in. |
IBuiltinAtom |
createAddDayTimeDurationToDateTime(ITerm... terms)
Creates the AddDayTimeDurationToDateTime built-in. |
IBuiltinAtom |
createAddDayTimeDurationToTime(ITerm... terms)
Creates the AddDayTimeDurationToTime built-in. |
IBuiltinAtom |
createAddYearMonthDurationToDate(ITerm... terms)
Creates the AddYearMonthDurationToDate built-in. |
IBuiltinAtom |
createAddYearMonthDurationToDateTime(ITerm... terms)
Creates the AddYearMonthDurationToDateTime built-in. |
IBuiltinAtom |
createBooleanEqual(ITerm... terms)
Creates the built-in for checking if two boolean terms have the same value. |
IBuiltinAtom |
createBooleanGreater(ITerm... terms)
Creates the built-in for checking if a boolean terms is greater than another term. |
IBuiltinAtom |
createBooleanLess(ITerm... terms)
Creates the built-in for checking if a boolean terms is less than another term. |
IBuiltinAtom |
createBooleanNot(ITerm... terms)
Creates the built-in for checking if a boolean term has the value false. |
IBuiltinAtom |
createDateEqual(ITerm... terms)
Creates the DateEqual built-in. |
IBuiltinAtom |
createDateGreater(ITerm... terms)
Creates the DateGreater built-in. |
IBuiltinAtom |
createDateGreaterEqual(ITerm... terms)
Creates the DateGreaterEqual built-in. |
IBuiltinAtom |
createDateLess(ITerm... terms)
Creates the DateLess built-in. |
IBuiltinAtom |
createDateLessEqual(ITerm... terms)
Creates the DateLessEqual built-in. |
IBuiltinAtom |
createDateNotEqual(ITerm... terms)
Creates the DateNotEqual built-in. |
IBuiltinAtom |
createDateTimeEqual(ITerm... terms)
Creates the DateTimeEqual built-in. |
IBuiltinAtom |
createDateTimeGreater(ITerm... terms)
Creates the DateTimeGreater built-in. |
IBuiltinAtom |
createDateTimeGreaterEqual(ITerm... terms)
Creates the DateTimeGreaterEqual built-in. |
IBuiltinAtom |
createDateTimeLess(ITerm... terms)
Creates the DateTimeLess built-in. |
IBuiltinAtom |
createDateTimeLessEqual(ITerm... terms)
Creates the DateTimeLessEqual built-in. |
IBuiltinAtom |
createDateTimeNotEqual(ITerm... terms)
Creates the DateTimeNotEqual built-in. |
IBuiltinAtom |
createDateTimeSubtract(ITerm... terms)
Creates the DateTimeSubtract built-in. |
IBuiltinAtom |
createDayFromDate(ITerm... terms)
Creates the DayFromDate built-in. |
IBuiltinAtom |
createDayFromDateTime(ITerm... terms)
Creates the DayFromDateTime built-in. |
IBuiltinAtom |
createDayPart(ITerm... terms)
Creates DayPart builtin. |
IBuiltinAtom |
createDaysFromDuration(ITerm... terms)
Creates the DaysFromDuration built-in. |
IBuiltinAtom |
createDayTimeDurationAdd(ITerm... terms)
Creates the DayTimeDurationAdd built-in. |
IBuiltinAtom |
createDayTimeDurationDivide(ITerm... terms)
Creates the DayTimeDurationDivide built-in. |
IBuiltinAtom |
createDayTimeDurationDivideByDayTimeDuration(ITerm... terms)
Creates the DayTimeDurationDivideByDayTimeDuration built-in. |
IBuiltinAtom |
createDayTimeDurationGreater(ITerm... terms)
Creates the DayTimeDurationLess built-in. |
IBuiltinAtom |
createDayTimeDurationGreaterEqual(ITerm... terms)
Creates the DayTimeDurationGreaterEqual built-in. |
IBuiltinAtom |
createDayTimeDurationLess(ITerm... terms)
Creates the DayTimeDurationLess built-in. |
IBuiltinAtom |
createDayTimeDurationLessEqual(ITerm... terms)
Creates the DayTimeDurationLessEqual built-in. |
IBuiltinAtom |
createDayTimeDurationMultiply(ITerm... terms)
Creates the DayTimeDurationMultiply built-in. |
IBuiltinAtom |
createDayTimeDurationSubtract(ITerm... terms)
Creates the DayTimeDurationSubtract built-in. |
IBuiltinAtom |
createDivideBuiltin(ITerm t0,
ITerm t1,
ITerm t2)
Creates a divide builtin. |
IBuiltinAtom |
createDurationEqual(ITerm... terms)
Creates the DurationEqual built-in. |
IBuiltinAtom |
createDurationNotEqual(ITerm... terms)
Creates the DurationNotEqual built-in. |
IBuiltinAtom |
createEqual(ITerm t0,
ITerm t1)
Creates an equal builtin. |
IBuiltinAtom |
createExactEqual(ITerm t0,
ITerm t1)
Create an EXACT_EQUAL built-in. |
IAtom |
createFalse()
Creates the builtin representing false. |
IBuiltinAtom |
createGreater(ITerm t0,
ITerm t1)
Creates a greater builtin. |
IBuiltinAtom |
createGreaterEqual(ITerm t0,
ITerm t1)
Creates a greater-equal builtin. |
IBuiltinAtom |
createHourPart(ITerm... terms)
Creates HourPart builtin. |
IBuiltinAtom |
createHoursFromDateTime(ITerm... terms)
Creates the HoursFromDateTime built-in. |
IBuiltinAtom |
createHoursFromDuration(ITerm... terms)
Creates the HoursFromDuration built-in. |
IBuiltinAtom |
createHoursFromTime(ITerm... terms)
Creates the HoursFromTime built-in. |
IBuiltinAtom |
createIriString(ITerm... terms)
Creates the built-in for checking if a given IRI equals a given string. |
IBuiltinAtom |
createIsAnyURI(ITerm... terms)
Creates the IsAnyURI built-in. |
IBuiltinAtom |
createIsBase64Binary(ITerm... terms)
Creates the IsBase64Binary buil-tin. |
IBuiltinAtom |
createIsBoolean(ITerm... terms)
Creates the IsBoolean built-in. |
IBuiltinAtom |
createIsByte(ITerm... terms)
Creates the IsByte built-in. |
IBuiltinAtom |
createIsDatatype(ITerm... terms)
Creates a IsDatatype built-in. |
IBuiltinAtom |
createIsDate(ITerm... terms)
Creates the IsDate built-in. |
IBuiltinAtom |
createIsDateTime(ITerm... terms)
Creates the IsDateTime built-in. |
IBuiltinAtom |
createIsDateTimeStamp(ITerm... terms)
Creates the IsDateTimeStamp built-in. |
IBuiltinAtom |
createIsDayTimeDuration(ITerm... terms)
Creates the IsDayTimeDuration built-in. |
IBuiltinAtom |
createIsDecimal(ITerm... terms)
Creates the IsDecimal built-in. |
IBuiltinAtom |
createIsDouble(ITerm... terms)
Creates the IsDouble built-in. |
IBuiltinAtom |
createIsDuration(ITerm... terms)
Creates the IsDuration built-in. |
IBuiltinAtom |
createIsFloat(ITerm... terms)
Creates the IsFloat built-in. |
IBuiltinAtom |
createIsGDay(ITerm... terms)
Creates the IsGDay built-in. |
IBuiltinAtom |
createIsGMonth(ITerm... terms)
Creates the IsGMonth built-in. |
IBuiltinAtom |
createIsGMonthDay(ITerm... terms)
Creates the IsGMonthDay built-in. |
IBuiltinAtom |
createIsGYear(ITerm... terms)
Creates the IsGYear built-in. |
IBuiltinAtom |
createIsGYearMonth(ITerm... terms)
Creates the IsGYearMonth built-in. |
IBuiltinAtom |
createIsHexBinary(ITerm... terms)
Creates the IsHexBinary built-in. |
IBuiltinAtom |
createIsInt(ITerm... terms)
Creates the IsInt built-in. |
IBuiltinAtom |
createIsInteger(ITerm... terms)
Creates the IsInteger built-in. |
IBuiltinAtom |
createIsIRI(ITerm... terms)
Creates the IsIRI built-in. |
IBuiltinAtom |
createIsLanguage(ITerm... terms)
Creates the IsLanguage built-in. |
IBuiltinAtom |
createIsLong(ITerm... terms)
Creates the IsLong built-in. |
IBuiltinAtom |
createIsName(ITerm... terms)
Creates the IsName built-in. |
IBuiltinAtom |
createIsNCName(ITerm... terms)
Creates the IsNCName built-in. |
IBuiltinAtom |
createIsNegativeInteger(ITerm... terms)
Creates the IsNegativeInteger built-in. |
IBuiltinAtom |
createIsNMTOKEN(ITerm... terms)
Creates the IsNMTOKEN built-in. |
IBuiltinAtom |
createIsNonNegativeInteger(ITerm... terms)
Creates the IsNonNegativeInteger built-in. |
IBuiltinAtom |
createIsNonPositiveInteger(ITerm... terms)
Creates the IsNonPositiveInteger built-in. |
IBuiltinAtom |
createIsNormalizedString(ITerm... terms)
Creates the IsNormalizedString built-in. |
IBuiltinAtom |
createIsNotAnyURI(ITerm... terms)
Creates the IsNotAnyURI built-in. |
IBuiltinAtom |
createIsNotBase64Binary(ITerm... terms)
Creates the IsNotBase64Binary buil-tin. |
IBuiltinAtom |
createIsNotBoolean(ITerm... terms)
Creates the IsNotBoolean built-in. |
IBuiltinAtom |
createIsNotByte(ITerm... terms)
Creates the IsNotByte built-in. |
IBuiltinAtom |
createIsNotDatatype(ITerm... terms)
Creates a IsNotDatatype built-in. |
IBuiltinAtom |
createIsNotDate(ITerm... terms)
Creates the IsNotDate built-in. |
IBuiltinAtom |
createIsNotDateTime(ITerm... terms)
Creates the IsNotDateTime built-in. |
IBuiltinAtom |
createIsNotDateTimeStamp(ITerm... terms)
Creates the IsNotDateTimeStamp built-in. |
IBuiltinAtom |
createIsNotDayTimeDuration(ITerm... terms)
Creates the IsNotDayTimeDuration built-in. |
IBuiltinAtom |
createIsNotDecimal(ITerm... terms)
Creates the IsNotDecimal built-in. |
IBuiltinAtom |
createIsNotDouble(ITerm... terms)
Creates the IsNotDouble built-in. |
IBuiltinAtom |
createIsNotDuration(ITerm... terms)
Creates the IsNotDuration built-in. |
IBuiltinAtom |
createIsNotFloat(ITerm... terms)
Creates the IsNotFloat built-in. |
IBuiltinAtom |
createIsNotGDay(ITerm... terms)
Creates the IsNotGDay built-in. |
IBuiltinAtom |
createIsNotGMonth(ITerm... terms)
Creates the IsNotGMonth built-in. |
IBuiltinAtom |
createIsNotGMonthDay(ITerm... terms)
Creates the IsNotGMonthDay built-in. |
IBuiltinAtom |
createIsNotGYear(ITerm... terms)
Creates the IsNotGYear built-in. |
IBuiltinAtom |
createIsNotGYearMonth(ITerm... terms)
Creates the IsNotGYearMonth built-in. |
IBuiltinAtom |
createIsNotHexBinary(ITerm... terms)
Creates the IsNotHexBinary built-in. |
IBuiltinAtom |
createIsNotInt(ITerm... terms)
Creates the IsNotInt built-in. |
IBuiltinAtom |
createIsNotInteger(ITerm... terms)
Creates the IsNotInteger built-in. |
IBuiltinAtom |
createIsNotIRI(ITerm... terms)
Creates the IsNotIRI built-in. |
IBuiltinAtom |
createIsNotLanguage(ITerm... terms)
Creates the IsNotLanguage built-in. |
IBuiltinAtom |
createIsNotLong(ITerm... terms)
Creates the IsNotLong built-in. |
IBuiltinAtom |
createIsNotName(ITerm... terms)
Creates the IsNotName built-in. |
IBuiltinAtom |
createIsNotNCName(ITerm... terms)
Creates the IsNotNCName built-in. |
IBuiltinAtom |
createIsNotNegativeInteger(ITerm... terms)
Creates the IsNotNegativeInteger built-in. |
IBuiltinAtom |
createIsNotNMTOKEN(ITerm... terms)
Creates the IsNotNMTOKEN built-in. |
IBuiltinAtom |
createIsNotNonNegativeInteger(ITerm... terms)
Creates the IsNotNonNegativeInteger built-in. |
IBuiltinAtom |
createIsNotNonPositiveInteger(ITerm... terms)
Creates the IsNotNonPositiveInteger built-in. |
IBuiltinAtom |
createIsNotNormalizedString(ITerm... terms)
Creates the IsNotNormalizedString built-in. |
IBuiltinAtom |
createIsNotPositiveInteger(ITerm... terms)
Creates the IsNotPositiveInteger built-in. |
IBuiltinAtom |
createIsNotShort(ITerm... terms)
Creates the IsNotShort built-in. |
IBuiltinAtom |
createIsNotString(ITerm... terms)
Creates the IsNotString built-in. |
IBuiltinAtom |
createIsNotText(ITerm... terms)
Creates the IsNotText built-in. |
IBuiltinAtom |
createIsNotTime(ITerm... terms)
Creates the IsNotTime built-in. |
IBuiltinAtom |
createIsNotToken(ITerm... terms)
Creates the IsNotToken built-in. |
IBuiltinAtom |
createIsNotUnsignedByte(ITerm... terms)
Creates the IsNotUnsignedByte built-in. |
IBuiltinAtom |
createIsNotUnsignedInt(ITerm... terms)
Creates the IsNotUnsignedInt built-in. |
IBuiltinAtom |
createIsNotUnsignedLong(ITerm... terms)
Creates the IsNotUnsignedLong built-in. |
IBuiltinAtom |
createIsNotUnsignedShort(ITerm... terms)
Creates the IsNotUnsignedShort built-in. |
IBuiltinAtom |
createIsNotXMLLiteral(ITerm... terms)
Creates the IsNotXMLLiteral built-in. |
IBuiltinAtom |
createIsNotYearMonthDuration(ITerm... terms)
Creates the IsNotYearMonthDuration built-in. |
IBuiltinAtom |
createIsPositiveInteger(ITerm... terms)
Creates the IsPositiveInteger built-in. |
IBuiltinAtom |
createIsShort(ITerm... terms)
Creates the IsShort built-in. |
IBuiltinAtom |
createIsString(ITerm... terms)
Creates the IsString built-in. |
IBuiltinAtom |
createIsText(ITerm... terms)
Creates the IsText built-in. |
IBuiltinAtom |
createIsTime(ITerm... terms)
Creates the IsTime built-in. |
IBuiltinAtom |
createIsToken(ITerm... terms)
Creates the IsToken built-in. |
IBuiltinAtom |
createIsUnsignedByte(ITerm... terms)
Creates the IsUnsignedByte built-in. |
IBuiltinAtom |
createIsUnsignedInt(ITerm... terms)
Creates the IsUnsignedInt built-in. |
IBuiltinAtom |
createIsUnsignedLong(ITerm... terms)
Creates the IsUnsignedLong built-in. |
IBuiltinAtom |
createIsUnsignedShort(ITerm... terms)
Creates the IsUnsignedShort built-in. |
IBuiltinAtom |
createIsXMLLiteral(ITerm... terms)
Creates the IsXMLLiteral built-in. |
IBuiltinAtom |
createIsYearMonthDuration(ITerm... terms)
Creates the IsYearMonthDuration built-in. |
IBuiltinAtom |
createLangFromText(ITerm... terms)
Creates LangFromText builtin. |
IBuiltinAtom |
createLess(ITerm t0,
ITerm t1)
Creates a less builtin. |
IBuiltinAtom |
createLessEqual(ITerm t0,
ITerm t1)
Creates an less-equal builtin. |
IBuiltinAtom |
createMinutePart(ITerm... terms)
Creates MinutePart builtin. |
IBuiltinAtom |
createMinutesFromDateTime(ITerm... terms)
Creates the MinutesFromDateTime built-in. |
IBuiltinAtom |
createMinutesFromDuration(ITerm... terms)
Creates the MinutesFromDuration built-in. |
IBuiltinAtom |
createMinutesFromTime(ITerm... terms)
Creates the MinutesFromTime built-in. |
IBuiltinAtom |
createModulusBuiltin(ITerm t0,
ITerm t1,
ITerm t2)
Creates a modulus builtin. |
IBuiltinAtom |
createMonthFromDate(ITerm... terms)
Creates the MonthFromDate built-in. |
IBuiltinAtom |
createMonthFromDateTime(ITerm... terms)
Creates the MonthFromDateTime built-in. |
IBuiltinAtom |
createMonthPart(ITerm... terms)
Creates MonthPart builtin. |
IBuiltinAtom |
createMonthsFromDuration(ITerm... terms)
Creates the MonthsFromDuration built-in. |
IBuiltinAtom |
createMultiplyBuiltin(ITerm t0,
ITerm t1,
ITerm t2)
Creates a multiply builtin. |
IBuiltinAtom |
createNotExactEqual(ITerm t0,
ITerm t1)
Create a NOT_EXACT_EQUAL built-in. |
IBuiltinAtom |
createNumericAdd(ITerm... terms)
Creates the NumericAdd built-in. |
IBuiltinAtom |
createNumericDivide(ITerm... terms)
Creates the NumericDividebuilt-in. |
IBuiltinAtom |
createNumericEqual(ITerm... terms)
Creates the NumericEqual built-in. |
IBuiltinAtom |
createNumericGreater(ITerm... terms)
Creates the NumericGreater built-in. |
IBuiltinAtom |
createNumericGreaterEqual(ITerm... terms)
Creates the NumericGreaterEqual built-in. |
IBuiltinAtom |
createNumericIntegerDivide(ITerm... terms)
Creates the NumericIntegerDivide built-in. |
IBuiltinAtom |
createNumericLess(ITerm... terms)
Creates the NumericLess built-in. |
IBuiltinAtom |
createNumericLessEqual(ITerm... terms)
Creates the NumericLessEqual built-in. |
IBuiltinAtom |
createNumericModulus(ITerm... terms)
Creates NumericModulus builtin. |
IBuiltinAtom |
createNumericMultiply(ITerm... terms)
Creates the NumericMultiply built-in. |
IBuiltinAtom |
createNumericNotEqual(ITerm... terms)
Creates the NumericNotEqual built-in. |
IBuiltinAtom |
createNumericSubtract(ITerm... terms)
Creates the NumericSubtract built-in. |
IBuiltinAtom |
createSecondPart(ITerm... terms)
Creates SecondPart builtin. |
IBuiltinAtom |
createSecondsFromDateTime(ITerm... terms)
Creates the SecondsFromDateTime built-in. |
IBuiltinAtom |
createSecondsFromDuration(ITerm... terms)
Creates the SecondsFromDuration built-in. |
IBuiltinAtom |
createSecondsFromTime(ITerm... terms)
Creates the SecondsFromTime built-in. |
IBuiltinAtom |
createStringCompare(ITerm... terms)
Creates NumericModulus builtin. |
IBuiltinAtom |
createStringConcat(ITerm... terms)
Creates StringConcat builtin. |
IBuiltinAtom |
createStringContains(ITerm... terms)
Creates StringContains builtin. |
IBuiltinAtom |
createStringEndsWith(ITerm... terms)
Creates StringEndsWith builtin. |
IBuiltinAtom |
createStringEscapeHtmlUri(ITerm... terms)
Creates StringEscapeHtmlUri builtin. |
IBuiltinAtom |
createStringFromText(ITerm... terms)
Creates StringFromText builtin. |
IBuiltinAtom |
createStringIriToUri(ITerm... terms)
Creates StringIriToUri builtin. |
IBuiltinAtom |
createStringJoin(ITerm... terms)
Creates StringJoin builtin. |
IBuiltinAtom |
createStringLength(ITerm... terms)
Creates StringLength builtin. |
IBuiltinAtom |
createStringMatches(ITerm... terms)
Creates StringMatches builtin. |
IBuiltinAtom |
createStringReplace(ITerm... terms)
Creates StringReplace builtin. |
IBuiltinAtom |
createStringStartsWith(ITerm... terms)
Creates StringStartsWith builtin. |
IBuiltinAtom |
createStringSubstring(ITerm... terms)
Creates StringSubstring builtin. |
IBuiltinAtom |
createStringSubstringAfter(ITerm... terms)
Creates StringSubstringAfter builtin. |
IBuiltinAtom |
createStringSubstringBefore(ITerm... terms)
Creates StringSubstringBefore builtin. |
IBuiltinAtom |
createStringToLower(ITerm... terms)
Creates StringToLower builtin. |
IBuiltinAtom |
createStringToUpper(ITerm... terms)
Creates StringToUpper builtin. |
IBuiltinAtom |
createStringUriEncode(ITerm... terms)
Creates StringUriEncode builtin. |
IBuiltinAtom |
createSubtractBuiltin(ITerm t0,
ITerm t1,
ITerm t2)
Creates a subtract builtin. |
IBuiltinAtom |
createSubtractDayTimeDurationFromDate(ITerm... terms)
Creates the SubtractDayTimeDurationToDate built-in. |
IBuiltinAtom |
createSubtractDayTimeDurationFromDateTime(ITerm... terms)
Creates the SubtractDayTimeDurationToDateTime built-in. |
IBuiltinAtom |
createSubtractDayTimeDurationFromTime(ITerm... terms)
Creates the SubtractDayTimeDurationFromTime built-in. |
IBuiltinAtom |
createSubtractYearMonthDurationFromDate(ITerm... terms)
Creates the SubtractYearMonthDurationToDate built-in. |
IBuiltinAtom |
createSubtractYearMonthDurationFromDateTime(ITerm... terms)
Creates the SubtractYearMonthDurationFromDateTime built-in. |
IBuiltinAtom |
createTextCompare(ITerm... terms)
Creates TextCompare builtin. |
IBuiltinAtom |
createTextFromString(ITerm... terms)
Creates TextFromString builtin. |
IBuiltinAtom |
createTextFromStringLang(ITerm... terms)
Creates TextFromStringLang builtin. |
IBuiltinAtom |
createTextLength(ITerm... terms)
Creates TextLenght builtin. |
IBuiltinAtom |
createTimeEqual(ITerm... terms)
Creates the TimeEqual built-in. |
IBuiltinAtom |
createTimeGreater(ITerm... terms)
Creates the TimeGreater built-in. |
IBuiltinAtom |
createTimeGreaterEqual(ITerm... terms)
Creates the TimeGreaterEqual built-in. |
IBuiltinAtom |
createTimeLess(ITerm... terms)
Creates the TimeLess built-in. |
IBuiltinAtom |
createTimeLessEqual(ITerm... terms)
Creates the TimeLessEqual built-in. |
IBuiltinAtom |
createTimeNotEqual(ITerm... terms)
Creates the TimeNotEqual built-in. |
IBuiltinAtom |
createTimeSubtract(ITerm... terms)
Creates the TimeSubtract built-in. |
IBuiltinAtom |
createTimezoneFromDate(ITerm... terms)
Creates the TimezoneFromDate built-in. |
IBuiltinAtom |
createTimezoneFromDateTime(ITerm... terms)
Creates the TimezoneFromDateTime built-in. |
IBuiltinAtom |
createTimezoneFromTime(ITerm... terms)
Creates the TimezoneFromTime built-in. |
IBuiltinAtom |
createTimezonePart(ITerm... terms)
Creates TimezonePart builtin. |
IBuiltinAtom |
createToBase64Binary(ITerm... terms)
Creates ToBase64Binary builtin. |
IBuiltinAtom |
createToBoolean(ITerm... terms)
Creates ToBoolean builtin. |
IBuiltinAtom |
createToDate(ITerm... terms)
Creates ToDate builtin. |
IBuiltinAtom |
createToDateTime(ITerm... terms)
Creates ToDateTime builtin. |
IBuiltinAtom |
createToDayTimeDuration(ITerm... terms)
Creates ToDayTimeDuration builtin. |
IBuiltinAtom |
createToDecimal(ITerm... terms)
Creates ToDecimal builtin. |
IBuiltinAtom |
createToDouble(ITerm... terms)
Creates ToDouble builtin. |
IBuiltinAtom |
createToDuration(ITerm... terms)
Creates ToDuration builtin. |
IBuiltinAtom |
createToFloat(ITerm... terms)
Creates ToFloat builtin. |
IBuiltinAtom |
createToGDay(ITerm... terms)
Creates ToGDay builtin. |
IBuiltinAtom |
createToGMonth(ITerm... terms)
Creates ToGMonth builtin. |
IBuiltinAtom |
createToGMonthDay(ITerm... terms)
Creates ToGMonthDay builtin. |
IBuiltinAtom |
createToGYear(ITerm... terms)
Creates ToGYear builtin. |
IBuiltinAtom |
createToGYearMonth(ITerm... terms)
Creates ToGYearMonth builtin. |
IBuiltinAtom |
createToHexBinary(ITerm... terms)
Creates ToHexBinary builtin. |
IBuiltinAtom |
createToInteger(ITerm... terms)
Creates ToInteger builtin. |
IBuiltinAtom |
createToIRI(ITerm... terms)
Creates ToIRI builtin. |
IBuiltinAtom |
createToString(ITerm... terms)
Creates ToString builtin. |
IBuiltinAtom |
createToText(ITerm... terms)
Creates ToText builtin. |
IBuiltinAtom |
createToTime(ITerm... terms)
Creates ToTime builtin. |
IBuiltinAtom |
createToXMLLiteral(ITerm... terms)
Creates ToXMLLiteral builtin. |
IBuiltinAtom |
createToYearMonthDuration(ITerm... terms)
Creates ToYearMonthDuration builtin. |
IAtom |
createTrue()
Creates the builtin representing true. |
IBuiltinAtom |
createUnequal(ITerm t0,
ITerm t1)
Creates an unequal builtin. |
IBuiltinAtom |
createXMLLiteralEqual(ITerm... terms)
Creates the XMLLiteralEqual built-in. |
IBuiltinAtom |
createXMLLiteralNotEqual(ITerm... terms)
Creates the XMLLiteralNotEqual built-in. |
IBuiltinAtom |
createYearFromDate(ITerm... terms)
Creates the YearFromDate built-in. |
IBuiltinAtom |
createYearFromDateTime(ITerm... terms)
Creates the YearFromDateTime built-in. |
IBuiltinAtom |
createYearMonthDurationAdd(ITerm... terms)
Creates the YearMonthDurationAdd built-in. |
IBuiltinAtom |
createYearMonthDurationDivide(ITerm... terms)
Creates the YearMonthDurationDivide built-in. |
IBuiltinAtom |
createYearMonthDurationDivideByYearMonthDuration(ITerm... terms)
Creates the YearMonthDurationDivideByYearMonthduration built-in. |
IBuiltinAtom |
createYearMonthDurationGreater(ITerm... terms)
Creates the YearMonthDurationGreater built-in. |
IBuiltinAtom |
createYearMonthDurationGreaterEqual(ITerm... terms)
Creates the YearMonthDurationGreaterEqual built-in. |
IBuiltinAtom |
createYearMonthDurationLess(ITerm... terms)
Creates the YearMonthDurationLess built-in. |
IBuiltinAtom |
createYearMonthDurationLessEqual(ITerm... terms)
Creates the YearMonthDurationLessEqual built-in. |
IBuiltinAtom |
createYearMonthDurationMultiply(ITerm... terms)
Creates the YearMonthDurationMultiply built-in. |
IBuiltinAtom |
createYearMonthDurationSubtract(ITerm... terms)
Creates the YearMonthDurationSubtract built-in. |
IBuiltinAtom |
createYearPart(ITerm... terms)
Creates YearPart builtin. |
IBuiltinAtom |
createYearsFromDuration(ITerm... terms)
Creates the YearsFromDuration built-in. |
| Method Detail |
|---|
IBuiltinAtom createAddBuiltin(ITerm t0,
ITerm t1,
ITerm t2)
t0 - the first summandt1 - the second summandt2 - the sum
NullPointerException - if any of the terms is null
IBuiltinAtom createSubtractBuiltin(ITerm t0,
ITerm t1,
ITerm t2)
t0 - the minuendt1 - the subtrahendt2 - the difference
NullPointerException - if one of the terms is null
IBuiltinAtom createMultiplyBuiltin(ITerm t0,
ITerm t1,
ITerm t2)
t0 - the first factort1 - the second factort2 - the product
NullPointerException - if one of the terms is null
IBuiltinAtom createDivideBuiltin(ITerm t0,
ITerm t1,
ITerm t2)
t0 - the dividendt1 - the divisot2 - the quotient
NullPointerException - if one of the terms is null
IBuiltinAtom createModulusBuiltin(ITerm t0,
ITerm t1,
ITerm t2)
t0 - the numeratort1 - the denominatort2 - the result
NullPointerException - if one of the terms is null
IBuiltinAtom createEqual(ITerm t0,
ITerm t1)
t0 - the first termt1 - the second term
NullPointerException - if any of the terms is null
IBuiltinAtom createUnequal(ITerm t0,
ITerm t1)
t0 - the first termt1 - the second term
NullPointerException - if any of the terms is null
IBuiltinAtom createExactEqual(ITerm t0,
ITerm t1)
t0 - The first term.t1 - The second term.
IBuiltinAtom createNotExactEqual(ITerm t0,
ITerm t1)
t0 - The first term.t1 - The second term.
IBuiltinAtom createLess(ITerm t0,
ITerm t1)
t0 - the first termt1 - the second term
NullPointerException - if any of the terms is null
IBuiltinAtom createLessEqual(ITerm t0,
ITerm t1)
t0 - the first termt1 - the second term
NullPointerException - if any of the terms is null
IBuiltinAtom createGreater(ITerm t0,
ITerm t1)
t0 - the first termt1 - the second term
NullPointerException - if any of the terms is null
IBuiltinAtom createGreaterEqual(ITerm t0,
ITerm t1)
t0 - the first termt1 - the second term
NullPointerException - if any of the terms is nullIBuiltinAtom createNumericAdd(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createNumericSubtract(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createNumericMultiply(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createNumericDivide(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createNumericIntegerDivide(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null. -
* @throws IllegalArgumentException If the number of terms
submitted is not correct.IBuiltinAtom createNumericModulus(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createNumericEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createNumericNotEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createNumericLess(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createNumericGreater(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createNumericLessEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createNumericGreaterEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createStringCompare(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringConcat(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringJoin(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringSubstring(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
1
IllegalArgumentException - if t is nullIBuiltinAtom createStringLength(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringToUpper(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringToLower(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringUriEncode(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringIriToUri(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringEscapeHtmlUri(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringSubstringBefore(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringSubstringAfter(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringReplace(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringContains(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringStartsWith(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringEndsWith(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringMatches(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createYearFromDateTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createMonthFromDateTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDayFromDateTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createHoursFromDateTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createMinutesFromDateTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createSecondsFromDateTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createYearFromDate(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createMonthFromDate(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDayFromDate(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createHoursFromTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createMinutesFromTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createSecondsFromTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createYearsFromDuration(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createMonthsFromDuration(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDaysFromDuration(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createHoursFromDuration(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createMinutesFromDuration(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createSecondsFromDuration(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createTimezoneFromDateTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createTimezoneFromDate(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createTimezoneFromTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createYearPart(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createMonthPart(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createDayPart(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createHourPart(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createMinutePart(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createSecondPart(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createTimezonePart(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createDateTimeSubtract(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createTimeSubtract(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createYearMonthDurationAdd(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createYearMonthDurationSubtract(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createYearMonthDurationMultiply(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createYearMonthDurationDivide(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createYearMonthDurationDivideByYearMonthDuration(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDayTimeDurationAdd(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDayTimeDurationSubtract(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDayTimeDurationMultiply(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDayTimeDurationDivide(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDayTimeDurationDivideByDayTimeDuration(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createAddYearMonthDurationToDateTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createAddYearMonthDurationToDate(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createAddDayTimeDurationToDateTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createAddDayTimeDurationToDate(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createAddDayTimeDurationToTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createSubtractYearMonthDurationFromDateTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createSubtractYearMonthDurationFromDate(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createSubtractDayTimeDurationFromDateTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createSubtractDayTimeDurationFromDate(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createSubtractDayTimeDurationFromTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDateTimeEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDateTimeLess(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDateTimeGreater(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDateEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDateLess(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDateGreater(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createTimeEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createTimeLess(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createTimeGreater(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDurationEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDurationNotEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDayTimeDurationLess(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDayTimeDurationGreater(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createYearMonthDurationLess(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createYearMonthDurationGreater(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDateTimeNotEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDateTimeLessEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDateTimeGreaterEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDateNotEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDateLessEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDateGreaterEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createTimeNotEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createTimeLessEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createTimeGreaterEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDayTimeDurationLessEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createDayTimeDurationGreaterEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createYearMonthDurationLessEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createYearMonthDurationGreaterEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createTextFromStringLang(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createTextFromString(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createStringFromText(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createLangFromText(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createTextLength(ITerm... terms)
terms - The terms
NullPointerException - Iif any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createTextCompare(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createXMLLiteralEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createXMLLiteralNotEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createToBase64Binary(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToBoolean(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToDate(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToDateTime(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToDayTimeDuration(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToDecimal(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToDouble(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToDuration(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToFloat(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToGDay(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToGMonth(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToGMonthDay(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToGYear(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToGYearMonth(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToHexBinary(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToInteger(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToIRI(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToString(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToText(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToTime(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToXMLLiteral(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createToYearMonthDuration(ITerm... terms)
terms - The terms.
NullPointerException - if any of the terms is null
IllegalArgumentException - if one of the terms is null
IllegalArgumentException - if the number of terms submitted is not
correct
IllegalArgumentException - if t is nullIBuiltinAtom createIsDatatype(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotDatatype(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsBase64Binary(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsBoolean(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsDate(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsDateTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsDateTimeStamp(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsDayTimeDuration(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsDecimal(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsDouble(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsDuration(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsFloat(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsGDay(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsGMonth(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsGMonthDay(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsGYear(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsGYearMonth(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsHexBinary(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsInteger(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsIRI(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsString(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsText(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsXMLLiteral(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsYearMonthDuration(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsAnyURI(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsLong(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsShort(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsByte(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNonNegativeInteger(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsPositiveInteger(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsUnsignedLong(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsUnsignedInt(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsUnsignedShort(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsUnsignedByte(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNonPositiveInteger(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNegativeInteger(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNormalizedString(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsToken(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsLanguage(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsName(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNCName(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNMTOKEN(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsInt(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotBase64Binary(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotBoolean(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotDate(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotDateTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotDateTimeStamp(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotDayTimeDuration(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotDecimal(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotDouble(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotDuration(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotFloat(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotGDay(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotGMonth(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotGMonthDay(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotGYear(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotGYearMonth(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotHexBinary(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotInteger(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotIRI(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotString(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotText(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotTime(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotXMLLiteral(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotYearMonthDuration(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotAnyURI(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotLong(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotShort(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotByte(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotNonNegativeInteger(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotPositiveInteger(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotUnsignedLong(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotUnsignedInt(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotUnsignedShort(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotUnsignedByte(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotNonPositiveInteger(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotNegativeInteger(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotNormalizedString(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotToken(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotLanguage(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotName(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotNCName(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotNMTOKEN(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIsNotInt(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IAtom createTrue()
IAtom createFalse()
IBuiltinAtom createBooleanNot(ITerm... terms)
false.
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createBooleanEqual(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createBooleanLess(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createBooleanGreater(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.IBuiltinAtom createIriString(ITerm... terms)
terms - The terms.
NullPointerException - If any of the terms is null.
IllegalArgumentException - If the number of terms submitted is not
correct.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||