|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of EIInstance in org.eaglei.model |
|---|
| Fields in org.eaglei.model declared as EIInstance | |
|---|---|
EIInstance |
EIInstanceX.instance
|
static EIInstance |
EIInstance.NULL_INSTANCE
|
| Methods in org.eaglei.model that return EIInstance | |
|---|---|
static EIInstance |
EIInstance.create(EIClass instanceClass,
EIEntity instanceEntity)
|
static EIInstance |
EIInstance.create(EIEntity instanceType,
EIEntity instanceEntity)
|
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.createEmpty(EIURI typeUri,
EIEntity instanceEntity)
Create an EIInstance with no properties other than an eiType (at least one type must be set) |
| Methods in org.eaglei.model with parameters of type EIInstance | |
|---|---|
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 | |
|---|---|
EIInstanceX(EIInstance instance,
java.util.List<EIInstanceMinimal> references,
java.util.Map<EIURI,java.lang.String> mapTermToDefinition)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||