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: 20
100%
M: 0 C: 1
100%

Coverage

1: /**
2: * Copyright (C) 2016 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: private SequencesVocabulary() {
23: throw new AssertionError();
24: }
25:
26: // http://krizik.felk.cvut.cz/ontologies/2008/sequences.owl//
27: // ========================= Classes =========================
28: public static final String s_c_Nothing = "http://www.w3.org/2002/07/owl#Nothing";
29: public static final URI c_Nothing = URI
30: .create("http://www.w3.org/2002/07/owl#Nothing");
31: public static final String s_c_EmptyList = "http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#EmptyList";
32: public static final URI c_EmptyList = URI
33: .create("http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#EmptyList");
34: public static final String s_c_OWLList = "http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#OWLList";
35: public static final URI c_OWLList = URI
36: .create("http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#OWLList");
37: public static final URI c_OWLSimpleList = URI
38: .create("http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#OWLSimpleList");
39: public static final URI c_OWLReferencedList = URI
40: .create("http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#OWLComplexList");
41:
42: // ========================= Object Properties =========================
43: public static final String s_p_hasListItem = "http://krizik.felk.cvut.cz/ontologies/2008/sequences.owl#hasListItem";
44: public static final URI p_hasListItem = URI
45: .create("http://krizik.felk.cvut.cz/ontologies/2008/sequences.owl#hasListItem");
46: public static final String s_p_hasListProperty = "http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#hasListProperty";
47: public static final URI p_hasListProperty = URI
48: .create("http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#hasListProperty");
49: public static final String s_p_hasContents = "http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#hasContents";
50: public static final URI p_hasContents = URI
51: .create("http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#hasContents");
52: public static final String s_p_hasNext = "http://krizik.felk.cvut.cz/ontologies/2008/sequences.owl#hasNext";
53: public static final URI p_hasNext = URI
54: .create("http://krizik.felk.cvut.cz/ontologies/2008/sequences.owl#hasNext");
55: public static final String s_p_isFollowedBy = "http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#isFollowedBy";
56: public static final URI p_isFollowedBy = URI
57: .create("http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#isFollowedBy");
58:
59: // ======================= collections.owl ================================
60: public static final String c_List = "http://swan.mindinformatics.org/ontologies/1.2/collections/List";
61: public static final String p_element = "http://swan.mindinformatics.org/ontologies/1.2/collections/element";
62: public static final String c_Collection = "http://swan.mindinformatics.org/ontologies/1.2/collections/Collection";
63:
64:
65: }