Alignment API and Server 4.0

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
           Id to represent a simple valuestring.
 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
(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 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 valueCondition with the given restriction.
PropertyValueRestriction(Comparator comp, ValueExpression v)
          Constructs a attributeValueRestriction with the given restriction.
 

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)
           
 

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
 void TypeCheckingVisitor.visit(ValueExpression e)
           
 


Alignment API and Server 4.0

(C) INRIA & friends, 2003-2010