Package ontopoly.utils
Class OntopolyUtils
java.lang.Object
ontopoly.utils.OntopolyUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanfilterTopicByAnnotationRole(Topic topic) static booleanfilterTopicByDefaultRole(Topic topic) static voidfilterTopicsByAdministratorRole(Collection<? extends Topic> topics) static voidfilterTopicsByAnnotationRole(Collection<? extends Topic> topics) static voidfilterTopicsByDefaultRole(Collection<? extends Topic> topics) static TopicTypegetDefaultTopicType(Topic topic) Returns the topic type that is the default topic type amongst the topic types of the topic.
-
Method Details
-
getDefaultTopicType
Returns the topic type that is the default topic type amongst the topic types of the topic.- Parameters:
topic-
-
filterTopicByAdministratorRole
-
filterTopicByAnnotationRole
-
filterTopicByDefaultRole
-
filterTopicsByAdministratorRole
-
filterTopicsByAnnotationRole
-
filterTopicsByDefaultRole
-