Uses of Interface org.objectweb.medor.query.api.CalculatedField

Uses in package org.objectweb.medor.query.lib

Classes implementing org.objectweb.medor.query.api.CalculatedField

class

Methods with return type org.objectweb.medor.query.api.CalculatedField

CalculatedField
BasicQueryNode.addCalculatedField(String name, PType type, Expression exp)
Creates and adds a CalculatedField to the TupleStructure of the QueryNode.

Uses in package org.objectweb.medor.query.api

Methods with return type org.objectweb.medor.query.api.CalculatedField

CalculatedField
QueryNode.addCalculatedField(String name, PType type, Expression exp)
Creates and adds a CalculatedField to the TupleStructure of the QueryNode.