Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/10/08 10:29:28 (16 years ago)
Author:
gkronber
Message:

removed prototypical implementation of rdf-like statement store and corresponding operators in a consolidation step (to prepare for a more solid implementation). Ticket #261 (Items are stored multiple times in the result entries in the CEDMA DB)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.DB.Interfaces/IDatabase.cs

    r537 r543  
    8282    [OperationContract]
    8383    OperatorEntry GetOperator(long id);
    84 
    85     [OperationContract]
    86     IList<ItemEntry> GetOntologyItems();
    87 
    88     [OperationContract]
    89     IList<ItemEntry> GetItems(Guid predicate, Guid property);
    90 
    91     [OperationContract]
    92     void LinkItems(ItemEntry subject, ItemEntry predicate, ItemEntry property);
    9384  }
    9485}
Note: See TracChangeset for help on using the changeset viewer.