Skip to content

Package: SequencesVocabulary

SequencesVocabulary

nameinstructionbranchcomplexitylinemethod
SequencesVocabulary()
M: 6 C: 0
0%
M: 0 C: 0
100%
M: 1 C: 0
0%
M: 2 C: 0
0%
M: 1 C: 0
0%
static {...}
M: 0 C: 31
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 12
100%
M: 0 C: 1
100%

Coverage

1: /**
2: * Copyright (C) 2022 Czech Technical University in Prague
3: *
4: * This program is free software: you can redistribute it and/or modify it under
5: * the terms of the GNU General Public License as published by the Free Software
6: * Foundation, either version 3 of the License, or (at your option) any
7: * later version.
8: *
9: * This program is distributed in the hope that it will be useful, but WITHOUT
10: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11: * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
12: * details. You should have received a copy of the GNU General Public License
13: * along with this program. If not, see <http://www.gnu.org/licenses/>.
14: */
15: package cz.cvut.kbss.jopa.model;
16:
17: import java.net.URI;
18:
19: /* GENERATED CODE - DO NOT MODIFY */
20: public class SequencesVocabulary {
21:
22: // http://krizik.felk.cvut.cz/ontologies/2008/sequences.owl//
23: // ========================= Classes =========================
24: public static final String s_c_Nothing = "http://www.w3.org/2002/07/owl#Nothing";
25: public static final URI c_Nothing = URI.create(s_c_Nothing);
26: public static final String s_c_EmptyList = "http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#EmptyList";
27: public static final URI c_EmptyList = URI.create(s_c_EmptyList);
28: public static final String s_c_OWLList = "http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#OWLList";
29: public static final URI c_OWLList = URI.create(s_c_OWLList);
30: public static final URI c_OWLSimpleList = URI
31: .create("http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#OWLSimpleList");
32: public static final URI c_OWLReferencedList = URI
33: .create("http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#OWLComplexList");
34:
35: // ========================= Object Properties =========================
36: public static final String s_p_hasListItem = "http://krizik.felk.cvut.cz/ontologies/2008/sequences.owl#hasListItem";
37: public static final URI p_hasListItem = URI.create(s_p_hasListItem);
38: public static final String s_p_hasListProperty = "http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#hasListProperty";
39: public static final URI p_hasListProperty = URI.create(s_p_hasListProperty);
40: public static final String s_p_hasContents = "http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#hasContents";
41: public static final URI p_hasContents = URI.create(s_p_hasContents);
42: public static final String s_p_hasNext = "http://krizik.felk.cvut.cz/ontologies/2008/sequences.owl#hasNext";
43: public static final URI p_hasNext = URI.create(s_p_hasNext);
44: public static final String s_p_isFollowedBy = "http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#isFollowedBy";
45: public static final URI p_isFollowedBy = URI.create(s_p_isFollowedBy);
46:
47: // ======================= collections.owl ================================
48: public static final String c_List = "http://swan.mindinformatics.org/ontologies/1.2/collections/List";
49: public static final String p_element = "http://swan.mindinformatics.org/ontologies/1.2/collections/element";
50: public static final String c_Collection = "http://swan.mindinformatics.org/ontologies/1.2/collections/Collection";
51:
52: private SequencesVocabulary() {
53: throw new AssertionError();
54: }
55: }