| 
 | DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ConceptPair | |
| org.kr.dl.dig.v1_1 | |
| org.kr.dl.dig.v1_1.impl | |
| Uses of ConceptPair in org.kr.dl.dig.v1_1 | 
| Subinterfaces of ConceptPair in org.kr.dl.dig.v1_1 | |
|  interface | ConceptPairIdAn XML conceptPairId(@http://dl.kr.org/dig/2003/02/lang). | 
| Methods in org.kr.dl.dig.v1_1 that return ConceptPair | |
|  ConceptPair[] | Axioms.getImpliescArray()Gets array of all "impliesc" elements | 
|  ConceptPair | Axioms.getImpliescArray(int i)Gets ith "impliesc" element | 
|  ConceptPair | Axioms.insertNewImpliesc(int i)Inserts and returns a new empty value (as xml) as the ith "impliesc" element | 
|  ConceptPair | Axioms.addNewImpliesc()Appends and returns a new empty value (as xml) as the last "impliesc" element | 
|  ConceptPair[] | Axioms.getEqualcArray()Gets array of all "equalc" elements | 
|  ConceptPair | Axioms.getEqualcArray(int i)Gets ith "equalc" element | 
|  ConceptPair | Axioms.insertNewEqualc(int i)Inserts and returns a new empty value (as xml) as the ith "equalc" element | 
|  ConceptPair | Axioms.addNewEqualc()Appends and returns a new empty value (as xml) as the last "equalc" element | 
|  ConceptPair | ImpliescDocument.getImpliesc()Gets the "impliesc" element | 
|  ConceptPair | ImpliescDocument.addNewImpliesc()Appends and returns a new empty "impliesc" element | 
|  ConceptPair | EqualcDocument.getEqualc()Gets the "equalc" element | 
|  ConceptPair | EqualcDocument.addNewEqualc()Appends and returns a new empty "equalc" element | 
|  ConceptPair | Axiom.getImpliesc()Gets the "impliesc" element | 
|  ConceptPair | Axiom.addNewImpliesc()Appends and returns a new empty "impliesc" element | 
|  ConceptPair | Axiom.getEqualc()Gets the "equalc" element | 
|  ConceptPair | Axiom.addNewEqualc()Appends and returns a new empty "equalc" element | 
| static ConceptPair | ConceptPair.Factory.newInstance() | 
| static ConceptPair | ConceptPair.Factory.newInstance(XmlOptions options) | 
| static ConceptPair | ConceptPair.Factory.parse(String s) | 
| static ConceptPair | ConceptPair.Factory.parse(String s,
      XmlOptions options) | 
| static ConceptPair | ConceptPair.Factory.parse(File f) | 
| static ConceptPair | ConceptPair.Factory.parse(File f,
      XmlOptions options) | 
| static ConceptPair | ConceptPair.Factory.parse(URL u) | 
| static ConceptPair | ConceptPair.Factory.parse(URL u,
      XmlOptions options) | 
| static ConceptPair | ConceptPair.Factory.parse(InputStream is) | 
| static ConceptPair | ConceptPair.Factory.parse(InputStream is,
      XmlOptions options) | 
| static ConceptPair | ConceptPair.Factory.parse(Reader r) | 
| static ConceptPair | ConceptPair.Factory.parse(Reader r,
      XmlOptions options) | 
| static ConceptPair | ConceptPair.Factory.parse(Node node) | 
| static ConceptPair | ConceptPair.Factory.parse(Node node,
      XmlOptions options) | 
| static ConceptPair | ConceptPair.Factory.parse(XMLInputStream xis) | 
| static ConceptPair | ConceptPair.Factory.parse(XMLInputStream xis,
      XmlOptions options) | 
| Methods in org.kr.dl.dig.v1_1 with parameters of type ConceptPair | |
|  void | Axioms.setImpliescArray(ConceptPair[] impliescArray)Sets array of all "impliesc" element | 
|  void | Axioms.setImpliescArray(int i,
                 ConceptPair impliesc)Sets ith "impliesc" element | 
|  void | Axioms.setEqualcArray(ConceptPair[] equalcArray)Sets array of all "equalc" element | 
|  void | Axioms.setEqualcArray(int i,
               ConceptPair equalc)Sets ith "equalc" element | 
|  void | ImpliescDocument.setImpliesc(ConceptPair impliesc)Sets the "impliesc" element | 
|  void | EqualcDocument.setEqualc(ConceptPair equalc)Sets the "equalc" element | 
|  void | Axiom.setImpliesc(ConceptPair impliesc)Sets the "impliesc" element | 
|  void | Axiom.setEqualc(ConceptPair equalc)Sets the "equalc" element | 
| Uses of ConceptPair in org.kr.dl.dig.v1_1.impl | 
| Classes in org.kr.dl.dig.v1_1.impl that implement ConceptPair | |
|  class | ConceptPairIdImplAn XML conceptPairId(@http://dl.kr.org/dig/2003/02/lang). | 
|  class | ConceptPairImplAn XML conceptPair(@http://dl.kr.org/dig/2003/02/lang). | 
| Methods in org.kr.dl.dig.v1_1.impl that return ConceptPair | |
|  ConceptPair[] | AxiomsImpl.getImpliescArray()Gets array of all "impliesc" elements | 
|  ConceptPair | AxiomsImpl.getImpliescArray(int i)Gets ith "impliesc" element | 
|  ConceptPair | AxiomsImpl.insertNewImpliesc(int i)Inserts and returns a new empty value (as xml) as the ith "impliesc" element | 
|  ConceptPair | AxiomsImpl.addNewImpliesc()Appends and returns a new empty value (as xml) as the last "impliesc" element | 
|  ConceptPair[] | AxiomsImpl.getEqualcArray()Gets array of all "equalc" elements | 
|  ConceptPair | AxiomsImpl.getEqualcArray(int i)Gets ith "equalc" element | 
|  ConceptPair | AxiomsImpl.insertNewEqualc(int i)Inserts and returns a new empty value (as xml) as the ith "equalc" element | 
|  ConceptPair | AxiomsImpl.addNewEqualc()Appends and returns a new empty value (as xml) as the last "equalc" element | 
|  ConceptPair | EqualcDocumentImpl.getEqualc()Gets the "equalc" element | 
|  ConceptPair | EqualcDocumentImpl.addNewEqualc()Appends and returns a new empty "equalc" element | 
|  ConceptPair | ImpliescDocumentImpl.getImpliesc()Gets the "impliesc" element | 
|  ConceptPair | ImpliescDocumentImpl.addNewImpliesc()Appends and returns a new empty "impliesc" element | 
|  ConceptPair | AxiomImpl.getImpliesc()Gets the "impliesc" element | 
|  ConceptPair | AxiomImpl.addNewImpliesc()Appends and returns a new empty "impliesc" element | 
|  ConceptPair | AxiomImpl.getEqualc()Gets the "equalc" element | 
|  ConceptPair | AxiomImpl.addNewEqualc()Appends and returns a new empty "equalc" element | 
| Methods in org.kr.dl.dig.v1_1.impl with parameters of type ConceptPair | |
|  void | AxiomsImpl.setImpliescArray(ConceptPair[] impliescArray)Sets array of all "impliesc" element | 
|  void | AxiomsImpl.setImpliescArray(int i,
                 ConceptPair impliesc)Sets ith "impliesc" element | 
|  void | AxiomsImpl.setEqualcArray(ConceptPair[] equalcArray)Sets array of all "equalc" element | 
|  void | AxiomsImpl.setEqualcArray(int i,
               ConceptPair equalc)Sets ith "equalc" element | 
|  void | EqualcDocumentImpl.setEqualc(ConceptPair equalc)Sets the "equalc" element | 
|  void | ImpliescDocumentImpl.setImpliesc(ConceptPair impliesc)Sets the "impliesc" element | 
|  void | AxiomImpl.setImpliesc(ConceptPair impliesc)Sets the "impliesc" element | 
|  void | AxiomImpl.setEqualc(ConceptPair equalc)Sets the "equalc" element | 
| 
 | DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||