All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static ShowlPropertyShape |
asPropertyShape(ShowlExpression e) |
static ShowlChannel |
channelFor(ShowlNodeShape enumNode,
List<ShowlChannel> channelList) |
static ShowlNodeShape |
containingEnumNode(ShowlPropertyShape p,
OwlReasoner owlReasoner) |
static ShowlNodeShape |
enumClassNode(ShowlNodeShape enumNode) |
static ShowlExpression |
enumExpression(ShowlEqualStatement equal) |
static boolean |
isEnumField(ShowlExpression e) |
static boolean |
isEnumNode(ShowlExpression e) |
static boolean |
isEnumNode(ShowlNodeShape node) |
static boolean |
isEnumProperty(ShowlPropertyShape p) |
static boolean |
isEnumSourceNode(ShowlNodeShape sourceNode,
OwlReasoner reasoner) |
static boolean |
isUndefinedClass(ShowlClass owlClass) |
static boolean |
isUniqueKey(ShowlPropertyShape p,
OwlReasoner reasoner) |
static boolean |
isWellDefined(ShowlExpression e)
Determine whether a given expression is well defined.
|
static boolean |
isWellDefined(ShowlNodeShape node)
Determine whether a given node is well-defined.
|
static boolean |
isWellDefined(ShowlPropertyShape p)
Determine whether a given property has a well-defined value.
|
static KqlType |
kqlType(org.openrdf.model.URI rdfType) |
static ShowlPropertyShape |
otherProperty(ShowlEqualStatement equal,
ShowlNodeShape node) |
static ShowlNodeShape |
parentEnumNode(ShowlPropertyShape p) |
static ShowlNodeShape |
parentEnumNode(ShowlPropertyShape p,
OwlReasoner reasoner) |
static ShowlPropertyExpression |
propertyExpression(ShowlPropertyShape p) |
static ShowlDirectPropertyShape |
propertyMappedTo(ShowlNodeShape targetNode,
ShowlPropertyShape sourceProperty) |
static ShowlPropertyShape |
propertyOf(ShowlEqualStatement equal,
ShowlNodeShape node) |
static ShowlPropertyShape |
propertyOf(ShowlExpression e,
ShowlNodeShape node) |
static List<org.openrdf.model.URI> |
relativePath(ShowlNodeShape a,
ShowlNodeShape b)
Compute the path of a relative to b.
|
static String |
shortShapeName(ShowlNodeShape node) |
static String |
shortShapeName(org.openrdf.model.URI shapeId) |
static List<ShowlExpression> |
transform(List<ShowlExpression> memberList) |
static ShowlExpression |
transform(ShowlExpression e) |
static Set<ShowlPredicatePath> |
uniqueKeys(org.openrdf.model.URI enumClass,
ShowlNodeShape targetShape)
Get the list of all enum properties referenced by a join condition within a given target NodeShape.
|