public class SimplePropertyPathPattern extends Object implements PropertyPathPattern
Constructor and Description |
---|
SimplePropertyPathPattern(NonLiteral subject,
PropertyPathExpression propertyPathExpression,
Resource object) |
SimplePropertyPathPattern(NonLiteral subject,
PropertyPathExpression propertyPathExpression,
Variable object) |
SimplePropertyPathPattern(NonLiteral subject,
Variable propertyPathExpression,
Resource object) |
SimplePropertyPathPattern(NonLiteral subject,
Variable propertyPathExpression,
Variable object) |
SimplePropertyPathPattern(ResourceOrVariable subject,
PropertyPathExpressionOrVariable propertyPathExpression,
ResourceOrVariable object) |
SimplePropertyPathPattern(Variable subject,
PropertyPathExpression propertyPathExpression,
Resource object) |
SimplePropertyPathPattern(Variable subject,
PropertyPathExpression propertyPathExpression,
Variable object) |
SimplePropertyPathPattern(Variable subject,
Variable propertyPathExpression,
Resource object) |
SimplePropertyPathPattern(Variable subject,
Variable propertyPathExpression,
Variable object) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ResourceOrVariable |
getObject() |
PropertyPathExpressionOrVariable |
getPropertyPathExpression() |
ResourceOrVariable |
getSubject() |
int |
hashCode() |
public SimplePropertyPathPattern(ResourceOrVariable subject, PropertyPathExpressionOrVariable propertyPathExpression, ResourceOrVariable object)
public SimplePropertyPathPattern(Variable subject, Variable propertyPathExpression, Variable object)
public SimplePropertyPathPattern(NonLiteral subject, Variable propertyPathExpression, Variable object)
public SimplePropertyPathPattern(Variable subject, Variable propertyPathExpression, Resource object)
public SimplePropertyPathPattern(NonLiteral subject, Variable propertyPathExpression, Resource object)
public SimplePropertyPathPattern(Variable subject, PropertyPathExpression propertyPathExpression, Variable object)
public SimplePropertyPathPattern(NonLiteral subject, PropertyPathExpression propertyPathExpression, Variable object)
public SimplePropertyPathPattern(Variable subject, PropertyPathExpression propertyPathExpression, Resource object)
public SimplePropertyPathPattern(NonLiteral subject, PropertyPathExpression propertyPathExpression, Resource object)
public ResourceOrVariable getSubject()
getSubject
in interface PropertyPathPattern
public PropertyPathExpressionOrVariable getPropertyPathExpression()
getPropertyPathExpression
in interface PropertyPathPattern
public ResourceOrVariable getObject()
getObject
in interface PropertyPathPattern
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.