Adds a new triple to the Model without checking if the statement is already in the Model.
Adds a new triple to the MemModel without checking if the statement is already in the MemModel.
Adds a new triple to the Model without checking, if the statement is already in the Model. So if you want a duplicate free Model use the addWithoutDuplicates() function (which is slower then add())
Adds another model to this MemModel.
Checks if a new statement is already in the MemModel and adds the statement, if it is not in the MemModel.
Entails every statement and adds the entailments if not already in the model.