Free cookie consent management tool by TermsFeed Policy Generator

Changeset 544 for trunk/sources


Ignore:
Timestamp:
09/10/08 19:27:35 (16 years ago)
Author:
gkronber
Message:

added interface IStore and data classes (with DataContracts) for the RDF backend. #261 (Items are stored multiple times in the result entries in the CEDMA DB)

Location:
trunk/sources/HeuristicLab.CEDMA.DB.Interfaces
Files:
6 added
1 edited

Legend:

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

    r543 r544  
    5555  <ItemGroup>
    5656    <Compile Include="AgentEntry.cs" />
     57    <Compile Include="SerializedLiteral.cs" />
     58    <Compile Include="Literal.cs" />
     59    <Compile Include="Entity.cs" />
     60    <Compile Include="Resource.cs" />
     61    <Compile Include="Statement.cs" />
     62    <Compile Include="IStore.cs" />
    5763    <Compile Include="OperatorEntry.cs" />
    5864    <Compile Include="ProcessStatus.cs" />
Note: See TracChangeset for help on using the changeset viewer.