Beispiel #1
0
 internal void DeleteTypeById()
 {
     DALProbTuple.DeleteTypeById(this);
 }
Beispiel #2
0
 internal List <ProbTuple> getAllTypleByRelationName(string relationname, int nTriples)
 {
     return(DALProbTuple.getAllTypleByRelationName(relationname, nTriples));
 }