|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ontotext.wsmo4j.common.EntityImpl
public abstract class EntityImpl
Title: WSMO4J
Description: WSMO API and a Reference Implementation
Copyright: Copyright (c) 2004-2005
Company: OntoText Lab. / SIRMA
| Constructor Summary | |
|---|---|
EntityImpl(org.wsmo.common.Identifier thisID)
|
|
| Method Summary | |
|---|---|
void |
addNFPValue(org.wsmo.common.IRI key,
org.wsmo.common.Identifier value)
|
void |
addNFPValue(org.wsmo.common.IRI key,
org.omwg.ontology.Value value)
|
boolean |
equals(Object target)
|
org.wsmo.common.Identifier |
getIdentifier()
|
int |
hashCode()
|
Map<org.wsmo.common.IRI,Set<Object>> |
listNFPValues()
|
Set<Object> |
listNFPValues(org.wsmo.common.IRI key)
Returns the list of values associated with the specified key. |
void |
removeNFP(org.wsmo.common.IRI key)
|
void |
removeNFPValue(org.wsmo.common.IRI key,
org.wsmo.common.Identifier value)
|
void |
removeNFPValue(org.wsmo.common.IRI key,
org.omwg.ontology.Value value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntityImpl(org.wsmo.common.Identifier thisID)
| Method Detail |
|---|
public Set<Object> listNFPValues(org.wsmo.common.IRI key)
throws org.wsmo.common.exception.SynchronisationException
listNFPValues in interface org.wsmo.common.Entitykey - The key of interest.
org.wsmo.common.exception.SynchronisationException
public Map<org.wsmo.common.IRI,Set<Object>> listNFPValues()
throws org.wsmo.common.exception.SynchronisationException
listNFPValues in interface org.wsmo.common.Entityorg.wsmo.common.exception.SynchronisationException
public void addNFPValue(org.wsmo.common.IRI key,
org.wsmo.common.Identifier value)
throws org.wsmo.common.exception.SynchronisationException,
org.wsmo.common.exception.InvalidModelException
addNFPValue in interface org.wsmo.common.Entityorg.wsmo.common.exception.SynchronisationException
org.wsmo.common.exception.InvalidModelException
public void addNFPValue(org.wsmo.common.IRI key,
org.omwg.ontology.Value value)
throws org.wsmo.common.exception.SynchronisationException,
org.wsmo.common.exception.InvalidModelException
addNFPValue in interface org.wsmo.common.Entityorg.wsmo.common.exception.SynchronisationException
org.wsmo.common.exception.InvalidModelException
public void removeNFPValue(org.wsmo.common.IRI key,
org.wsmo.common.Identifier value)
throws org.wsmo.common.exception.SynchronisationException,
org.wsmo.common.exception.InvalidModelException
removeNFPValue in interface org.wsmo.common.Entityorg.wsmo.common.exception.SynchronisationException
org.wsmo.common.exception.InvalidModelException
public void removeNFPValue(org.wsmo.common.IRI key,
org.omwg.ontology.Value value)
throws org.wsmo.common.exception.SynchronisationException,
org.wsmo.common.exception.InvalidModelException
removeNFPValue in interface org.wsmo.common.Entityorg.wsmo.common.exception.SynchronisationException
org.wsmo.common.exception.InvalidModelException
public void removeNFP(org.wsmo.common.IRI key)
throws org.wsmo.common.exception.SynchronisationException,
org.wsmo.common.exception.InvalidModelException
removeNFP in interface org.wsmo.common.Entityorg.wsmo.common.exception.SynchronisationException
org.wsmo.common.exception.InvalidModelExceptionpublic org.wsmo.common.Identifier getIdentifier()
getIdentifier in interface org.wsmo.common.Entitypublic boolean equals(Object target)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||