|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.smi.protegex.owl.swrl.bridge.impl.BuiltInArgumentImpl
edu.stanford.smi.protegex.owl.swrl.bridge.impl.OWLDatatypeValueImpl
edu.stanford.smi.protegex.owl.swrl.sqwrl.impl.Literal
public class Literal
Constructor Summary | |
---|---|
Literal()
|
|
Literal(boolean b)
|
|
Literal(double d)
|
|
Literal(float f)
|
|
Literal(int i)
|
|
Literal(long l)
|
|
Literal(Number n)
|
|
Literal(PrimitiveXSDType value)
|
|
Literal(String s)
|
Method Summary |
---|
Methods inherited from class edu.stanford.smi.protegex.owl.swrl.bridge.impl.OWLDatatypeValueImpl |
---|
compareTo, equals, getAnyURI, getBase64Binary, getBigDecimal, getBigInteger, getBoolean, getByte, getDate, getDateTime, getDouble, getDuration, getFloat, getGDay, getGMonth, getGMonthDay, getGYear, getGYearMonth, getHexBinary, getInt, getLong, getNOTATION, getNumber, getPrimitiveXSDType, getQName, getShort, getString, getTime, getValue, getValueClassName, hashCode, isAnyURI, isBase64Binary, isBigDecimal, isBigInteger, isBoolean, isByte, isDate, isDateTime, isDouble, isDuration, isFloat, isGDay, isGMonth, isGMonthDay, isGYear, isGYearMonth, isHexBinary, isInteger, isLong, isNOTATION, isNumeric, isPrimitiveXSDType, isQName, isShort, isString, isTime, readExternal, toString, writeExternal |
Methods inherited from class edu.stanford.smi.protegex.owl.swrl.bridge.impl.BuiltInArgumentImpl |
---|
getBuiltInResult, getPrefixedVariableName, getVariableName, isUnbound, isVariable, setBuiltInResult, setUnbound, setVariableName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.stanford.smi.protegex.owl.swrl.sqwrl.DatatypeValue |
---|
getAnyURI, getBase64Binary, getBigDecimal, getBigInteger, getBoolean, getByte, getDate, getDouble, getDuration, getFloat, getGDay, getGMonth, getGMonthDay, getGYear, getGYearMonth, getHexBinary, getInt, getLong, getNOTATION, getNumber, getQName, getShort, getString, getTime, isAnyURI, isBase64Binary, isBigDecimal, isBigInteger, isBoolean, isByte, isDate, isDateTime, isDouble, isDuration, isFloat, isGDay, isGMonth, isGMonthDay, isGYear, isGYearMonth, isHexBinary, isInteger, isLong, isNOTATION, isNumeric, isPrimitiveXSDType, isQName, isShort, isString, isTime, toString |
Methods inherited from interface edu.stanford.smi.protegex.owl.swrl.bridge.BuiltInArgument |
---|
getBuiltInResult, getPrefixedVariableName, getVariableName, isUnbound, isVariable, setBuiltInResult, setUnbound, setVariableName |
Constructor Detail |
---|
public Literal()
public Literal(String s)
public Literal(Number n)
public Literal(boolean b)
public Literal(int i)
public Literal(long l)
public Literal(float f)
public Literal(double d)
public Literal(PrimitiveXSDType value)
|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |