OWLObjectProperty p = Utils.ensureObjectProperty(arg0.getProperty()); integrityConstraints.add(integrityConstraintFactory .MaxObjectParticipationConstraint(subjClass, p, c, arg0.getCardinality())); }catch(UnsupportedICException e) { notSupported(arg0); } } 开发者ID:kbss-cvut,项目名称:jopa,代码行...
semanticgap”betweenrealityandamodel语义差距 3 OOPCourseDesign GENERALIZATION泛化/通用化—CONSTRAINTS约束 {disjoint}Aconstraintappliedtoasetofgeneralisations,specifyingthatoneobjectmaynotbeaninstanceofmorethanonechildinthesetofgeneralisations.Disjoint解体Person {disjoint} Person Female Male Male ...
OWLObjectProperty p = Utils.ensureObjectProperty(arg0.getProperty()); integrityConstraints.add(integrityConstraintFactory .MinObjectParticipationConstraint(subjClass, p, c, arg0.getCardinality())); }catch(UnsupportedICException e) { notSupported(arg0); } } 开发者ID:kbss-cvut,项目名称:jopa,代码行...