Types (query directive)
From WandoraWiki
Description
Gets all types of the active column value of input.
Constructor
Types()
Examples
You can use Types directive alone to simply get all types of the input topic
importPackage(org.wandora.query2); new Types()
Following example gets all instances of all types of the input topic. In a sense, the sister topics of the input topic.
importPackage(org.wandora.query2); new Instances().from(new Types())