|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSWAPLiteral | |
---|---|
info.sswap.api.model | Main package for SSWAP API |
Uses of SSWAPLiteral in info.sswap.api.model |
---|
Methods in info.sswap.api.model that return SSWAPLiteral | |
---|---|
SSWAPLiteral |
SSWAPElement.asLiteral()
Type-safe cast of this element to SSWAPLiteral. |
SSWAPLiteral |
SSWAPDocument.createLiteral(java.lang.String value)
Creates a literal with the specified value. |
SSWAPLiteral |
SSWAPDocument.createTypedLiteral(java.lang.String value,
java.net.URI datatypeURI)
Creates a SSWAPElement that is a typed literal with the specified value. |
Methods in info.sswap.api.model with parameters of type SSWAPLiteral | |
---|---|
SSWAPProperty |
SSWAPIndividual.addProperty(SSWAPPredicate predicate,
SSWAPLiteral literal)
Adds a property to this individual with the specified literal value |
SSWAPProperty |
SSWAPIndividual.setProperty(SSWAPPredicate predicate,
SSWAPLiteral literal)
Sets the value of the property to the literal object. |
Method parameters in info.sswap.api.model with type arguments of type SSWAPLiteral | |
---|---|
void |
SSWAPDatatype.addOneOf(java.util.Collection<SSWAPLiteral> oneOf)
Adds an owl:oneOf axiom to this datatype |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |