Package thewebsemantic.vocabulary
Interface ReviewVocab
-
- All Superinterfaces:
As
- All Known Subinterfaces:
ReviewVocab.Comment,ReviewVocab.Feedback,ReviewVocab.Review
public interface ReviewVocab extends As
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceReviewVocab.Commentstatic interfaceReviewVocab.Feedbackstatic interfaceReviewVocab.Review
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Thing>commenter()ReviewVocabcommenter(Object t)Collection<Thing>hasComment()ReviewVocabhasComment(Object t)Collection<Thing>hasFeedback()ReviewVocabhasFeedback(Object t)Collection<Thing>hasReview()ReviewVocabhasReview(Object t)Collection<String>positiveVotes()ReviewVocabpositiveVotes(Object o)intrating()ReviewVocabrating(Object o)Collection<Thing>reviewer()ReviewVocabreviewer(Object t)Collection<String>text()ReviewVocabtext(Object o)Collection<String>title()ReviewVocabtitle(Object o)Collection<String>totalVotes()ReviewVocabtotalVotes(Object o)Collection<String>type()ReviewVocabtype(Object o)-
Methods inherited from interface thewebsemantic.As
as, asResource, isa
-
-
-
-
Method Detail
-
hasReview
ReviewVocab hasReview(Object t)
-
hasReview
Collection<Thing> hasReview()
-
commenter
ReviewVocab commenter(Object t)
-
commenter
Collection<Thing> commenter()
-
hasComment
ReviewVocab hasComment(Object t)
-
hasComment
Collection<Thing> hasComment()
-
hasFeedback
ReviewVocab hasFeedback(Object t)
-
hasFeedback
Collection<Thing> hasFeedback()
-
rating
ReviewVocab rating(Object o)
-
rating
int rating()
-
type
ReviewVocab type(Object o)
-
type
Collection<String> type()
-
reviewer
ReviewVocab reviewer(Object t)
-
reviewer
Collection<Thing> reviewer()
-
title
ReviewVocab title(Object o)
-
title
Collection<String> title()
-
positiveVotes
ReviewVocab positiveVotes(Object o)
-
positiveVotes
Collection<String> positiveVotes()
-
totalVotes
ReviewVocab totalVotes(Object o)
-
totalVotes
Collection<String> totalVotes()
-
text
ReviewVocab text(Object o)
-
text
Collection<String> text()
-
-