nextgrid.api.pom
Interface GroundingFactory


public interface GroundingFactory

POMBuilder finder.

Author:
Rodrigo Ruiz

Method Summary
 Grounding createGrounding()
          Creates a grounding by its URI type.
 java.net.URI getType()
          Gets a URI identifying the type of Groundings created through this factory.
 

Method Detail

getType

java.net.URI getType()
Gets a URI identifying the type of Groundings created through this factory.

Returns:
A type URI

createGrounding

Grounding createGrounding()
Creates a grounding by its URI type.

Returns:
A new instance of the specified type


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.