Alignment API and Server 4.2.${version.update}

Uses of Interface
fr.inrialpes.exmo.align.impl.edoal.ValueExpression

Packages that use ValueExpression
fr.inrialpes.exmo.align.impl.edoal   
fr.inrialpes.exmo.align.impl.renderer   
fr.inrialpes.exmo.align.parser   
 

Uses of ValueExpression in fr.inrialpes.exmo.align.impl.edoal
 

Classes in fr.inrialpes.exmo.align.impl.edoal that implement ValueExpression
 class Apply
           Apply is the application of a function to arguments.
 class InstanceExpression
           Represents a InstanceExpression.
 class InstanceId
          A simple Id to represent a Instance.
 class PathExpression
           Represents a RelationExpression.
 class PropertyConstruction
           Represents a PropertyConstruction.
 class PropertyDomainRestriction
           Represents a domainRestriction tag for PropertyExpressions.
 class PropertyExpression
           Represents a PropertyExpression.
 class PropertyId
           A simple Id to represent a Property.
 class PropertyRestriction
           Superclass for all AttributeConditions.
 class PropertyTypeRestriction
           Represents a attributeTypeRestriction tag for a ClassExpressions.
 class PropertyValueRestriction
           Represents a attributeValueRestriction tag for a ClassExpressions.
 class RelationCoDomainRestriction
           Represents a coDomainRestriction tag for RelationExpressions.
 class RelationConstruction
           Represents a RelationExpression.
 class RelationDomainRestriction
           Represents a domainRestriction tag for RelationExpressions.
 class RelationExpression
           Represents a RelationExpression.
 class RelationId
          A simple Id to represent a Relation.
 class RelationRestriction
           Superclass for all RelationConditions.
 class Value
           Id to represent a simple valuestring.
 

Fields in fr.inrialpes.exmo.align.impl.edoal declared as ValueExpression
private  ValueExpression Transformation.expr1
           
private  ValueExpression Transformation.expr2
           
(package private)  ValueExpression PropertyValueRestriction.value
           
(package private)  ValueExpression ClassValueRestriction.value
           
 

Fields in fr.inrialpes.exmo.align.impl.edoal with type parameters of type ValueExpression
private  List<ValueExpression> Apply.arguments
           
 

Methods in fr.inrialpes.exmo.align.impl.edoal that return ValueExpression
 ValueExpression Transformation.getObject1()
           
 ValueExpression Transformation.getObject2()
           
 ValueExpression PropertyValueRestriction.getValue()
           
 ValueExpression ClassValueRestriction.getValue()
           
 

Methods in fr.inrialpes.exmo.align.impl.edoal that return types with arguments of type ValueExpression
 List<ValueExpression> Apply.getArguments()
           
 

Methods in fr.inrialpes.exmo.align.impl.edoal with parameters of type ValueExpression
 void PropertyValueRestriction.setValue(ValueExpression v)
           
 void ClassValueRestriction.setValue(ValueExpression v)
           
 

Constructors in fr.inrialpes.exmo.align.impl.edoal with parameters of type ValueExpression
ClassValueRestriction(PathExpression p, Comparator comp, ValueExpression v)
          Constructs a ClassValueRestriction with the given restriction.
PropertyValueRestriction(Comparator comp, ValueExpression v)
          Constructs a PropertyValueRestriction with the given restriction.
Transformation(String type, ValueExpression ob1, ValueExpression ob2)
          Creation
 

Constructor parameters in fr.inrialpes.exmo.align.impl.edoal with type arguments of type ValueExpression
Apply(URI op, List<ValueExpression> args)
          Constructs an object with the given value.
 

Uses of ValueExpression in fr.inrialpes.exmo.align.impl.renderer
 

Methods in fr.inrialpes.exmo.align.impl.renderer with parameters of type ValueExpression
 void RDFRendererVisitor.visit(ValueExpression e)
           
 void OWLAxiomsRendererVisitor.visit(ValueExpression e)
           
 

Uses of ValueExpression in fr.inrialpes.exmo.align.parser
 

Methods in fr.inrialpes.exmo.align.parser that return ValueExpression
protected  ValueExpression RDFParser.parseValue(com.hp.hpl.jena.rdf.model.RDFNode node)
           
 

Methods in fr.inrialpes.exmo.align.parser with parameters of type ValueExpression
 TypeCheckingVisitor.TYPE TypeCheckingVisitor.visit(ValueExpression e)
           
 


Alignment API and Server 4.2.${version.update}

(C) INRIA & friends, 2003-${curryear}