|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eaglei.model.EIResource
org.eaglei.model.EIInstance
public class EIInstance
| Method Summary | |
|---|---|
void |
addDatattypeProperty(EIEntity property,
java.lang.String value)
|
void |
addEIType(EIEntity eiType)
|
void |
addNonOntologyLiteralProperty(EIEntity property,
java.lang.String literal)
|
void |
addNonOntologyResourceProperty(EIEntity property,
EIURI resource)
|
void |
addObjectProperty(EIEntity property,
EIURI value)
|
int |
compareTo(java.lang.Object o)
|
static EIInstance |
create(EIEntity instanceType,
EIEntity instanceEntity)
|
java.util.Map<EIEntity,java.util.List<EIClass>> |
getAllRanges()
|
java.lang.String |
getCreationDate()
|
java.util.Map<EIEntity,java.util.Set<java.lang.String>> |
getDatatypeProperties()
|
java.util.Set<java.lang.String> |
getDatatypeProperty(EIEntity property)
|
EIClass |
getInstanceClass()
|
java.lang.String |
getInstanceLabel()
|
EIEntity |
getInstanceType()
|
EIURI |
getInstanceURI()
|
java.util.Map<EIEntity,java.util.Set<java.lang.String>> |
getNonOntologyLiteralProperties()
|
java.util.Set<java.lang.String> |
getNonOntologyLiteralProperty(EIEntity property)
|
java.util.Map<EIEntity,java.util.Set<EIURI>> |
getNonOntologyResourceProperties()
|
java.util.Set<EIURI> |
getNonOntologyResourceProperty(EIEntity property)
|
java.util.Map<EIEntity,java.util.Set<EIURI>> |
getObjectProperties()
|
java.util.Set<EIURI> |
getObjectProperty(EIEntity property)
|
java.util.List<EIEntity> |
getOtherEITypes()
|
java.util.List<EIClass> |
getRangeList(EIEntity entity)
|
java.util.Map<EIEntity,java.lang.String> |
getReadOnlyLiteralProperties()
|
java.util.Map<EIEntity,EIURI> |
getReadOnlyResourceProperties()
|
EIURI |
getWFOwner()
|
EIURI |
getWFState()
|
void |
replaceDatatypePropertyAllValues(EIEntity property,
java.util.Set<java.lang.String> values)
|
void |
replaceDatatypePropertyValue(EIEntity property,
java.lang.String oldValue,
java.lang.String newValue)
|
void |
replaceNonOntologyLiteralProperty(EIEntity property,
java.lang.String oldValue,
java.lang.String newValue)
|
void |
replaceNonOntologyLiteralPropertyAllValues(EIEntity property,
java.util.Set<java.lang.String> values)
|
void |
replaceNonOntologyResourcePropertyAllValues(EIEntity property,
java.util.Set<EIURI> values)
|
void |
replaceNonOntologyResourcePropertyValue(EIEntity property,
EIURI oldValue,
EIURI newValue)
|
void |
replaceObjectPropertyAllValues(EIEntity property,
java.util.Set<EIURI> values)
|
void |
replaceObjectPropertyValue(EIEntity property,
EIURI oldValue,
EIURI newValue)
|
void |
setCreationDate(java.lang.String date)
|
void |
setDatatypeProperties(java.util.Map<EIEntity,java.util.Set<java.lang.String>> datatypeProperties)
Deprecated. |
void |
setInstanceClass(EIClass instanceClass)
|
void |
setInstanceType(EIEntity instanceType)
|
void |
setNonOntologyLiteralProperties(java.util.Map<EIEntity,java.util.Set<java.lang.String>> nonOntologyLiteralProperties)
Deprecated. |
void |
setNonOntologyResourceProperties(java.util.Map<EIEntity,java.util.Set<EIURI>> nonOntologyResourceProperties)
Deprecated. |
void |
setObjectProperties(java.util.Map<EIEntity,java.util.Set<EIURI>> objectProperties)
Deprecated. |
void |
setOtherEITypes(java.util.List<EIEntity> eiTypes)
|
void |
setRangeList(EIEntity entity,
java.util.List<EIClass> rangeList)
|
void |
setReadOnlyLiteralProperties(java.util.Map<EIEntity,java.lang.String> readOnlyLiteralProperties)
|
void |
setReadOnlyLiteralProperty(EIEntity property,
java.lang.String value)
|
void |
setReadOnlyResourceProperties(java.util.Map<EIEntity,EIURI> readOnlyResourceProperties)
|
void |
setReadOnlyResourceProperty(EIEntity property,
EIURI value)
|
void |
setWFOwner(EIURI ownerUri)
|
void |
setWFState(EIURI state)
|
java.lang.String |
toString()
|
| Methods inherited from class org.eaglei.model.EIResource |
|---|
equals, getEntity, hashCode, setLabel |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static EIInstance create(EIEntity instanceType,
EIEntity instanceEntity)
public EIClass getInstanceClass()
public void setInstanceClass(EIClass instanceClass)
public EIURI getInstanceURI()
public java.lang.String getInstanceLabel()
public EIEntity getInstanceType()
public void setInstanceType(EIEntity instanceType)
public EIURI getWFState()
public void setWFState(EIURI state)
public EIURI getWFOwner()
public void setWFOwner(EIURI ownerUri)
public java.lang.String getCreationDate()
public void setCreationDate(java.lang.String date)
public void setRangeList(EIEntity entity,
java.util.List<EIClass> rangeList)
public java.util.List<EIClass> getRangeList(EIEntity entity)
public java.util.Map<EIEntity,java.util.List<EIClass>> getAllRanges()
@Deprecated public void setObjectProperties(java.util.Map<EIEntity,java.util.Set<EIURI>> objectProperties)
public java.util.Map<EIEntity,java.util.Set<EIURI>> getObjectProperties()
public void addObjectProperty(EIEntity property,
EIURI value)
public java.util.Set<EIURI> getObjectProperty(EIEntity property)
public void replaceObjectPropertyValue(EIEntity property,
EIURI oldValue,
EIURI newValue)
public void replaceObjectPropertyAllValues(EIEntity property,
java.util.Set<EIURI> values)
@Deprecated public void setDatatypeProperties(java.util.Map<EIEntity,java.util.Set<java.lang.String>> datatypeProperties)
public java.util.Map<EIEntity,java.util.Set<java.lang.String>> getDatatypeProperties()
public void addDatattypeProperty(EIEntity property,
java.lang.String value)
public java.util.Set<java.lang.String> getDatatypeProperty(EIEntity property)
public void replaceDatatypePropertyValue(EIEntity property,
java.lang.String oldValue,
java.lang.String newValue)
public void replaceDatatypePropertyAllValues(EIEntity property,
java.util.Set<java.lang.String> values)
@Deprecated public void setNonOntologyResourceProperties(java.util.Map<EIEntity,java.util.Set<EIURI>> nonOntologyResourceProperties)
public java.util.Map<EIEntity,java.util.Set<EIURI>> getNonOntologyResourceProperties()
public void addNonOntologyResourceProperty(EIEntity property,
EIURI resource)
public java.util.Set<EIURI> getNonOntologyResourceProperty(EIEntity property)
public void replaceNonOntologyResourcePropertyValue(EIEntity property,
EIURI oldValue,
EIURI newValue)
public void replaceNonOntologyResourcePropertyAllValues(EIEntity property,
java.util.Set<EIURI> values)
@Deprecated public void setNonOntologyLiteralProperties(java.util.Map<EIEntity,java.util.Set<java.lang.String>> nonOntologyLiteralProperties)
public java.util.Map<EIEntity,java.util.Set<java.lang.String>> getNonOntologyLiteralProperties()
public void addNonOntologyLiteralProperty(EIEntity property,
java.lang.String literal)
public java.util.Set<java.lang.String> getNonOntologyLiteralProperty(EIEntity property)
public void replaceNonOntologyLiteralProperty(EIEntity property,
java.lang.String oldValue,
java.lang.String newValue)
public void replaceNonOntologyLiteralPropertyAllValues(EIEntity property,
java.util.Set<java.lang.String> values)
public void addEIType(EIEntity eiType)
public void setOtherEITypes(java.util.List<EIEntity> eiTypes)
public java.util.List<EIEntity> getOtherEITypes()
public java.util.Map<EIEntity,EIURI> getReadOnlyResourceProperties()
public void setReadOnlyResourceProperties(java.util.Map<EIEntity,EIURI> readOnlyResourceProperties)
public void setReadOnlyResourceProperty(EIEntity property,
EIURI value)
public java.util.Map<EIEntity,java.lang.String> getReadOnlyLiteralProperties()
public void setReadOnlyLiteralProperties(java.util.Map<EIEntity,java.lang.String> readOnlyLiteralProperties)
public void setReadOnlyLiteralProperty(EIEntity property,
java.lang.String value)
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic java.lang.String toString()
toString in class EIResource
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||