org.daml.validator.model
Class DAMLModelImpl.NodeSet

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractSet
              |
              +--org.daml.validator.model.DAMLModelImpl.NodeSet
All Implemented Interfaces:
java.util.Collection, java.util.Set
Enclosing class:
DAMLModelImpl

public class DAMLModelImpl.NodeSet
extends java.util.AbstractSet
implements java.util.Set


Constructor Summary
DAMLModelImpl.NodeSet()
           
DAMLModelImpl.NodeSet(java.util.Collection c)
           
 
Method Summary
 boolean add(DAMLModelImpl.Node n)
           
 boolean add(java.lang.Object o)
           
 boolean add(com.hp.hpl.mesa.rdf.jena.model.Resource r)
           
 java.util.Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

DAMLModelImpl.NodeSet

public DAMLModelImpl.NodeSet()

DAMLModelImpl.NodeSet

public DAMLModelImpl.NodeSet(java.util.Collection c)
Method Detail

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface java.util.Set
Specified by:
iterator in class java.util.AbstractCollection

size

public int size()
Specified by:
size in interface java.util.Set
Specified by:
size in class java.util.AbstractCollection

add

public boolean add(DAMLModelImpl.Node n)

add

public boolean add(com.hp.hpl.mesa.rdf.jena.model.Resource r)

add

public boolean add(java.lang.Object o)
Specified by:
add in interface java.util.Set
Overrides:
add in class java.util.AbstractCollection