|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.sswap.impl.empire.io.Closure
public class Closure
Stores the results of closure computation
Field Summary | |
---|---|
private com.hp.hpl.jena.rdf.model.Model |
baseModel
The base model (the one before closure computation) |
private com.hp.hpl.jena.rdf.model.Model |
closureModel
The closure model (the one after closure computation) |
private int |
degree
|
Constructor Summary | |
---|---|
Closure(com.hp.hpl.jena.rdf.model.Model baseModel,
com.hp.hpl.jena.rdf.model.Model closureModel,
int degree)
|
Method Summary | |
---|---|
com.hp.hpl.jena.rdf.model.Model |
getBaseModel()
Gets the base model (the one before closure computation) |
com.hp.hpl.jena.rdf.model.Model |
getClosureModel()
The closure model (the one after the closure computation) |
int |
getDegree()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private com.hp.hpl.jena.rdf.model.Model baseModel
private int degree
private com.hp.hpl.jena.rdf.model.Model closureModel
Constructor Detail |
---|
public Closure(com.hp.hpl.jena.rdf.model.Model baseModel, com.hp.hpl.jena.rdf.model.Model closureModel, int degree)
Method Detail |
---|
public com.hp.hpl.jena.rdf.model.Model getBaseModel()
public com.hp.hpl.jena.rdf.model.Model getClosureModel()
public int getDegree()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |