public class Generate extends Object
Constructor and Description |
---|
Generate() |
Modifier and Type | Method and Description |
---|---|
OSLSchema |
createSchema(String input)
Creates a schema from the given topic map which is read in fist.
|
OSLSchema |
createSchema(TopicMapIF tm)
Creates a schema from the given topic map.
|
static void |
main(String[] argv) |
public OSLSchema createSchema(String input) throws IOException
input
- filename of the input topic map.IOException
public OSLSchema createSchema(TopicMapIF tm)
tm
- the topicmap to create a schema for.public static void main(String[] argv)