|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSWAPLiteral | |
---|---|
info.sswap.api.model | Main package for SSWAP API |
info.sswap.impl.empire.model |
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 |
Uses of SSWAPLiteral in info.sswap.impl.empire.model |
---|
Classes in info.sswap.impl.empire.model that implement SSWAPLiteral | |
---|---|
class |
Literal
Implementation of SSWAPElement that is a literal. |
Methods in info.sswap.impl.empire.model that return SSWAPLiteral | |
---|---|
SSWAPLiteral |
ElementImpl.asLiteral()
|
SSWAPLiteral |
Literal.asLiteral()
|
SSWAPLiteral |
SourceModelImpl.createLiteral(java.lang.String value)
|
SSWAPLiteral |
SourceModelImpl.createTypedLiteral(java.lang.String value,
java.net.URI datatypeURI)
|
Methods in info.sswap.impl.empire.model with parameters of type SSWAPLiteral | |
---|---|
SSWAPProperty |
IndividualImpl.addProperty(SSWAPPredicate predicate,
SSWAPLiteral literal)
|
SSWAPProperty |
IndividualImpl.setProperty(SSWAPPredicate predicate,
SSWAPLiteral literal)
|
Method parameters in info.sswap.impl.empire.model with type arguments of type SSWAPLiteral | |
---|---|
void |
DatatypeImpl.addOneOf(java.util.Collection<SSWAPLiteral> oneOf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |