Class ConceptExprBase
java.lang.Object
org.aksw.jena_sparql_api.concept.builder.api.ConceptExprBase
- All Implemented Interfaces:
ConceptExpr
- Direct Known Subclasses:
ConceptExprConcept,ConceptExprConceptBuilder,ConceptExprListImpl
-
Field Summary
Fields inherited from interface org.aksw.jena_sparql_api.concept.builder.api.ConceptExpr
BUILDER, CONCEPT, LIST, UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jena_sparql_api.concept.builder.api.ConceptExpr
accept
-
Constructor Details
-
ConceptExprBase
public ConceptExprBase()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceConceptExpr
-
isConcept
public boolean isConcept()- Specified by:
isConceptin interfaceConceptExpr
-
isBuilder
public boolean isBuilder()- Specified by:
isBuilderin interfaceConceptExpr
-
isList
public boolean isList()- Specified by:
isListin interfaceConceptExpr
-
asConcept
- Specified by:
asConceptin interfaceConceptExpr
-
asBuilder
- Specified by:
asBuilderin interfaceConceptExpr
-
asList
- Specified by:
asListin interfaceConceptExpr
-
asObject
Description copied from interface:ConceptExprCustom extension point- Specified by:
asObjectin interfaceConceptExpr- Returns:
-