JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.aksw.facete.v3.api
Interface AliasedPathStep
public interface
AliasedPathStep
Thoughs about using specialized step types for variable-free expressions of paths: - fwd(prop) - optional - fwd - prop
Author:
raven
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getAlias
()
Fragment
getRelation
()
boolean
isFwd
()
boolean
isOptional
()
Method Details
isOptional
boolean
isOptional
()
isFwd
boolean
isFwd
()
getRelation
Fragment
getRelation
()
getAlias
String
getAlias
()