|
DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Concepts | |
org.kr.dl.dig.v1_1 | |
org.kr.dl.dig.v1_1.impl |
Uses of Concepts in org.kr.dl.dig.v1_1 |
Methods in org.kr.dl.dig.v1_1 that return Concepts | |
Concepts |
InstanceDocument.Instance.getAnd()
Gets the "and" element |
Concepts |
InstanceDocument.Instance.addNewAnd()
Appends and returns a new empty "and" element |
Concepts |
InstanceDocument.Instance.getOr()
Gets the "or" element |
Concepts |
InstanceDocument.Instance.addNewOr()
Appends and returns a new empty "or" element |
Concepts[] |
Csynonyms.getSynonymsArray()
Gets array of all "synonyms" elements |
Concepts |
Csynonyms.getSynonymsArray(int i)
Gets ith "synonyms" element |
Concepts |
Csynonyms.insertNewSynonyms(int i)
Inserts and returns a new empty value (as xml) as the ith "synonyms" element |
Concepts |
Csynonyms.addNewSynonyms()
Appends and returns a new empty value (as xml) as the last "synonyms" element |
Concepts |
ConceptSequenceDocument.getConceptSequence()
Gets the "conceptSequence" element |
Concepts |
ConceptSequenceDocument.addNewConceptSequence()
Appends and returns a new empty "conceptSequence" element |
Concepts[] |
Axioms.getDisjointArray()
Gets array of all "disjoint" elements |
Concepts |
Axioms.getDisjointArray(int i)
Gets ith "disjoint" element |
Concepts |
Axioms.insertNewDisjoint(int i)
Inserts and returns a new empty value (as xml) as the ith "disjoint" element |
Concepts |
Axioms.addNewDisjoint()
Appends and returns a new empty value (as xml) as the last "disjoint" element |
Concepts |
OrDocument.getOr()
Gets the "or" element |
Concepts |
OrDocument.addNewOr()
Appends and returns a new empty "or" element |
Concepts |
InstanceofDocument.Instanceof.getAnd()
Gets the "and" element |
Concepts |
InstanceofDocument.Instanceof.addNewAnd()
Appends and returns a new empty "and" element |
Concepts |
InstanceofDocument.Instanceof.getOr()
Gets the "or" element |
Concepts |
InstanceofDocument.Instanceof.addNewOr()
Appends and returns a new empty "or" element |
Concepts |
AndDocument.getAnd()
Gets the "and" element |
Concepts |
AndDocument.addNewAnd()
Appends and returns a new empty "and" element |
Concepts |
Axiom.getDisjoint()
Gets the "disjoint" element |
Concepts |
Axiom.addNewDisjoint()
Appends and returns a new empty "disjoint" element |
Concepts |
RoleConceptPair.getAnd()
Gets the "and" element |
Concepts |
RoleConceptPair.addNewAnd()
Appends and returns a new empty "and" element |
Concepts |
RoleConceptPair.getOr()
Gets the "or" element |
Concepts |
RoleConceptPair.addNewOr()
Appends and returns a new empty "or" element |
Concepts |
Concept.getAnd()
Gets the "and" element |
Concepts |
Concept.addNewAnd()
Appends and returns a new empty "and" element |
Concepts |
Concept.getOr()
Gets the "or" element |
Concepts |
Concept.addNewOr()
Appends and returns a new empty "or" element |
Concepts[] |
ConceptPair.getAndArray()
Gets array of all "and" elements |
Concepts |
ConceptPair.getAndArray(int i)
Gets ith "and" element |
Concepts |
ConceptPair.insertNewAnd(int i)
Inserts and returns a new empty value (as xml) as the ith "and" element |
Concepts |
ConceptPair.addNewAnd()
Appends and returns a new empty value (as xml) as the last "and" element |
Concepts[] |
ConceptPair.getOrArray()
Gets array of all "or" elements |
Concepts |
ConceptPair.getOrArray(int i)
Gets ith "or" element |
Concepts |
ConceptPair.insertNewOr(int i)
Inserts and returns a new empty value (as xml) as the ith "or" element |
Concepts |
ConceptPair.addNewOr()
Appends and returns a new empty value (as xml) as the last "or" element |
Concepts[] |
Concepts.getAndArray()
Gets array of all "and" elements |
Concepts |
Concepts.getAndArray(int i)
Gets ith "and" element |
Concepts |
Concepts.insertNewAnd(int i)
Inserts and returns a new empty value (as xml) as the ith "and" element |
Concepts |
Concepts.addNewAnd()
Appends and returns a new empty value (as xml) as the last "and" element |
Concepts[] |
Concepts.getOrArray()
Gets array of all "or" elements |
Concepts |
Concepts.getOrArray(int i)
Gets ith "or" element |
Concepts |
Concepts.insertNewOr(int i)
Inserts and returns a new empty value (as xml) as the ith "or" element |
Concepts |
Concepts.addNewOr()
Appends and returns a new empty value (as xml) as the last "or" element |
static Concepts |
Concepts.Factory.newInstance()
|
static Concepts |
Concepts.Factory.newInstance(XmlOptions options)
|
static Concepts |
Concepts.Factory.parse(String s)
|
static Concepts |
Concepts.Factory.parse(String s,
XmlOptions options)
|
static Concepts |
Concepts.Factory.parse(File f)
|
static Concepts |
Concepts.Factory.parse(File f,
XmlOptions options)
|
static Concepts |
Concepts.Factory.parse(URL u)
|
static Concepts |
Concepts.Factory.parse(URL u,
XmlOptions options)
|
static Concepts |
Concepts.Factory.parse(InputStream is)
|
static Concepts |
Concepts.Factory.parse(InputStream is,
XmlOptions options)
|
static Concepts |
Concepts.Factory.parse(Reader r)
|
static Concepts |
Concepts.Factory.parse(Reader r,
XmlOptions options)
|
static Concepts |
Concepts.Factory.parse(Node node)
|
static Concepts |
Concepts.Factory.parse(Node node,
XmlOptions options)
|
static Concepts |
Concepts.Factory.parse(XMLInputStream xis)
|
static Concepts |
Concepts.Factory.parse(XMLInputStream xis,
XmlOptions options)
|
Methods in org.kr.dl.dig.v1_1 with parameters of type Concepts | |
void |
InstanceDocument.Instance.setAnd(Concepts and)
Sets the "and" element |
void |
InstanceDocument.Instance.setOr(Concepts or)
Sets the "or" element |
void |
Csynonyms.setSynonymsArray(Concepts[] synonymsArray)
Sets array of all "synonyms" element |
void |
Csynonyms.setSynonymsArray(int i,
Concepts synonyms)
Sets ith "synonyms" element |
void |
ConceptSequenceDocument.setConceptSequence(Concepts conceptSequence)
Sets the "conceptSequence" element |
void |
Axioms.setDisjointArray(Concepts[] disjointArray)
Sets array of all "disjoint" element |
void |
Axioms.setDisjointArray(int i,
Concepts disjoint)
Sets ith "disjoint" element |
void |
OrDocument.setOr(Concepts or)
Sets the "or" element |
void |
InstanceofDocument.Instanceof.setAnd(Concepts and)
Sets the "and" element |
void |
InstanceofDocument.Instanceof.setOr(Concepts or)
Sets the "or" element |
void |
AndDocument.setAnd(Concepts and)
Sets the "and" element |
void |
Axiom.setDisjoint(Concepts disjoint)
Sets the "disjoint" element |
void |
RoleConceptPair.setAnd(Concepts and)
Sets the "and" element |
void |
RoleConceptPair.setOr(Concepts or)
Sets the "or" element |
void |
Concept.setAnd(Concepts and)
Sets the "and" element |
void |
Concept.setOr(Concepts or)
Sets the "or" element |
void |
ConceptPair.setAndArray(Concepts[] andArray)
Sets array of all "and" element |
void |
ConceptPair.setAndArray(int i,
Concepts and)
Sets ith "and" element |
void |
ConceptPair.setOrArray(Concepts[] orArray)
Sets array of all "or" element |
void |
ConceptPair.setOrArray(int i,
Concepts or)
Sets ith "or" element |
void |
Concepts.setAndArray(Concepts[] andArray)
Sets array of all "and" element |
void |
Concepts.setAndArray(int i,
Concepts and)
Sets ith "and" element |
void |
Concepts.setOrArray(Concepts[] orArray)
Sets array of all "or" element |
void |
Concepts.setOrArray(int i,
Concepts or)
Sets ith "or" element |
Uses of Concepts in org.kr.dl.dig.v1_1.impl |
Classes in org.kr.dl.dig.v1_1.impl that implement Concepts | |
class |
ConceptsImpl
An XML concepts(@http://dl.kr.org/dig/2003/02/lang). |
Methods in org.kr.dl.dig.v1_1.impl that return Concepts | |
Concepts |
ConceptSequenceDocumentImpl.getConceptSequence()
Gets the "conceptSequence" element |
Concepts |
ConceptSequenceDocumentImpl.addNewConceptSequence()
Appends and returns a new empty "conceptSequence" element |
Concepts[] |
CsynonymsImpl.getSynonymsArray()
Gets array of all "synonyms" elements |
Concepts |
CsynonymsImpl.getSynonymsArray(int i)
Gets ith "synonyms" element |
Concepts |
CsynonymsImpl.insertNewSynonyms(int i)
Inserts and returns a new empty value (as xml) as the ith "synonyms" element |
Concepts |
CsynonymsImpl.addNewSynonyms()
Appends and returns a new empty value (as xml) as the last "synonyms" element |
Concepts |
AndDocumentImpl.getAnd()
Gets the "and" element |
Concepts |
AndDocumentImpl.addNewAnd()
Appends and returns a new empty "and" element |
Concepts[] |
AxiomsImpl.getDisjointArray()
Gets array of all "disjoint" elements |
Concepts |
AxiomsImpl.getDisjointArray(int i)
Gets ith "disjoint" element |
Concepts |
AxiomsImpl.insertNewDisjoint(int i)
Inserts and returns a new empty value (as xml) as the ith "disjoint" element |
Concepts |
AxiomsImpl.addNewDisjoint()
Appends and returns a new empty value (as xml) as the last "disjoint" element |
Concepts |
InstanceDocumentImpl.InstanceImpl.getAnd()
Gets the "and" element |
Concepts |
InstanceDocumentImpl.InstanceImpl.addNewAnd()
Appends and returns a new empty "and" element |
Concepts |
InstanceDocumentImpl.InstanceImpl.getOr()
Gets the "or" element |
Concepts |
InstanceDocumentImpl.InstanceImpl.addNewOr()
Appends and returns a new empty "or" element |
Concepts |
OrDocumentImpl.getOr()
Gets the "or" element |
Concepts |
OrDocumentImpl.addNewOr()
Appends and returns a new empty "or" element |
Concepts |
InstanceofDocumentImpl.InstanceofImpl.getAnd()
Gets the "and" element |
Concepts |
InstanceofDocumentImpl.InstanceofImpl.addNewAnd()
Appends and returns a new empty "and" element |
Concepts |
InstanceofDocumentImpl.InstanceofImpl.getOr()
Gets the "or" element |
Concepts |
InstanceofDocumentImpl.InstanceofImpl.addNewOr()
Appends and returns a new empty "or" element |
Concepts |
AxiomImpl.getDisjoint()
Gets the "disjoint" element |
Concepts |
AxiomImpl.addNewDisjoint()
Appends and returns a new empty "disjoint" element |
Concepts |
RoleConceptPairImpl.getAnd()
Gets the "and" element |
Concepts |
RoleConceptPairImpl.addNewAnd()
Appends and returns a new empty "and" element |
Concepts |
RoleConceptPairImpl.getOr()
Gets the "or" element |
Concepts |
RoleConceptPairImpl.addNewOr()
Appends and returns a new empty "or" element |
Concepts |
ConceptImpl.getAnd()
Gets the "and" element |
Concepts |
ConceptImpl.addNewAnd()
Appends and returns a new empty "and" element |
Concepts |
ConceptImpl.getOr()
Gets the "or" element |
Concepts |
ConceptImpl.addNewOr()
Appends and returns a new empty "or" element |
Concepts[] |
ConceptPairImpl.getAndArray()
Gets array of all "and" elements |
Concepts |
ConceptPairImpl.getAndArray(int i)
Gets ith "and" element |
Concepts |
ConceptPairImpl.insertNewAnd(int i)
Inserts and returns a new empty value (as xml) as the ith "and" element |
Concepts |
ConceptPairImpl.addNewAnd()
Appends and returns a new empty value (as xml) as the last "and" element |
Concepts[] |
ConceptPairImpl.getOrArray()
Gets array of all "or" elements |
Concepts |
ConceptPairImpl.getOrArray(int i)
Gets ith "or" element |
Concepts |
ConceptPairImpl.insertNewOr(int i)
Inserts and returns a new empty value (as xml) as the ith "or" element |
Concepts |
ConceptPairImpl.addNewOr()
Appends and returns a new empty value (as xml) as the last "or" element |
Concepts[] |
ConceptsImpl.getAndArray()
Gets array of all "and" elements |
Concepts |
ConceptsImpl.getAndArray(int i)
Gets ith "and" element |
Concepts |
ConceptsImpl.insertNewAnd(int i)
Inserts and returns a new empty value (as xml) as the ith "and" element |
Concepts |
ConceptsImpl.addNewAnd()
Appends and returns a new empty value (as xml) as the last "and" element |
Concepts[] |
ConceptsImpl.getOrArray()
Gets array of all "or" elements |
Concepts |
ConceptsImpl.getOrArray(int i)
Gets ith "or" element |
Concepts |
ConceptsImpl.insertNewOr(int i)
Inserts and returns a new empty value (as xml) as the ith "or" element |
Concepts |
ConceptsImpl.addNewOr()
Appends and returns a new empty value (as xml) as the last "or" element |
Methods in org.kr.dl.dig.v1_1.impl with parameters of type Concepts | |
void |
ConceptSequenceDocumentImpl.setConceptSequence(Concepts conceptSequence)
Sets the "conceptSequence" element |
void |
CsynonymsImpl.setSynonymsArray(Concepts[] synonymsArray)
Sets array of all "synonyms" element |
void |
CsynonymsImpl.setSynonymsArray(int i,
Concepts synonyms)
Sets ith "synonyms" element |
void |
AndDocumentImpl.setAnd(Concepts and)
Sets the "and" element |
void |
AxiomsImpl.setDisjointArray(Concepts[] disjointArray)
Sets array of all "disjoint" element |
void |
AxiomsImpl.setDisjointArray(int i,
Concepts disjoint)
Sets ith "disjoint" element |
void |
InstanceDocumentImpl.InstanceImpl.setAnd(Concepts and)
Sets the "and" element |
void |
InstanceDocumentImpl.InstanceImpl.setOr(Concepts or)
Sets the "or" element |
void |
OrDocumentImpl.setOr(Concepts or)
Sets the "or" element |
void |
InstanceofDocumentImpl.InstanceofImpl.setAnd(Concepts and)
Sets the "and" element |
void |
InstanceofDocumentImpl.InstanceofImpl.setOr(Concepts or)
Sets the "or" element |
void |
AxiomImpl.setDisjoint(Concepts disjoint)
Sets the "disjoint" element |
void |
RoleConceptPairImpl.setAnd(Concepts and)
Sets the "and" element |
void |
RoleConceptPairImpl.setOr(Concepts or)
Sets the "or" element |
void |
ConceptImpl.setAnd(Concepts and)
Sets the "and" element |
void |
ConceptImpl.setOr(Concepts or)
Sets the "or" element |
void |
ConceptPairImpl.setAndArray(Concepts[] andArray)
Sets array of all "and" element |
void |
ConceptPairImpl.setAndArray(int i,
Concepts and)
Sets ith "and" element |
void |
ConceptPairImpl.setOrArray(Concepts[] orArray)
Sets array of all "or" element |
void |
ConceptPairImpl.setOrArray(int i,
Concepts or)
Sets ith "or" element |
void |
ConceptsImpl.setAndArray(Concepts[] andArray)
Sets array of all "and" element |
void |
ConceptsImpl.setAndArray(int i,
Concepts and)
Sets ith "and" element |
void |
ConceptsImpl.setOrArray(Concepts[] orArray)
Sets array of all "or" element |
void |
ConceptsImpl.setOrArray(int i,
Concepts or)
Sets ith "or" element |
|
DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |