|
| Success (_Fact *object, _Fact *evidence, r_code::Code *object_mk_rdx, float32 psln_thr) |
|
| Success (_Fact *object, _Fact *evidence, float32 psln_thr) |
|
_Fact * | get_object () const |
|
bool | has_evidence () const |
|
_Fact * | get_evidence () const |
|
bool | has_object_mk_rdx () const |
|
MkRdx * | get_object_mk_rdx () const |
|
| LObject (r_code::Mem *mem=NULL) |
|
| LObject (r_code::SysObject *source) |
|
r_code::_View * | build_view (r_code::SysView *source) override |
|
bool | is_invalidated () override |
|
bool | invalidate () override |
|
void | compute_hash_value () |
|
float32 | get_psln_thr () override |
|
void | acq_views () override |
|
void | rel_views () override |
|
void | acq_markers () override |
|
void | rel_markers () override |
|
void | set (uint16 member_index, float32 value) override |
|
void | mod (uint16 member_index, float32 value) override |
|
r_code::_View * | get_view (r_code::Code *group, bool lock) override |
|
| LocalObject (SysObject *source) |
|
uint32 | get_oid () const override |
|
void | set_oid (uint32 oid) override |
|
Atom & | code (uint16 i) override |
|
const Atom & | code (uint16 i) const override |
|
uint16 | code_size () const override |
|
void | resize_code (uint16 new_size) override |
|
void | set_reference (uint16 i, Code *object) override |
|
Code * | get_reference (uint16 i) const override |
|
uint16 | references_size () const override |
|
void | clear_references () override |
|
void | set_references (std::vector< P< Code > > &new_references) override |
|
void | add_reference (Code *object) override |
|
void | set_strorage_index (int32 i) |
|
bool | is_registered () const |
|
int32 | get_storage_index () const |
|
bool | includes (Atom a) const |
|
virtual bool | is_compact () const |
|
virtual void | mod (uint16, float32) |
|
virtual void | set (uint16, float32) |
|
void | remove_marker (Code *m) |
|
void | trace (uint16 i, std::ostream &out, Atom::TraceContext &context) const |
|
void | trace (std::ostream &out) const |
|
void | trace () const |
|
std::string | trace_string () const |
|
std::string | trace_string (uint16 i) const |
|
void | r_trace (std::ostream &out) const |
|
void | r_trace () const |
|
std::string | r_trace_string () const |
|
void | incRef () |
|
virtual void | decRef () |
|
Definition at line 606 of file factory.h.