org.semanticweb.elk.util.collections.chains
Interface ReferenceFactory<T,O extends ModifiableLink<T>>

Type Parameters:
T - the type of elements to which a reference should be created
O - the type of the output references

public interface ReferenceFactory<T,O extends ModifiableLink<T>>

A factoring for creating references

Author:
"Yevgeny Kazakov"

Method Summary
 O create(T object)
          Creates a references to the given object
 

Method Detail

create

O create(T object)
Creates a references to the given object

Parameters:
object -
Returns:
the reference to the given object


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.