|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectaminePlatform.engines.metaphor.ResolveMetaphor
Title : ResolveMetaphor
Description : ResolveMetaphor implements the procedure for the resolution of a metaphor. This procedure is partially implemented.
Copyright : Copyright (c) Adil KABBAJ 2004-2009
Constructor Summary | |
ResolveMetaphor()
|
Method Summary | |
static CG |
getIntendedMeaning(Metaphor metaphor)
Get the intended meaning of the specified metaphor (a Metaphor). metaphor contains all the elements to construct the intended meaning. |
static CG |
getIntendedMeaning(Metaphor metaphor,
CG descr)
Contrary to getIntendedMeaning(Metaphor) that returns the intended meaning of the specified metaphor, this version returns the intended meaning of the specified description using the specified metaphor as a support for the generation of its meaning. |
static Metaphor |
resolveMetaphor(Ontology ontology,
CG descrOfAction,
Concept action)
Try to construct a metaphorical interpretation of the specified CG descrOfAction, giving the specified ontology and the specified concept in descrOfAction for which the canon was violated. |
(package private) static java.util.ArrayList |
simulateIntegration(Ontology ontology,
CG descr,
AmineList pertinentTypes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResolveMetaphor()
Method Detail |
public static CG getIntendedMeaning(Metaphor metaphor)
metaphor
- A Metaphor CS
public static CG getIntendedMeaning(Metaphor metaphor, CG descr)
metaphor
- A Metaphordescr
- A CG that represents a metaphorical description
public static Metaphor resolveMetaphor(Ontology ontology, CG descrOfAction, Concept action)
See the Web Site of Amine Platform for more detail: sourceforge.net/projects/amine-platform
ontology
- descrOfAction
- action
-
static java.util.ArrayList simulateIntegration(Ontology ontology, CG descr, AmineList pertinentTypes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |