BBN.DAML.DAMLCommonImpl.SetRDFType Function
Set the RDF type property for this node in the underlying model, replacing any existing type property. To add a second or subsequent type statement to a resource, use {@link #setRDFType( com.hp.hpl.mesa.rdf.jena.model.Resource, boolean ) setRDFType( Resource, false ) }.

Public void SetRDFType (BBN.RDF.Resource)
  Type Name Description  
    Resource rdfClass The RDF resource denoting the new value for the rdf:type property, which will replace any existing type property.  
  Return Description  
    void    
Other overloads:
BBN.DAML.DAMLCommonImpl.SetRDFType(Resource,8)