Package com.semedy.reasoner.api.edb
Interface RelationListener
public interface RelationListener
listens for changes in a relation
- Author:
- angele
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionget the relationvoid
setRelation
(BaseRelation relation) set the relationvoid
touchTuple
(BaseRelation relation, long[] tuple, RelationListener.ActionType type) called when adding a tuple
-
Method Details
-
touchTuple
called when adding a tuple- Parameters:
tuple
-
-
setRelation
set the relation -
getRelation
BaseRelation getRelation()get the relation- Returns:
-