Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F4000159
interpretation.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 9, 3:37 AM
Size
872 B
Mime Type
text/x-c++
Expires
Sat, Jul 11, 3:37 AM (1 d, 5 h)
Engine
blob
Format
Raw Data
Handle
273264
Attached To
rXR Xreate
interpretation.h
View Options
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/*
* Author: pgess <v.melnychenko@xreate.org>
* Created on June 25, 2018, 3:24 PM
*
* \file interpretation.h
* \brief interpretation
*/
#ifndef INTERPRETATION_H
#define INTERPRETATION_H
#include "transcendlayer.h"
namespace xreate{
namespace interpretation{
TypeAnnotation collapseColumn(const std::list<Gringo::Symbol>& symbols);
ExpandedType dereferenceSlaveType(ExpandedType t, const TranscendLayer* transcend);
Expression representTransExpression(const Gringo::Symbol& atom, ExpandedType schemaT, TranscendLayer* transcend);
std::list<Expression> generateAllInstancesInDomain2(const ExpandedType& domainT);
}
}
#endif /* INTERPRETATION_H */
Event Timeline
Log In to Comment