public class DatatypeUnion extends Object implements DatatypeCombination<DatatypeUnion,Datatype<?>>
| Constructor and Description |
|---|
DatatypeUnion(Datatype<?> host) |
DatatypeUnion(Datatype<?> host,
Collection<Datatype<?>> list) |
| Modifier and Type | Method and Description |
|---|---|
DatatypeUnion |
add(Datatype<?> d) |
boolean |
emptyValueSpace() |
String |
getDatatypeURI() |
Datatype<?> |
getHost() |
Iterable<Datatype<?>> |
getList() |
boolean |
isCompatible(Datatype<?> type) |
boolean |
isCompatible(Literal<?> l) |
String |
toString() |
public DatatypeUnion(Datatype<?> host)
public DatatypeUnion(Datatype<?> host, Collection<Datatype<?>> list)
public Datatype<?> getHost()
getHost in interface DatatypeCombination<DatatypeUnion,Datatype<?>>public Iterable<Datatype<?>> getList()
getList in interface DatatypeCombination<DatatypeUnion,Datatype<?>>public DatatypeUnion add(Datatype<?> d)
add in interface DatatypeCombination<DatatypeUnion,Datatype<?>>public boolean isCompatible(Literal<?> l)
isCompatible in interface DatatypeCombination<DatatypeUnion,Datatype<?>>public String getDatatypeURI()
getDatatypeURI in interface DatatypeCombination<DatatypeUnion,Datatype<?>>public boolean isCompatible(Datatype<?> type)
isCompatible in interface DatatypeCombination<DatatypeUnion,Datatype<?>>public boolean emptyValueSpace()
emptyValueSpace in interface DatatypeCombination<DatatypeUnion,Datatype<?>>Copyright © 2013 The University of Manchester. All Rights Reserved.