org.drools.factmodel.traits
Class TripleBasedBean
java.lang.Object
org.drools.factmodel.traits.TripleBasedStruct
org.drools.factmodel.traits.TripleBasedBean
- All Implemented Interfaces:
- Externalizable, Serializable, Map<String,Object>
public class TripleBasedBean
- extends TripleBasedStruct
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class org.drools.factmodel.traits.TripleBasedStruct |
clear, containsKey, containsValue, entrySet, equals, get, getTriplesForSubject, isEmpty, keySet, property, propertyKey, propertyKey, put, putAll, remove, size, values |
Methods inherited from interface java.util.Map |
hashCode |
object
protected Object object
TripleBasedBean
public TripleBasedBean()
TripleBasedBean
public TripleBasedBean(Object o,
TripleStore store)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Overrides:
writeExternal
in class TripleBasedStruct
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Overrides:
readExternal
in class TripleBasedStruct
- Throws:
IOException
ClassNotFoundException
getObject
public Object getObject()
- Specified by:
getObject
in class TripleBasedStruct
setObject
public void setObject(Object object)
- Specified by:
setObject
in class TripleBasedStruct
toString
public String toString()
- Overrides:
toString
in class TripleBasedStruct
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.