Uses of Interface
com.hp.hpl.jena.ontology.daml.DAMLList

Packages that use DAMLList
com.hp.hpl.jena.ontology.daml A re-implementation of the Jena 1.X DAML+OIL API, to assist Jena 1 users to move to Jena2. 
 

Uses of DAMLList in com.hp.hpl.jena.ontology.daml
 

Methods in com.hp.hpl.jena.ontology.daml that return DAMLList
 DAMLList DAMLList.cons(DAMLCommon value)
          Answer a new list formed by creating a new DAMLList element whose first is the given value and whose rest is the current list.
 DAMLList DAMLModel.createDAMLList()
          Create an empty DAML list.
 DAMLList DAMLModel.createDAMLList(java.util.Iterator elements)
          Create a new DAML list containing the given elements.
 DAMLList DAMLModel.createDAMLList(RDFNode[] elements)
          Create a new DAML list containing the given elements.
 DAMLList DAMLList.findLast()
          Find the last list element, i.e.
 DAMLList PropertyAccessor.getList()
          Answer the value of the encapsulated property, presented as a DAML list.
 DAMLList DAMLList.getNil()
          Answer the well-known constant denoting the nil list.
 DAMLList DAMLList.getRest()
          Answer the list that consists of all values of the list save the first.
 

Methods in com.hp.hpl.jena.ontology.daml with parameters of type DAMLList
 void DAMLList.setRest(DAMLList tail)
          Set the property daml:rest for the given list element.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP