Static Public Attributes | Static Package Functions
roboearth.wp5.owl.IRIDepot Class Reference

List of all members.

Static Public Attributes

static final String KNOWROB = "http://ias.cs.tum.edu/kb/knowrob.owl#"
static final String KNOWROB_ACTION = "knowrob:Action"
static final String KNOWROB_CUP = "knowrob:Cup"
static final String KNOWROB_MATRIX = "knowrob:Matrix"
static final String KNOWROB_OCCURS_AFTER_IN_ORDERING = "knowrob:occursAfterInOrdering"
static final String KNOWROB_OCCURS_BEFORE_IN_ORDERING = "knowrob:occursBeforeInOrdering"
static final String KNOWROB_ORDERING_CONSTRAINTS = "knowrob:orderingConstraints"
static final String KNOWROB_PARTIAL_ORDERING_STRICT = "knowrob:PartialOrdering-Strict"
static final String KNOWROB_SUBEVENTS = "knowrob:subEvents"
static final String KNOWROB_VELOCITY_COMMAND = "knowrob:VelocityCommand"
static final String OWL = "http://www.w3.org/2002/07/owl#"
static final String OWL2XML = "http://www.w3.org/2006/12/owl2-xml#"
static final String OWL_CLASS = "owl:Class"
static final DefaultPrefixManager PREFIX_MANAGER = new DefaultPrefixManager(IRIDepot.ROBOEARTH)
static final String RDF = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
static final String RDFS = "http://www.w3.org/2000/01/rdf-schema#"
static final String RDFS_SUB_CLASS_OF = "rdfs:subClassOf"
static final String ROBOEARTH = "http://www.roboearth.org/kb/roboearth.owl#"
static final String ROBOEARTH_CREATED_BY_ALGORITHM = "roboearth:createdByAlgorithm"
static final String ROBOEARTH_CREATION_DATE_TIME = "roboearth:creationDateTime"
static final String ROBOEARTH_CUP = "roboearth:Cup"
static final String ROBOEARTH_LINK_TO_IMAGE_DATA = "roboearth:linkToImageData"
static final String ROBOEARTH_LINK_TO_RECOGNITION_MODEL = "roboearth:linkToRecognitionModel"
static final String ROBOEARTH_MAZE_LEARNING = "roboearth:RoboEarthMazeLearning"
static final String ROBOEARTH_OBJ_REC_MODEL_PLANAR = "roboearth:RoboEarthObjRecModelPlanar"
static final String ROBOEARTH_POLICY = "roboearth:Policy"
static final String ROBOEARTH_PROVIDES_MODEL_FOR = "roboearth:providesModelFor"
static final String ROBOEARTH_Q_MATRIX = "roboearth:qmatrix"
static final String ROBOEARTH_RL_POLICY = "roboearth:ReinforcementLearningPolicy"
static final String ROBOEARTH_ROBOEARTH_RL_POLICY = "roboearth:RoboEarthRLPolicy"
static final String SRDL2 = "http://ias.cs.tum.edu/kb/srdl2.owl#"
static final String SRDL2_CAP = "http://ias.cs.tum.edu/kb/srdl2-cap.owl#"
static final String SRDL2_COMP = "http://ias.cs.tum.edu/kb/srdl2-comp.owl#"
static final String XSD = "http://www.w3.org/2001/XMLSchema#"

Static Package Functions

 [static initializer]

Detailed Description

The IRIDepot is a central place, where the IRIs of all used classes and properties are stored. As they are abbreviated IRIs, they are intended to be used in conjunction with the prefix manager given in this class as well. The central storage helps to avoid unexpected behavior due to typographic errors. If an entity would have to be renamed, it only has to be done once in this class.

Author:
Alexander Perzylo, perzylo@cs.tum.edu

Definition at line 64 of file IRIDepot.java.


Member Function Documentation

roboearth.wp5.owl.IRIDepot.[static initializer] ( ) [inline, static, package]

Member Data Documentation

final String roboearth.wp5.owl.IRIDepot.KNOWROB = "http://ias.cs.tum.edu/kb/knowrob.owl#" [static]

Definition at line 70 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.KNOWROB_ACTION = "knowrob:Action" [static]

Definition at line 129 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.KNOWROB_CUP = "knowrob:Cup" [static]

Definition at line 133 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.KNOWROB_MATRIX = "knowrob:Matrix" [static]

Definition at line 132 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.KNOWROB_OCCURS_AFTER_IN_ORDERING = "knowrob:occursAfterInOrdering" [static]

Definition at line 139 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.KNOWROB_OCCURS_BEFORE_IN_ORDERING = "knowrob:occursBeforeInOrdering" [static]

Definition at line 138 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.KNOWROB_ORDERING_CONSTRAINTS = "knowrob:orderingConstraints" [static]

Definition at line 137 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.KNOWROB_PARTIAL_ORDERING_STRICT = "knowrob:PartialOrdering-Strict" [static]

Definition at line 130 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.KNOWROB_SUBEVENTS = "knowrob:subEvents" [static]

Definition at line 136 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.KNOWROB_VELOCITY_COMMAND = "knowrob:VelocityCommand" [static]

Definition at line 131 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.OWL = "http://www.w3.org/2002/07/owl#" [static]

Definition at line 73 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.OWL2XML = "http://www.w3.org/2006/12/owl2-xml#" [static]

Definition at line 76 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.OWL_CLASS = "owl:Class" [static]

Definition at line 142 of file IRIDepot.java.

final DefaultPrefixManager roboearth.wp5.owl.IRIDepot.PREFIX_MANAGER = new DefaultPrefixManager(IRIDepot.ROBOEARTH) [static]

Definition at line 98 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.RDF = "http://www.w3.org/1999/02/22-rdf-syntax-ns#" [static]

Definition at line 79 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.RDFS = "http://www.w3.org/2000/01/rdf-schema#" [static]

Definition at line 82 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.RDFS_SUB_CLASS_OF = "rdfs:subClassOf" [static]

Definition at line 145 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.ROBOEARTH = "http://www.roboearth.org/kb/roboearth.owl#" [static]

Definition at line 67 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.ROBOEARTH_CREATED_BY_ALGORITHM = "roboearth:createdByAlgorithm" [static]

Definition at line 121 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.ROBOEARTH_CREATION_DATE_TIME = "roboearth:creationDateTime" [static]

Definition at line 125 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.ROBOEARTH_CUP = "roboearth:Cup" [static]

Definition at line 118 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.ROBOEARTH_LINK_TO_IMAGE_DATA = "roboearth:linkToImageData" [static]

Definition at line 124 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.ROBOEARTH_LINK_TO_RECOGNITION_MODEL = "roboearth:linkToRecognitionModel" [static]

Definition at line 123 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.ROBOEARTH_MAZE_LEARNING = "roboearth:RoboEarthMazeLearning" [static]

Definition at line 116 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.ROBOEARTH_OBJ_REC_MODEL_PLANAR = "roboearth:RoboEarthObjRecModelPlanar" [static]

Definition at line 117 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.ROBOEARTH_POLICY = "roboearth:Policy" [static]

Definition at line 115 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.ROBOEARTH_PROVIDES_MODEL_FOR = "roboearth:providesModelFor" [static]

Definition at line 126 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.ROBOEARTH_Q_MATRIX = "roboearth:qmatrix" [static]

Definition at line 122 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.ROBOEARTH_RL_POLICY = "roboearth:ReinforcementLearningPolicy" [static]

Definition at line 114 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.ROBOEARTH_ROBOEARTH_RL_POLICY = "roboearth:RoboEarthRLPolicy" [static]

Definition at line 113 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.SRDL2 = "http://ias.cs.tum.edu/kb/srdl2.owl#" [static]

Definition at line 85 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.SRDL2_CAP = "http://ias.cs.tum.edu/kb/srdl2-cap.owl#" [static]

Definition at line 88 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.SRDL2_COMP = "http://ias.cs.tum.edu/kb/srdl2-comp.owl#" [static]

Definition at line 91 of file IRIDepot.java.

final String roboearth.wp5.owl.IRIDepot.XSD = "http://www.w3.org/2001/XMLSchema#" [static]

Definition at line 94 of file IRIDepot.java.


The documentation for this class was generated from the following file:


re_comm_core
Author(s): Alexander Perzylo
autogenerated on Sun Jan 5 2014 11:29:34