de.grogra.graph
Class AttributeSet

java.lang.Object
  extended by de.grogra.graph.AttributeSet
Direct Known Subclasses:
AccessorMap

public class AttributeSet
extends java.lang.Object


Constructor Summary
AttributeSet()
           
AttributeSet(AttributeSet superSet)
           
 
Method Summary
 AttributeSet add(Attribute attribute)
           
 boolean isSubsetOf(AttributeSet set)
           
 AttributeSet setReadOnly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeSet

public AttributeSet()

AttributeSet

public AttributeSet(AttributeSet superSet)
Method Detail

add

public final AttributeSet add(Attribute attribute)

isSubsetOf

public final boolean isSubsetOf(AttributeSet set)

setReadOnly

public AttributeSet setReadOnly()