Package org.openprovenance.prov.core.xml
Interface XML_QualifiedSpecializationOf
-
- All Superinterfaces:
HasAttributes,HasAttributes,HasKind,HasLabel,HasLabel,HasOther,HasOther,HasType,HasType,Identifiable,Identifiable,XML_Generic2,XML_Qualified
public interface XML_QualifiedSpecializationOf extends XML_Generic2, XML_Qualified
-
-
Method Summary
Modifier and Type Method Description QualifiedNamegetGeneralEntity()QualifiedNamegetSpecificEntity()-
Methods inherited from interface org.openprovenance.prov.core.xml.HasAttributes
getAttributes, getIndexedAttributes, setIndexedAttributes
-
Methods inherited from interface org.openprovenance.prov.core.xml.Identifiable
getId, setId
-
Methods inherited from interface org.openprovenance.prov.core.xml.XML_Qualified
isUnqualified
-
-
-
-
Method Detail
-
getGeneralEntity
QualifiedName getGeneralEntity()
-
getSpecificEntity
QualifiedName getSpecificEntity()
-
-