com.hp.hpl.mesa.rdf.jena.common
Class BagImpl

java.lang.Object
  |
  +--com.hp.hpl.mesa.rdf.jena.common.ResourceImpl
        |
        +--com.hp.hpl.mesa.rdf.jena.common.ContainerImpl
              |
              +--com.hp.hpl.mesa.rdf.jena.common.BagImpl
All Implemented Interfaces:
Bag, Container, com.hp.hpl.mesa.rdf.jena.common.ContainerI, RDFNode, Resource, ResourceI

public class BagImpl
extends ContainerImpl
implements Bag

An implementation of Bag

Version:
Release='$Name: $' Revision='$Revision: 1.1 $' Date='$Date: 2001/01/05 14:14:50 $'
Author:
bwm

Constructor Summary
BagImpl(Model model)
          Creates new BagMem
BagImpl(Resource r, Model m)
           
BagImpl(java.lang.String uri, Model model)
           
 
Method Summary
 Resource port(Model m)
          For internal use only
 
Methods inherited from class com.hp.hpl.mesa.rdf.jena.common.ContainerImpl
add, add, add, add, add, add, add, add, add, contains, contains, contains, contains, contains, contains, contains, contains, contains, iterator, remove, remove, size
 
Methods inherited from class com.hp.hpl.mesa.rdf.jena.common.ResourceImpl
abort, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getEmbeddedResource, getId, getLocalName, getModel, getNameSpace, getProperty, getURI, hashCode, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, isAnon, listProperties, listProperties, removeProperties, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.mesa.rdf.jena.model.Bag
remove
 
Methods inherited from interface com.hp.hpl.mesa.rdf.jena.model.Container
add, add, add, add, add, add, add, add, add, contains, contains, contains, contains, contains, contains, contains, contains, contains, iterator, size
 
Methods inherited from interface com.hp.hpl.mesa.rdf.jena.model.Resource
abort, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getModel, getNameSpace, getProperty, getURI, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, isAnon, listProperties, listProperties, removeProperties, toString
 

Constructor Detail

BagImpl

public BagImpl(Model model)
        throws RDFException
Creates new BagMem

BagImpl

public BagImpl(java.lang.String uri,
               Model model)
        throws RDFException

BagImpl

public BagImpl(Resource r,
               Model m)
        throws RDFException
Method Detail

port

public Resource port(Model m)
              throws RDFException
Description copied from interface: ResourceI
For internal use only
Overrides:
port in class ResourceImpl


Copyright © 2001 Hewlett-Packard. All Rights Reserved.