public class TripleBasedTypes extends TripleBasedStruct
| Modifier and Type | Field and Description |
|---|---|
protected Object |
object |
store, storeId, tripleFactory| Constructor and Description |
|---|
TripleBasedTypes() |
TripleBasedTypes(Object obj,
TripleStore store,
TripleFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object key) |
Object |
getObject() |
Triple |
getProxyTripleByTraitType(Object key) |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,? extends Object> m) |
void |
readExternal(ObjectInput in) |
Object |
remove(Object key) |
void |
setObject(Object o) |
int |
size() |
String |
toString() |
Collection<Object> |
values() |
void |
writeExternal(ObjectOutput out) |
getTripleFactory, getTriplesForSubject, isEmpty, property, propertyKey, propertyKey, setTripleFactoryprotected Object object
public TripleBasedTypes()
public TripleBasedTypes(Object obj, TripleStore store, TripleFactory factory)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class TripleBasedStructIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class TripleBasedStructIOExceptionClassNotFoundExceptionpublic Object getObject()
getObject in class TripleBasedStructpublic void setObject(Object o)
setObject in class TripleBasedStructpublic int size()
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>containsKey in class TripleBasedStructpublic boolean containsValue(Object value)
containsValue in interface Map<String,Object>containsValue in class TripleBasedStructpublic void clear()
public Collection<Object> values()
public boolean equals(Object o)
public String toString()
toString in class TripleBasedStructCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.