File

src/app/model/api/api-assignment-solution.ts

Index

Properties

Properties

assignmentId
assignmentId: string
Type : string
firstGraph
firstGraph: FOLGraph
Type : FOLGraph
secondGraph
secondGraph: FOLGraph
Type : FOLGraph
import { FOLGraph } from 'src/app/model/domain/fol.graph';

export interface ApiAssignmentSolution {
  assignmentId: string;
  firstGraph: FOLGraph;
  secondGraph: FOLGraph;
}

results matching ""

    No results matching ""