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, setTripleFactory
protected Object object
public TripleBasedTypes()
public TripleBasedTypes(Object obj, TripleStore store, TripleFactory factory)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class TripleBasedStruct
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class TripleBasedStruct
IOException
ClassNotFoundException
public Object getObject()
getObject
in class TripleBasedStruct
public void setObject(Object o)
setObject
in class TripleBasedStruct
public int size()
public boolean containsKey(Object key)
containsKey
in interface Map<String,Object>
containsKey
in class TripleBasedStruct
public boolean containsValue(Object value)
containsValue
in interface Map<String,Object>
containsValue
in class TripleBasedStruct
public void clear()
public Collection<Object> values()
public boolean equals(Object o)
public String toString()
toString
in class TripleBasedStruct
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.