2010-07-07 02:00:02 PDT
I am using API,
CycList queryVariables(CycList queryVariables, CycList query, CycObject mt, HashMap queryProperties)
to get results from the Cyc.
from the query
(thereExists ?SUBJECT
(and
(behaviorCapability-performedBy-SubjectString-ActionFunction-QuantityInteger #$Employee:abc technicalSupportFor ?SubjectMatterId ?Rank)
(eKBSubjectMatterIDNumber ?SUBJECT ?SubjectMatterId)
(eKBSubjectMatterDisplayString ?SUBJECT ?SubjectMatter)))
How do we get the results based on CycVaribales(queryVaribales) passed ??
Thanks
Anand