Package org.openscience.cdk.dict
Class OWLReact
- java.lang.Object
-
- org.openscience.cdk.dict.Dictionary
-
- org.openscience.cdk.dict.OWLReact
-
public class OWLReact extends Dictionary
Dictionary with entries build from an OWL React.- Author:
- Miguel Rojas <miguelrojasch@users.sf.net>
- Source code:
- main
- Belongs to CDK module:
- dict
- Keywords:
- dictionary
- Created on:
- 2008-01-01
-
-
Constructor Summary
Constructors Constructor Description OWLReact()
Constructor of the OWLReact object.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Dictionary
unmarshal(Reader reader)
static EntryReact
unmarshal(nu.xom.Element entry, String ownNS)
-
Methods inherited from class org.openscience.cdk.dict.Dictionary
getEntries, getEntry, getNS, hasEntry, setNS, size
-
-
-
-
Method Detail
-
unmarshal
public static Dictionary unmarshal(Reader reader)
- Parameters:
reader
- The Reader- Returns:
- The Dictionary
-
unmarshal
public static EntryReact unmarshal(nu.xom.Element entry, String ownNS)
-
-