org.openanzo.jastor.templates.jet
Class GraphFactoryTemplate

java.lang.Object
  extended by org.openanzo.jastor.templates.jet.GraphFactoryTemplate
All Implemented Interfaces:
OntologyTemplate

public class GraphFactoryTemplate
extends java.lang.Object
implements OntologyTemplate

Copyright (c) 2004, 2007 IBM Corporation and Cambridge Semantics Incorporated. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html File: $Source: /cvsroot/slrp/boca/com.ibm.adtech.boca.jastor/templates/Attic/ontology.skeleton,v $ Created by: Generated Source from Jastor Created on: 7/27/05 Revision: $Id: ontology.skeleton 172 2007-07-31 14:22:23Z mroy $ Contributors: IBM Corporation - initial API and implementation Cambridge Semantics Incorporated - Fork to Anzo


Field Summary
static java.lang.String copyright
           
 java.lang.String NL
           
 
Constructor Summary
GraphFactoryTemplate()
           
GraphFactoryTemplate(OntologyFileProvider fileProvider)
           
 
Method Summary
static GraphFactoryTemplate create(java.lang.String lineSeparator)
           
 java.lang.String generate(Ontology ont)
           
 OntologyFileProvider getFileProvider()
           
 void setFileProvider(OntologyFileProvider fileProvider)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NL

public final java.lang.String NL

copyright

public static final java.lang.String copyright
See Also:
Constant Field Values
Constructor Detail

GraphFactoryTemplate

public GraphFactoryTemplate(OntologyFileProvider fileProvider)

GraphFactoryTemplate

public GraphFactoryTemplate()
Method Detail

create

public static GraphFactoryTemplate create(java.lang.String lineSeparator)

getFileProvider

public OntologyFileProvider getFileProvider()
Specified by:
getFileProvider in interface OntologyTemplate

setFileProvider

public void setFileProvider(OntologyFileProvider fileProvider)
Specified by:
setFileProvider in interface OntologyTemplate

generate

public java.lang.String generate(Ontology ont)
Specified by:
generate in interface OntologyTemplate


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.