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