Package org.drools.traits.core.factmodel
Class TripleBasedTypes
java.lang.Object
org.drools.traits.core.factmodel.TripleBasedStruct
org.drools.traits.core.factmodel.TripleBasedTypes
- All Implemented Interfaces:
Externalizable,Serializable,Map<String,Object>
- See Also:
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from class org.drools.traits.core.factmodel.TripleBasedStruct
store, storeId, tripleFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleankeySet()voidvoidvoidintsize()toString()values()voidMethods inherited from class org.drools.traits.core.factmodel.TripleBasedStruct
getTripleFactory, getTriplesForSubject, isEmpty, property, propertyKey, propertyKey, setTripleFactoryMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
object
-
-
Constructor Details
-
TripleBasedTypes
public TripleBasedTypes() -
TripleBasedTypes
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classTripleBasedStruct- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classTripleBasedStruct- Throws:
IOExceptionClassNotFoundException
-
getObject
- Specified by:
getObjectin classTripleBasedStruct
-
setObject
- Specified by:
setObjectin classTripleBasedStruct
-
size
public int size() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object> - Overrides:
containsKeyin classTripleBasedStruct
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object> - Overrides:
containsValuein classTripleBasedStruct
-
get
-
put
-
remove
-
clear
public void clear() -
putAll
-
keySet
-
values
-
entrySet
-
equals
-
toString
- Overrides:
toStringin classTripleBasedStruct
-
getProxyTripleByTraitType
-