de.fau.cs.www8.jadeowlcodec.examples.transformationJADEontology2OWLexample.OWLontology.f
Class Company.Factory

java.lang.Object
  extended by de.fau.cs.www8.jadeowlcodec.AbstractWrapperFactory<Company>
      extended by de.fau.cs.www8.jadeowlcodec.examples.transformationJADEontology2OWLexample.OWLontology.f.Company.Factory
Enclosing interface:
Company

public static class Company.Factory
extends AbstractWrapperFactory<Company>


Field Summary
static Company.Factory instance
           
 
Method Summary
protected  Company protectedCreate(AssertionSet assertionSet, Uri.Individual rdfID)
          create a new Individual
protected  Company protectedWrap(GenericIndividual gi)
           
static Company wrap(AssertionSet assertionSet, Uri.Individual rdfID)
           
static Company wrap(GenericIndividual gi)
           
 
Methods inherited from class de.fau.cs.www8.jadeowlcodec.AbstractWrapperFactory
getFactoryInstance, getInstance, getUri, getWrapperClass, inOtherASet, inOtherASet, inOtherASet, tryExistingWrapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final Company.Factory instance
Method Detail

wrap

public static Company wrap(GenericIndividual gi)

wrap

public static Company wrap(AssertionSet assertionSet,
                           Uri.Individual rdfID)

protectedWrap

protected Company protectedWrap(GenericIndividual gi)
Specified by:
protectedWrap in class AbstractWrapperFactory<Company>
Parameters:
gi - the GenericIndividual to wrap
Returns:
returns a wrapper instance if compatible, otherwise returns null

protectedCreate

protected Company protectedCreate(AssertionSet assertionSet,
                                  Uri.Individual rdfID)
Description copied from class: AbstractWrapperFactory
create a new Individual

Specified by:
protectedCreate in class AbstractWrapperFactory<Company>
Parameters:
assertionSet - the assertionSet in which to create the new individual
rdfID - the ID of the new individual
Returns:
Wrapper interface around the newly created individual


Copyright 2007 Moritz Goeb, Bernhard Schiemann, Ulf Schreiber of Chair of Artificial Intelligence, University of Erlangen-Nuremberg