コード例 #1
0
 @Override
 public Set<OWLDataRange> getOperands() {
   return CollectionFactory.getCopyOnRequestSetFromImmutableCollection(operands);
 }
コード例 #2
0
 @Override
 public Set<OWLFacetRestriction> getFacetRestrictions() {
   return CollectionFactory.getCopyOnRequestSetFromImmutableCollection(facetRestrictions);
 }
コード例 #3
0
 @Override
 public Set<OWLClassExpression> getClassExpressions() {
   return CollectionFactory.getCopyOnRequestSetFromImmutableCollection(classExpressions);
 }
コード例 #4
0
ファイル: SWRLRuleImpl.java プロジェクト: Ganesh1238/owlapi
 @Override
 public Set<SWRLAtom> getHead() {
   return CollectionFactory.getCopyOnRequestSetFromImmutableCollection(head);
 }