|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcreek.representation.BasicModel
The basic epistemological model is a barebones top-level model required by the representation and inference structures. The assumptions ma
Field Summary | |
static java.lang.String |
DEFAULT_EXPLANATION_STRENGTH_OF
Inverse of HAS_DEFAULT_EXPLANATION_STRENGTH |
static java.lang.String |
ENTITY
Top level entity. |
static java.lang.String |
HAS_DEFAULT_EXPLANATION_STRENGTH
The default explanation strength for a relation type, i.e. the explanation strength used when creating a new relationship of this type. |
static java.lang.String |
HAS_INSTANCE
Relation between a data type and an instance (value) of that data type. |
static java.lang.String |
HAS_INVERSE
This relation represents the link between a relation type and its inverse type. |
static java.lang.String |
HAS_SUBCLASS
Organizes the taxonomy of the model. |
static java.lang.String |
HAS_VALUE_TYPE
The value type of a relation type. |
static java.lang.String |
INHERITS_OVER
Inverse of the TRANSFERS relation type. |
static java.lang.String |
INSTANCE_OF
Inverse of INSTANCE_OF. |
static java.lang.String |
INVERSE_RELATION
The inverse relation type of RELATION. |
static java.lang.String |
NO_VALUE
Entity type for signaling that a relation has a missing value, e.g. |
static java.lang.String |
NUMBER
Entity type for entities representing numbers. |
static java.lang.String |
RELATION
Top level relation type. |
static java.lang.String |
SUBCLASS_OF
Inverse of "has subclass". |
static java.lang.String |
SYMBOL
Entity type for entities representing symbols. |
static java.lang.String |
THING
Top level concept. |
static java.lang.String |
TRANSFERS
Used to describe plausible inheritance rules for use with jcreek.representation.inference.PlausibleInheritanceMethod. |
static java.lang.String |
VALUE_TYPE_OF
Inverse of HAS_VALUE_TYPE |
Constructor Summary | |
BasicModel()
|
Method Summary | |
static void |
generateBasicModel(KnowledgeModel model)
|
void |
generateEpistemologicalModel(KnowledgeModel model)
Generate the epistemological in the (empty) supplied knowledge model. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String THING
public static final java.lang.String ENTITY
public static final java.lang.String RELATION
public static final java.lang.String INVERSE_RELATION
public static final java.lang.String NO_VALUE
public static final java.lang.String NUMBER
public static final java.lang.String SYMBOL
public static final java.lang.String SUBCLASS_OF
public static final java.lang.String HAS_SUBCLASS
public static final java.lang.String HAS_INSTANCE
public static final java.lang.String INSTANCE_OF
public static final java.lang.String TRANSFERS
public static final java.lang.String INHERITS_OVER
public static final java.lang.String HAS_INVERSE
public static final java.lang.String HAS_DEFAULT_EXPLANATION_STRENGTH
public static final java.lang.String DEFAULT_EXPLANATION_STRENGTH_OF
public static final java.lang.String HAS_VALUE_TYPE
public static final java.lang.String VALUE_TYPE_OF
Constructor Detail |
public BasicModel()
Method Detail |
public void generateEpistemologicalModel(KnowledgeModel model)
EpistemologicalModel
generateEpistemologicalModel
in interface EpistemologicalModel
model
- KnowledgeModelpublic static void generateBasicModel(KnowledgeModel model)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |