org.mindswap.pellet.jena.graph.loader
Class RestrictionInfo
java.lang.Object
org.mindswap.pellet.jena.graph.loader.RestrictionInfo
public class RestrictionInfo
- extends java.lang.Object
Title:
Description: A simple structure to cache information related to restrictions.
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
- Author:
- Evren Sirin
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestrictionInfo
public RestrictionInfo(com.hp.hpl.jena.graph.Node predicate)
getType
public com.hp.hpl.jena.graph.Node getType()
setType
public void setType(com.hp.hpl.jena.graph.Node type)
getPredicate
public com.hp.hpl.jena.graph.Node getPredicate()
setPredicate
public void setPredicate(com.hp.hpl.jena.graph.Node predicate)
getFiller
public com.hp.hpl.jena.graph.Node getFiller()
setFiller
public void setFiller(com.hp.hpl.jena.graph.Node filler)
getDetail
public com.hp.hpl.jena.graph.Node getDetail()
setDetail
public void setDetail(com.hp.hpl.jena.graph.Node detail)
isObjectRestriction
public Bool isObjectRestriction()
setObjectRestriction
public void setObjectRestriction(boolean isObjectRestriction)
Copyright © 2004 Evren Sirin. All Rights Reserved.