|
DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RolePair | |
org.kr.dl.dig.v1_1 | |
org.kr.dl.dig.v1_1.impl |
Uses of RolePair in org.kr.dl.dig.v1_1 |
Methods in org.kr.dl.dig.v1_1 that return RolePair | |
RolePair |
ImpliesrDocument.getImpliesr()
Gets the "impliesr" element |
RolePair |
ImpliesrDocument.addNewImpliesr()
Appends and returns a new empty "impliesr" element |
RolePair |
EqualrDocument.getEqualr()
Gets the "equalr" element |
RolePair |
EqualrDocument.addNewEqualr()
Appends and returns a new empty "equalr" element |
static RolePair |
RolePair.Factory.newInstance()
|
static RolePair |
RolePair.Factory.newInstance(XmlOptions options)
|
static RolePair |
RolePair.Factory.parse(String s)
|
static RolePair |
RolePair.Factory.parse(String s,
XmlOptions options)
|
static RolePair |
RolePair.Factory.parse(File f)
|
static RolePair |
RolePair.Factory.parse(File f,
XmlOptions options)
|
static RolePair |
RolePair.Factory.parse(URL u)
|
static RolePair |
RolePair.Factory.parse(URL u,
XmlOptions options)
|
static RolePair |
RolePair.Factory.parse(InputStream is)
|
static RolePair |
RolePair.Factory.parse(InputStream is,
XmlOptions options)
|
static RolePair |
RolePair.Factory.parse(Reader r)
|
static RolePair |
RolePair.Factory.parse(Reader r,
XmlOptions options)
|
static RolePair |
RolePair.Factory.parse(Node node)
|
static RolePair |
RolePair.Factory.parse(Node node,
XmlOptions options)
|
static RolePair |
RolePair.Factory.parse(XMLInputStream xis)
|
static RolePair |
RolePair.Factory.parse(XMLInputStream xis,
XmlOptions options)
|
RolePair[] |
Axioms.getImpliesrArray()
Gets array of all "impliesr" elements |
RolePair |
Axioms.getImpliesrArray(int i)
Gets ith "impliesr" element |
RolePair |
Axioms.insertNewImpliesr(int i)
Inserts and returns a new empty value (as xml) as the ith "impliesr" element |
RolePair |
Axioms.addNewImpliesr()
Appends and returns a new empty value (as xml) as the last "impliesr" element |
RolePair[] |
Axioms.getEqualrArray()
Gets array of all "equalr" elements |
RolePair |
Axioms.getEqualrArray(int i)
Gets ith "equalr" element |
RolePair |
Axioms.insertNewEqualr(int i)
Inserts and returns a new empty value (as xml) as the ith "equalr" element |
RolePair |
Axioms.addNewEqualr()
Appends and returns a new empty value (as xml) as the last "equalr" element |
RolePair |
Axiom.getImpliesr()
Gets the "impliesr" element |
RolePair |
Axiom.addNewImpliesr()
Appends and returns a new empty "impliesr" element |
RolePair |
Axiom.getEqualr()
Gets the "equalr" element |
RolePair |
Axiom.addNewEqualr()
Appends and returns a new empty "equalr" element |
Methods in org.kr.dl.dig.v1_1 with parameters of type RolePair | |
void |
ImpliesrDocument.setImpliesr(RolePair impliesr)
Sets the "impliesr" element |
void |
EqualrDocument.setEqualr(RolePair equalr)
Sets the "equalr" element |
void |
Axioms.setImpliesrArray(RolePair[] impliesrArray)
Sets array of all "impliesr" element |
void |
Axioms.setImpliesrArray(int i,
RolePair impliesr)
Sets ith "impliesr" element |
void |
Axioms.setEqualrArray(RolePair[] equalrArray)
Sets array of all "equalr" element |
void |
Axioms.setEqualrArray(int i,
RolePair equalr)
Sets ith "equalr" element |
void |
Axiom.setImpliesr(RolePair impliesr)
Sets the "impliesr" element |
void |
Axiom.setEqualr(RolePair equalr)
Sets the "equalr" element |
Uses of RolePair in org.kr.dl.dig.v1_1.impl |
Classes in org.kr.dl.dig.v1_1.impl that implement RolePair | |
class |
RolePairImpl
An XML rolePair(@http://dl.kr.org/dig/2003/02/lang). |
Methods in org.kr.dl.dig.v1_1.impl that return RolePair | |
RolePair |
ImpliesrDocumentImpl.getImpliesr()
Gets the "impliesr" element |
RolePair |
ImpliesrDocumentImpl.addNewImpliesr()
Appends and returns a new empty "impliesr" element |
RolePair[] |
AxiomsImpl.getImpliesrArray()
Gets array of all "impliesr" elements |
RolePair |
AxiomsImpl.getImpliesrArray(int i)
Gets ith "impliesr" element |
RolePair |
AxiomsImpl.insertNewImpliesr(int i)
Inserts and returns a new empty value (as xml) as the ith "impliesr" element |
RolePair |
AxiomsImpl.addNewImpliesr()
Appends and returns a new empty value (as xml) as the last "impliesr" element |
RolePair[] |
AxiomsImpl.getEqualrArray()
Gets array of all "equalr" elements |
RolePair |
AxiomsImpl.getEqualrArray(int i)
Gets ith "equalr" element |
RolePair |
AxiomsImpl.insertNewEqualr(int i)
Inserts and returns a new empty value (as xml) as the ith "equalr" element |
RolePair |
AxiomsImpl.addNewEqualr()
Appends and returns a new empty value (as xml) as the last "equalr" element |
RolePair |
EqualrDocumentImpl.getEqualr()
Gets the "equalr" element |
RolePair |
EqualrDocumentImpl.addNewEqualr()
Appends and returns a new empty "equalr" element |
RolePair |
AxiomImpl.getImpliesr()
Gets the "impliesr" element |
RolePair |
AxiomImpl.addNewImpliesr()
Appends and returns a new empty "impliesr" element |
RolePair |
AxiomImpl.getEqualr()
Gets the "equalr" element |
RolePair |
AxiomImpl.addNewEqualr()
Appends and returns a new empty "equalr" element |
Methods in org.kr.dl.dig.v1_1.impl with parameters of type RolePair | |
void |
ImpliesrDocumentImpl.setImpliesr(RolePair impliesr)
Sets the "impliesr" element |
void |
AxiomsImpl.setImpliesrArray(RolePair[] impliesrArray)
Sets array of all "impliesr" element |
void |
AxiomsImpl.setImpliesrArray(int i,
RolePair impliesr)
Sets ith "impliesr" element |
void |
AxiomsImpl.setEqualrArray(RolePair[] equalrArray)
Sets array of all "equalr" element |
void |
AxiomsImpl.setEqualrArray(int i,
RolePair equalr)
Sets ith "equalr" element |
void |
EqualrDocumentImpl.setEqualr(RolePair equalr)
Sets the "equalr" element |
void |
AxiomImpl.setImpliesr(RolePair impliesr)
Sets the "impliesr" element |
void |
AxiomImpl.setEqualr(RolePair equalr)
Sets the "equalr" element |
|
DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |