Uses of Class
org.eaglei.model.EIInstance

Uses of EIInstance in org.eaglei.model
 

Fields in org.eaglei.model declared as EIInstance
static EIInstance EIInstance.NULL_INSTANCE
           
 

Methods in org.eaglei.model that return EIInstance
 EIInstance EIInstanceFactory.create(EIURI instanceUri, java.lang.String rdf, java.lang.String lang)
          Create an EIInstance from an RDF String serialization in one of the RDF languages supported by Jena
 EIInstance EIInstanceFactory.createEmbedded(EIURI instanceUri, java.lang.String rdf, java.lang.String lang)
          Create an embedded EIInstance from an RDF String serialization in one of the RDF languages supported by Jena
 EIInstance EIInstanceFactory.createEmpty(EIURI typeUri, EIEntity instanceEntity)
          Create an EIInstance with no properties other than an eiType (at least one type must be set)
static EIInstance EIInstance.createEmptyInstance(EIClass instanceClass, EIEntity instanceEntity)
           
static EIInstance EIInstance.createEmptyInstance(EIEntity instanceType, EIEntity instanceEntity)
          Deprecated. 
 EIInstance EIInstanceFactory.createExtended(EIURI instanceUri, java.lang.String rdf, java.lang.String lang)
          Create an extended EIInstance from an RDF String serialization in one of the RDF languages supported by Jena
 EIInstance EIInstance.getEmbeddedInstance(EIEntity instanceEntity)
           
 EIInstance SearchEIInstancePreview.getRealInstance()
           
 

Methods in org.eaglei.model that return types with arguments of type EIInstance
 java.util.List<EIInstance> EIInstance.getEmbeddedInstanceList()
           
 java.util.Map<EIEntity,EIInstance> EIInstance.getEmbeddedInstances()
           
 

Methods in org.eaglei.model with parameters of type EIInstance
 void EIInstance.addEmbeddedInstance(EIEntity property, EIInstance instance)
           
static EIInstanceMinimal EIInstanceMinimal.create(EIInstance instance)
           
 java.lang.String EIInstanceFactory.serialize(EIInstance instance, java.lang.String lang)
          Serialize an EInstance into an RDF language
 

Constructors in org.eaglei.model with parameters of type EIInstance
SearchEIInstancePreview(EIInstance basicInstance)
           
 



Copyright © 2009-2011 Eagle-I. All Rights Reserved.