Package org.openprovenance.prov.core.xml
Interface XML_QualifiedHadMember
-
- All Superinterfaces:
HasAttributes,HasAttributes,HasKind,HasLabel,HasLabel,HasOther,HasOther,HasType,HasType,Identifiable,Identifiable,XML_Generic2,XML_Qualified
public interface XML_QualifiedHadMember extends XML_Generic2, XML_Qualified
-
-
Method Summary
Modifier and Type Method Description QualifiedNamegetCollection()List<QualifiedName>getEntity()-
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
-
getCollection
QualifiedName getCollection()
-
getEntity
List<QualifiedName> getEntity()
-
-