Package | Description |
---|---|
fr.inrialpes.exmo.align.impl.edoal | |
fr.inrialpes.exmo.align.parser | |
fr.inrialpes.exmo.align.service |
Modifier and Type | Class and Description |
---|---|
class |
ClassConstruction
Represents a ClassExpression.
|
class |
ClassDomainRestriction |
class |
ClassId
A simple Id to represent a Class.
|
class |
ClassOccurenceRestriction
Represents a attributeOccurenceRestriction tag for a ClassExpressions.
|
class |
ClassRestriction
Superclass for all ClassRestrictions.
|
class |
ClassTypeRestriction
Represents a type typeCondition tag for PropertyExpressions.
|
class |
ClassValueRestriction
Represents a type valueCondition tag for PropertyExpressions.
|
Modifier and Type | Field and Description |
---|---|
protected ClassExpression |
RelationCoDomainRestriction.codomain |
private ClassExpression |
RelationDomainRestriction.domain |
protected ClassExpression |
PropertyDomainRestriction.domain |
(package private) ClassExpression |
ClassDomainRestriction.domain |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<ClassExpression> |
ClassConstruction.components
Holds all expressions.
|
Modifier and Type | Method and Description |
---|---|
ClassExpression |
RelationCoDomainRestriction.getCoDomain() |
ClassExpression |
RelationDomainRestriction.getDomain() |
ClassExpression |
PropertyDomainRestriction.getDomain() |
ClassExpression |
ClassDomainRestriction.getDomain() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ClassExpression> |
ClassConstruction.getComponents() |
Modifier and Type | Method and Description |
---|---|
void |
ClassConstruction.addComponents(ClassExpression exp) |
void |
RelationDomainRestriction.getDomain(ClassExpression dom) |
void |
PropertyDomainRestriction.setDomain(ClassExpression dom) |
void |
ClassDomainRestriction.setDomain(ClassExpression cl) |
Constructor and Description |
---|
ClassDomainRestriction(PathExpression p,
boolean pred,
ClassExpression cl)
Constructs a typeCondition with the given restriction.
|
ClassDomainRestriction(PathExpression p,
ClassExpression cl) |
PropertyDomainRestriction(ClassExpression dom)
Constructs a domainRestiction with the given restriction.
|
RelationCoDomainRestriction(ClassExpression cod)
Constructs a RelationCoDomainRestriction with the given restriction.
|
RelationDomainRestriction(ClassExpression dom)
Constructs a RelationDomainRestiction with the given restriction.
|
Constructor and Description |
---|
ClassConstruction(SyntaxElement.Constructor op,
java.util.Collection<ClassExpression> expressions) |
Modifier and Type | Method and Description |
---|---|
protected ClassExpression |
RDFParser.parseClass(org.apache.jena.rdf.model.Resource node) |
Modifier and Type | Method and Description |
---|---|
ClassExpression |
EDOALSQLCache.extractClassExpression(long intid) |
Modifier and Type | Method and Description |
---|---|
long |
EDOALSQLCache.visit(ClassExpression e) |
(C) INRIA & friends, 2003-2020