|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.smi.protege.model.DefaultFrame
edu.stanford.smi.protege.model.DefaultInstance
edu.stanford.smi.protege.model.DefaultSimpleInstance
edu.stanford.smi.protegex.owl.model.impl.DefaultRDFIndividual
Field Summary |
Fields inherited from class edu.stanford.smi.protege.model.DefaultFrame |
|
Constructor Summary | |
DefaultRDFIndividual()
|
|
DefaultRDFIndividual(edu.stanford.smi.protege.model.KnowledgeBase kb,
edu.stanford.smi.protege.model.FrameID id)
|
Method Summary | |
void |
accept(OWLModelVisitor visitor)
This method is provided to be used with the OWLModelVisitor ,
which is part of the visitor design pattern. |
void |
addComment(String comment)
Adds an rdfs:comment to this resource. |
void |
addDifferentFrom(RDFResource resource)
Adds an owl:differentFrom to this resource. |
void |
addIsDefinedBy(RDFResource instance)
Adds an rdfs:isDefinedBy to this resource. |
void |
addLabel(String label,
String language)
Adds a label to this. |
void |
addPropertyValue(RDFProperty property,
Object value)
Adds a value for a given property to this resource. |
void |
addPropertyValueListener(PropertyValueListener listener)
Adds a PropertyValueListener to receive events when property values have changed. |
void |
addProtegeType(RDFSClass type)
Adds an type to this resource. |
void |
addRDFType(RDFSClass type)
Adds an rdf:type to this resource. |
void |
addResourceListener(ResourceListener listener)
Adds a ResourceListener to receive events when the type of this has changed. |
void |
addSameAs(RDFResource resource)
Adds an owl:sameAs to this resource. |
void |
addVersionInfo(String versionInfo)
Adds an owl:versionInfo to this resource. |
RDFResource |
as(Class javaInterface)
Converts this dynamically into an instance of a given Java interface. |
boolean |
canAs(Class javaInterface)
Checks whether this can be dynamically morphed into an instance of a given Java interface. |
boolean |
equalsStructurally(RDFObject object)
Determines whether or not the specified class is structurally equal to this class. |
RDFResource |
getAllValuesFromOnTypes(RDFProperty property)
Checks for rdfs:range or owl:allValuesFrom restrictions on the types of this resource. |
Collection |
getComments()
Gets all rdfs:comments for this resource. |
Collection |
getDifferentFrom()
Gets all owl:differentFroms for this resource. |
Collection |
getDocumentation()
|
Collection |
getHasValuesOnTypes(RDFProperty property)
Checks if there are any owl:hasValue restrictions defined on any rdf:type of this and returns the fillers of the restrictions (if found). |
Icon |
getIcon()
|
Class |
getIconLocation()
Gets a class that serves as a location of the icon resource. |
String |
getIconName()
Gets the local name of an icon for this type of resource. |
Collection |
getInferredTypes()
Gets the direct types that were inferred during the most recent execution of a reasoner. |
Collection |
getIsDefinedBy()
Gets all rdfs:isDefinedBy for this resource. |
Collection |
getLabels()
Gets the rdfs:labels that are currenly defined for this. |
String |
getLocalName()
Gets the local part of the full URI (name) of this resource. |
String |
getNamespace()
Gets the namespace of this resource. |
String |
getNamespacePrefix()
Gets the prefix of the namespace, i.e. the abbreviated name of the namespace. |
OWLModel |
getOWLModel()
Gets the OWLModel this resource is defined in. |
Collection |
getPossibleRDFProperties()
Gets a Collection of all RDFProperties that this resource could take values for. |
Object |
getPropertyValue(RDFProperty property)
Gets all (direct) values of a given property. |
Object |
getPropertyValue(RDFProperty property,
boolean includingSubproperties)
Gets all values of a given property, and optionally its subproperties. |
RDFResource |
getPropertyValueAs(RDFProperty property,
Class javaInterface)
|
int |
getPropertyValueCount(RDFProperty property)
Gets the number of all (direct) values of a given property. |
RDFSLiteral |
getPropertyValueLiteral(RDFProperty property)
Gets the first value of a given property as an RDFSLiteral. |
Collection |
getPropertyValueLiterals(RDFProperty property)
Gets all (direct) values of a given property at this as RDFSLiterals. |
Collection |
getPropertyValues(RDFProperty property)
Gets all (direct) values of a given property at this resource. |
Collection |
getPropertyValues(RDFProperty property,
boolean includingSubproperties)
Gets all values of a given property, optionally including the values of the subproperties of the property. |
Collection |
getPropertyValuesAs(RDFProperty property,
Class javaInterface)
|
RDFSClass |
getProtegeType()
Gets the first asserted type of this resource. |
Collection |
getProtegeTypes()
Gets the asserted types of this resource. |
Collection |
getRDFProperties()
Gets all RDFProperties that have at least one value at this. |
RDFSClass |
getRDFType()
Gets the first asserted rdf:type of this resource. |
Collection |
getRDFTypes()
Gets the asserted rdf:types of this resource. |
Set |
getReferringAnonymousClasses()
Gets a Collection of all OWLAnonymousClasses that have a reference to this. |
Collection |
getSameAs()
Gets the values of the owl:sameAs property. |
String |
getURI()
Gets the full URI of this resource. |
Collection |
getVersionInfo()
Gets the values of the owl:versionInfo property. |
boolean |
hasPropertyValue(RDFProperty property)
Checks whether this has any (direct) property value. |
boolean |
hasPropertyValue(RDFProperty property,
boolean includingSubproperties)
Checks whether this has any property value. |
boolean |
hasPropertyValue(RDFProperty property,
Object value)
Checks whether this has a certain (direct) property value. |
boolean |
hasPropertyValue(RDFProperty property,
Object value,
boolean includingSuperproperties)
Checks whether this has a certain property value. |
boolean |
hasProtegeType(RDFSClass type)
Checks whether this resource has a given type. |
boolean |
hasProtegeType(RDFSClass type,
boolean includingSuperclasses)
|
boolean |
hasRDFType(RDFSClass type)
Checks whether this resource has a given rdf:type. |
boolean |
hasRDFType(RDFSClass type,
boolean includingSuperclasses)
|
boolean |
isAnonymous()
Checks whether this represents an anonymous resource / bnode. |
boolean |
isValidPropertyValue(RDFProperty property,
Object object)
A convenience method to access the corresponding method in OWLModel. |
Iterator |
listPropertyValues(RDFProperty property)
Gets all direct values of a certain property as an Iterator. |
Iterator |
listPropertyValues(RDFProperty property,
boolean includingSubproperties)
Gets all values of a certain property as an Iterator. |
Iterator |
listPropertyValuesAs(RDFProperty property,
Class javaInterface)
|
Iterator |
listRDFTypes()
Gets an Iterator on the rdf:types of this. |
void |
removeComment(String value)
Removes an rdfs:comment from this resource. |
void |
removeDifferentFrom(RDFResource resource)
|
void |
removeIsDefinedBy(RDFResource resource)
|
void |
removeLabel(String label,
String language)
Removes a label that has been previously added. |
void |
removePropertyValue(RDFProperty property,
Object value)
|
void |
removePropertyValueListener(PropertyValueListener listener)
|
void |
removeProtegeType(RDFSClass type)
Removes a type from this resource. |
void |
removeRDFType(RDFSClass type)
Removes an rdf:type from this resource. |
void |
removeResourceListener(ResourceListener listener)
|
void |
removeSameAs(RDFResource resource)
|
void |
removeVersionInfo(String versionInfo)
|
void |
setComment(String comment)
|
void |
setComments(Collection comments)
|
void |
setDocumentation(String value)
|
void |
setInferredTypes(Collection types)
|
void |
setPropertyValue(RDFProperty property,
Object value)
|
void |
setPropertyValues(RDFProperty property,
Collection values)
|
void |
setProtegeType(RDFSClass type)
|
void |
setProtegeTypes(Collection types)
|
void |
setRDFType(RDFSClass type)
|
void |
setRDFTypes(Collection types)
|
Methods inherited from class edu.stanford.smi.protege.model.DefaultSimpleInstance |
toString |
Methods inherited from class edu.stanford.smi.protege.model.DefaultInstance |
addDirectType, addInstanceListener, copy, deepCopy, getBrowserText, getDirectType, getDirectTypes, getOwnFacetValue, getOwnFacetValues, getReachableSimpleInstances, hasDirectType, hasType, moveDirectType, removeDirectType, removeInstanceListener, setDirectType, setDirectTypes, shallowCopy |
Methods inherited from class edu.stanford.smi.protege.model.DefaultFrame |
addFrameListener, addOwnFacetValue, addOwnSlotValue, areValidOwnSlotValues, compareTo, delete, equals, equals, getDefaultKnowledgeBase, getDefiningProjectURI, getDirectOwnSlotValue, getDirectOwnSlotValues, getFrameID, getInvalidOwnSlotValuesText, getInvalidOwnSlotValueText, getKnowledgeBase, getName, getOwnSlotAllowsMultipleValues, getOwnSlotAndSubslotValues, getOwnSlotDefaultValues, getOwnSlotFacets, getOwnSlotFacetValues, getOwnSlots, getOwnSlotValue, getOwnSlotValueCount, getOwnSlotValues, getOwnSlotValueType, getProject, getReferences, getReferences, hashCode, hasOwnSlot, isBeingDeleted, isDeleted, isEditable, isIncluded, isSystem, isValid, isValidOwnSlotValue, isVisible, localize, markDeleted, markDeleting, moveDirectOwnSlotValue, readExternal, removeFrameListener, removeOwnSlotValue, setDirectOwnSlotValue, setDirectOwnSlotValues, setDocumentation, setEditable, setIncluded, setName, setOwnFacetValue, setOwnFacetValues, setOwnSlotValue, setOwnSlotValues, setSystem, setVisible, writeExternal |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.stanford.smi.protegex.owl.model.RDFResource |
delete, getBrowserText, getName, isVisible, setName, setVisible |
Methods inherited from interface edu.stanford.smi.protege.model.Instance |
moveDirectType |
Methods inherited from interface edu.stanford.smi.protege.model.Frame |
isValid, moveDirectOwnSlotValue |
Methods inherited from interface java.lang.Comparable |
compareTo |
Constructor Detail |
public DefaultRDFIndividual(edu.stanford.smi.protege.model.KnowledgeBase kb, edu.stanford.smi.protege.model.FrameID id)
public DefaultRDFIndividual()
Method Detail |
public void accept(OWLModelVisitor visitor)
Visitable
OWLModelVisitor
,
which is part of the visitor design pattern. By implementing this method,
instances of the implementing class are stating that they can accept an
OWLModelVisitor
accept
in interface Visitable
visitor
- The visitor that will operate on this object.public Icon getIcon()
getIcon
in interface ProtegeInstance
public String getIconName()
RDFResource
getIconLocation()
.
getIconName
in interface RDFResource
RDFResource.getIconLocation()
public void addComment(String comment)
RDFResource
addComment
in interface RDFResource
comment
- the comment to addRDFResource.getComments()
,
RDFResource.removeComment(java.lang.String)
public void addDifferentFrom(RDFResource resource)
RDFResource
addDifferentFrom
in interface RDFResource
resource
- the resource to addRDFResource.getDifferentFrom()
,
RDFResource.removeDifferentFrom(edu.stanford.smi.protegex.owl.model.RDFResource)
public void addIsDefinedBy(RDFResource instance)
RDFResource
addIsDefinedBy
in interface RDFResource
instance
- the resource to addRDFResource.getIsDefinedBy()
,
RDFResource.removeIsDefinedBy(edu.stanford.smi.protegex.owl.model.RDFResource)
public void addLabel(String label, String language)
RDFResource
addLabel
in interface RDFResource
label
- the text of the label to addlanguage
- the language, or null for no languagepublic void addPropertyValue(RDFProperty property, Object value)
RDFResource
addPropertyValue
in interface RDFResource
property
- the property to add a value forvalue
- the value to add (may be an RDFSLiteral, a primitive value or another Resource)RDFResource.getPropertyValue(edu.stanford.smi.protegex.owl.model.RDFProperty)
,
RDFResource.getPropertyValues(edu.stanford.smi.protegex.owl.model.RDFProperty)
,
RDFResource.listPropertyValues(edu.stanford.smi.protegex.owl.model.RDFProperty)
,
RDFResource.removePropertyValue(edu.stanford.smi.protegex.owl.model.RDFProperty, java.lang.Object)
public void addPropertyValueListener(PropertyValueListener listener)
RDFResource
addPropertyValueListener
in interface RDFResource
listener
- the listener to addRDFResource.removePropertyValueListener(edu.stanford.smi.protegex.owl.model.event.PropertyValueListener)
public void addProtegeType(RDFSClass type)
RDFResource
addProtegeType
in interface RDFResource
type
- the type to addRDFResource.getProtegeTypes()
,
RDFResource.removeProtegeType(edu.stanford.smi.protegex.owl.model.RDFSClass)
public void addRDFType(RDFSClass type)
RDFResource
addRDFType
in interface RDFResource
type
- the rdf:type to addRDFResource.getProtegeTypes()
,
RDFResource.removeProtegeType(edu.stanford.smi.protegex.owl.model.RDFSClass)
public void addResourceListener(ResourceListener listener)
RDFResource
addResourceListener
in interface RDFResource
listener
- the listener to addRDFResource.removeResourceListener(edu.stanford.smi.protegex.owl.model.event.ResourceListener)
public void addSameAs(RDFResource resource)
RDFResource
addSameAs
in interface RDFResource
resource
- the resource to addRDFResource.getSameAs()
,
RDFResource.removeSameAs(edu.stanford.smi.protegex.owl.model.RDFResource)
public void addVersionInfo(String versionInfo)
RDFResource
addVersionInfo
in interface RDFResource
versionInfo
- the version info to addRDFResource.getVersionInfo()
,
RDFResource.removeVersionInfo(java.lang.String)
public RDFResource as(Class javaInterface)
RDFResource
as
in interface RDFResource
javaInterface
- the Java interface to convert to
public boolean canAs(Class javaInterface)
RDFResource
canAs
in interface RDFResource
javaInterface
- the Java interface to test
public boolean equalsStructurally(RDFObject object)
RDFObject
equalsStructurally
in interface RDFObject
object
- The class to test against.
true
if the class is structurally equal
to this, false
if the class is not structurally
equal to this.public RDFResource getAllValuesFromOnTypes(RDFProperty property)
RDFResource
getAllValuesFromOnTypes
in interface RDFResource
property
- the property to check for restrictions
public Collection getComments()
RDFResource
getComments
in interface RDFResource
RDFResource.addComment(java.lang.String)
,
RDFResource.removeComment(java.lang.String)
public Collection getDifferentFrom()
RDFResource
getDifferentFrom
in interface RDFResource
RDFResource.addDifferentFrom(edu.stanford.smi.protegex.owl.model.RDFResource)
,
RDFResource.removeDifferentFrom(edu.stanford.smi.protegex.owl.model.RDFResource)
public Collection getHasValuesOnTypes(RDFProperty property)
RDFResource
getHasValuesOnTypes
in interface RDFResource
property
- the property to look for restrictions
public Class getIconLocation()
RDFResource
getIconName()
.
getIconLocation
in interface RDFResource
RDFResource.getIconName()
public RDFSClass getProtegeType()
RDFResource
getProtegeType
in interface RDFResource
RDFResource.getProtegeTypes()
public Collection getProtegeTypes()
RDFResource
getRDFTypes()
: Anonymous classes are internally stored using some special
Protege metaclasses (e.g. OWLNames.Cls.COMPLEMENT_CLASS instead of owl:Class).
getProtegeTypes
in interface RDFResource
RDFResource.getProtegeType()
public Collection getDocumentation()
getDocumentation
in interface ProtegeInstance
public Collection getInferredTypes()
RDFResource
getInferredTypes
in interface RDFResource
public Collection getIsDefinedBy()
RDFResource
getIsDefinedBy
in interface RDFResource
RDFResource.addIsDefinedBy(edu.stanford.smi.protegex.owl.model.RDFResource)
,
RDFResource.removeIsDefinedBy(edu.stanford.smi.protegex.owl.model.RDFResource)
public Collection getLabels()
RDFResource
getLabels
in interface RDFResource
public String getLocalName()
RDFResource
getLocalName
in interface RDFResource
public String getNamespace()
RDFResource
getNamespace
in interface RDFResource
public String getNamespacePrefix()
RDFResource
getNamespacePrefix
in interface RDFResource
public OWLModel getOWLModel()
RDFResource
getOWLModel
in interface RDFResource
public Collection getPossibleRDFProperties()
RDFResource
getRDFProperties()
which
only returns those properties that also have a value at this resource.
getPossibleRDFProperties
in interface RDFResource
RDFResource.getRDFProperties()
public Object getPropertyValue(RDFProperty property)
RDFResource
getPropertyValue(property, true)
.
getPropertyValue
in interface RDFResource
property
- the property to get the values for
public RDFResource getPropertyValueAs(RDFProperty property, Class javaInterface)
getPropertyValueAs
in interface RDFResource
public Object getPropertyValue(RDFProperty property, boolean includingSubproperties)
RDFResource
getPropertyValue
in interface RDFResource
property
- the property to get the values forincludingSubproperties
- true to also return the subproperty values
public RDFSLiteral getPropertyValueLiteral(RDFProperty property)
RDFResource
getPropertyValueLiteral
in interface RDFResource
property
- the property to get the value from
public int getPropertyValueCount(RDFProperty property)
RDFResource
getPropertyValueCount
in interface RDFResource
property
- the property
public Collection getPropertyValueLiterals(RDFProperty property)
RDFResource
getPropertyValues
,
which may return values as primitive values (without the wrapping in an RDFSLiteral).
The caller must make sure that the property only holds datatype values
prior to the call.
getPropertyValueLiterals
in interface RDFResource
property
- the property to get the values from
public Collection getPropertyValues(RDFProperty property)
RDFResource
getPropertyValues(property, false)
.
getPropertyValues
in interface RDFResource
property
- the property to get the values from
RDFResource.listPropertyValues(edu.stanford.smi.protegex.owl.model.RDFProperty)
public Collection getPropertyValuesAs(RDFProperty property, Class javaInterface)
getPropertyValuesAs
in interface RDFResource
public Collection getPropertyValues(RDFProperty property, boolean includingSubproperties)
RDFResource
getPropertyValues
in interface RDFResource
property
- the property to get the values fromincludingSubproperties
- true to also return the subproperty values
public Collection getRDFProperties()
RDFResource
getRDFProperties
in interface RDFResource
public RDFSClass getRDFType()
RDFResource
getRDFType
in interface RDFResource
RDFResource.getRDFTypes()
public Collection getRDFTypes()
RDFResource
getRDFTypes
in interface RDFResource
RDFResource.getRDFType()
public Set getReferringAnonymousClasses()
RDFResource
getReferringAnonymousClasses
in interface RDFResource
public Collection getSameAs()
RDFResource
getSameAs
in interface RDFResource
public String getURI()
RDFResource
http://www.mydomain.org/myontology#Name
getURI
in interface RDFResource
public Collection getVersionInfo()
RDFResource
getVersionInfo
in interface RDFResource
public boolean hasPropertyValue(RDFProperty property)
RDFResource
hasPropertyValue
in interface RDFResource
property
- the property
public boolean hasPropertyValue(RDFProperty property, boolean includingSubproperties)
RDFResource
hasPropertyValue
in interface RDFResource
property
- the propertyincludingSubproperties
- true to also include subproperties of property
public boolean hasPropertyValue(RDFProperty property, Object value)
RDFResource
hasPropertyValue
in interface RDFResource
property
- the propertyvalue
- the value (possibly an RDFSLiteral)
public boolean hasPropertyValue(RDFProperty property, Object value, boolean includingSuperproperties)
RDFResource
getPropertyValues(property).contains(value);
.
hasPropertyValue
in interface RDFResource
property
- the propertyvalue
- the value (possibly an RDFSLiteral)includingSuperproperties
- true to also include subproperties of property
public boolean hasProtegeType(RDFSClass type)
RDFResource
hasProtegeType(type, false)
.
hasProtegeType
in interface RDFResource
type
- the type in question
RDFResource.addProtegeType(edu.stanford.smi.protegex.owl.model.RDFSClass)
,
RDFResource.getProtegeTypes()
,
RDFResource.removeProtegeType(edu.stanford.smi.protegex.owl.model.RDFSClass)
public boolean hasProtegeType(RDFSClass type, boolean includingSuperclasses)
hasProtegeType
in interface RDFResource
public boolean hasRDFType(RDFSClass type)
RDFResource
hasProtegeType(type, false)
.
hasRDFType
in interface RDFResource
type
- the type in question
RDFResource.addProtegeType(edu.stanford.smi.protegex.owl.model.RDFSClass)
,
RDFResource.getProtegeTypes()
,
RDFResource.removeProtegeType(edu.stanford.smi.protegex.owl.model.RDFSClass)
public boolean hasRDFType(RDFSClass type, boolean includingSuperclasses)
hasRDFType
in interface RDFResource
public boolean isAnonymous()
RDFResource
OWLModel.isAnonymousResourceName()
.
isAnonymous
in interface RDFResource
OWLModel.isAnonymousResourceName(java.lang.String)
public boolean isValidPropertyValue(RDFProperty property, Object object)
RDFResource
isValidPropertyValue
in interface RDFResource
property
- the property to check againstobject
- the potential property value
OWLModel.isValidPropertyValue(edu.stanford.smi.protegex.owl.model.RDFResource, edu.stanford.smi.protegex.owl.model.RDFProperty, java.lang.Object)
public Iterator listPropertyValues(RDFProperty property)
RDFResource
listPropertyValues
in interface RDFResource
property
- the property to get the values from
RDFResource.getPropertyValues(edu.stanford.smi.protegex.owl.model.RDFProperty)
public Iterator listPropertyValuesAs(RDFProperty property, Class javaInterface)
listPropertyValuesAs
in interface RDFResource
public Iterator listPropertyValues(RDFProperty property, boolean includingSubproperties)
RDFResource
listPropertyValues
in interface RDFResource
property
- the property to get the values fromincludingSubproperties
- true to also return values of subproperties
RDFResource.getPropertyValues(edu.stanford.smi.protegex.owl.model.RDFProperty)
public Iterator listRDFTypes()
RDFResource
listRDFTypes
in interface RDFResource
public void removeComment(String value)
RDFResource
removeComment
in interface RDFResource
value
- the comment to removeRDFResource.addComment(java.lang.String)
,
RDFResource.getComments()
public void removeDifferentFrom(RDFResource resource)
removeDifferentFrom
in interface RDFResource
public void removeIsDefinedBy(RDFResource resource)
removeIsDefinedBy
in interface RDFResource
public void removeLabel(String label, String language)
RDFResource
removeLabel
in interface RDFResource
label
- the text of the label to removelanguage
- the language of the label or nullpublic void removePropertyValue(RDFProperty property, Object value)
removePropertyValue
in interface RDFResource
public void removePropertyValueListener(PropertyValueListener listener)
removePropertyValueListener
in interface RDFResource
public void removeProtegeType(RDFSClass type)
RDFResource
removeProtegeType
in interface RDFResource
type
- the type to removeRDFResource.addProtegeType(edu.stanford.smi.protegex.owl.model.RDFSClass)
,
RDFResource.getProtegeTypes()
public void removeRDFType(RDFSClass type)
RDFResource
removeRDFType
in interface RDFResource
type
- the type to removeRDFResource.addRDFType(edu.stanford.smi.protegex.owl.model.RDFSClass)
,
RDFResource.getRDFTypes()
public void removeResourceListener(ResourceListener listener)
removeResourceListener
in interface RDFResource
public void removeSameAs(RDFResource resource)
removeSameAs
in interface RDFResource
public void removeVersionInfo(String versionInfo)
removeVersionInfo
in interface RDFResource
public void setComment(String comment)
setComment
in interface RDFResource
public void setComments(Collection comments)
setComments
in interface RDFResource
public void setDocumentation(String value)
setDocumentation
in interface ProtegeInstance
public void setInferredTypes(Collection types)
setInferredTypes
in interface RDFResource
public void setPropertyValue(RDFProperty property, Object value)
setPropertyValue
in interface RDFResource
public void setPropertyValues(RDFProperty property, Collection values)
setPropertyValues
in interface RDFResource
public void setProtegeType(RDFSClass type)
setProtegeType
in interface RDFResource
public void setProtegeTypes(Collection types)
setProtegeTypes
in interface RDFResource
public void setRDFType(RDFSClass type)
setRDFType
in interface RDFResource
public void setRDFTypes(Collection types)
setRDFTypes
in interface RDFResource
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |