Home Previous Up Next Index

memoryx::PriorKnowledgeInterface

Overview

interface PriorKnowledgeInterface extends MemoryInterface

Operation Index

getObjectClassesSegment
getRelationsSegment
getGraphSegment
hasGraphSegment
getCommonStorage
isPriorCollection

Operations

PersistentObjectClassSegmentBase* getObjectClassesSegment()

PersistentRelationSegmentBase* getRelationsSegment()

GraphMemorySegmentBase* getGraphSegment()

bool hasGraphSegment()

CommonStorageInterface* getCommonStorage()

bool isPriorCollection(string collNS)


Home Previous Up Next Index