Class Types
- java.lang.Object
-
- org.openprovenance.prov.rdf.collector.Types
-
public class Types extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTypes.ProvType
-
Method Summary
Modifier and Type Method Description QualifiedNamefind(Types.ProvType pt)Types.ProvType[]getExtends(Types.ProvType type)voidinitialize()Types.ProvTypelookup(QualifiedName qualifiedName)
-
-
-
Constructor Detail
-
Types
public Types(Ontology onto)
-
-
Method Detail
-
initialize
public void initialize()
-
lookup
public Types.ProvType lookup(QualifiedName qualifiedName)
-
find
public QualifiedName find(Types.ProvType pt)
-
getExtends
public Types.ProvType[] getExtends(Types.ProvType type)
-
-