com.clarkparsia.pellet.el
Class RoleRestrictionCache

java.lang.Object
  extended by com.clarkparsia.pellet.el.RoleRestrictionCache

public class RoleRestrictionCache
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2008

Company: Clark & Parsia, LLC.

Author:
Harris Lin

Constructor Summary
RoleRestrictionCache(RBox rbox)
           
 
Method Summary
 aterm.ATermAppl getDomain(aterm.ATermAppl prop)
           
 java.util.Map<aterm.ATermAppl,aterm.ATermAppl> getDomains()
           
 aterm.ATermAppl getRange(aterm.ATermAppl prop)
           
 java.util.Map<aterm.ATermAppl,aterm.ATermAppl> getRanges()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleRestrictionCache

public RoleRestrictionCache(RBox rbox)
Method Detail

getDomains

public java.util.Map<aterm.ATermAppl,aterm.ATermAppl> getDomains()

getRanges

public java.util.Map<aterm.ATermAppl,aterm.ATermAppl> getRanges()

getDomain

public aterm.ATermAppl getDomain(aterm.ATermAppl prop)

getRange

public aterm.ATermAppl getRange(aterm.ATermAppl prop)


Copyright © 2004 Evren Sirin. All Rights Reserved.