com.clarkparsia.pellet.datatypes
Class Facet.Registry

java.lang.Object
  extended by com.clarkparsia.pellet.datatypes.Facet.Registry
Enclosing interface:
Facet

public static class Facet.Registry
extends java.lang.Object


Constructor Summary
Facet.Registry()
           
 
Method Summary
static Facet get(aterm.ATermAppl name)
          Get a Facet for a URI
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Facet.Registry

public Facet.Registry()
Method Detail

get

public static Facet get(aterm.ATermAppl name)
Get a Facet for a URI

Parameters:
name - the name of the facet, generally a URI
Returns:
A facet if the name is registered, null else


Copyright © 2004 Evren Sirin. All Rights Reserved.