org.eaglei.model.jena
Class EIInstanceMinimalFactory
java.lang.Object
org.eaglei.model.jena.EIInstanceMinimalFactory
public class EIInstanceMinimalFactory
- extends java.lang.Object
- Author:
- Daniela Bourges-Waldegg
|
Method Summary |
java.util.List<org.eaglei.model.EIInstanceMinimal> |
create(com.hp.hpl.jena.query.ResultSet resultSet)
Create method for abridged EIInstances (label, type, owner, WFState, creation date) |
org.eaglei.model.EIInstanceMinimal |
createEmptyMinimal(org.eaglei.model.EIURI typeUri,
org.eaglei.model.EIEntity instanceEntity)
|
java.util.List<org.eaglei.model.EIInstanceMinimal> |
createReferencedByInstances(org.eaglei.model.EIOntModel ontModel,
org.eaglei.model.EIInstance instance,
com.hp.hpl.jena.query.ResultSet resultSet)
|
static EIInstanceMinimalFactory |
getInstance()
|
void |
setReferencingInstances(org.eaglei.model.EIInstance instance,
com.hp.hpl.jena.query.ResultSet resultSet)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static EIInstanceMinimalFactory getInstance()
createEmptyMinimal
public org.eaglei.model.EIInstanceMinimal createEmptyMinimal(org.eaglei.model.EIURI typeUri,
org.eaglei.model.EIEntity instanceEntity)
create
public java.util.List<org.eaglei.model.EIInstanceMinimal> create(com.hp.hpl.jena.query.ResultSet resultSet)
- Create method for abridged EIInstances (label, type, owner, WFState, creation date)
- Parameters:
resultSet -
- Returns:
setReferencingInstances
public void setReferencingInstances(org.eaglei.model.EIInstance instance,
com.hp.hpl.jena.query.ResultSet resultSet)
createReferencedByInstances
public java.util.List<org.eaglei.model.EIInstanceMinimal> createReferencedByInstances(org.eaglei.model.EIOntModel ontModel,
org.eaglei.model.EIInstance instance,
com.hp.hpl.jena.query.ResultSet resultSet)
Copyright © 2009-2011 Eagle-I. All Rights Reserved.