graphlab.main.attribute
Class AttributeImplSet

java.lang.Object
  extended by graphlab.main.attribute.AttributeImplSet
All Implemented Interfaces:
AttributeSet

public class AttributeImplSet
extends java.lang.Object
implements AttributeSet

Author:
azin azadi

Constructor Summary
AttributeImplSet()
           
AttributeImplSet(NotifiableAttributeSet notifiableAttributeSet)
           
 
Method Summary
 void addAttributeListener(AttributeListener attributeListener, java.lang.String... attrNames)
           
 void clear()
          clears all attributes in this set, this means that after calling this method the set of attributes will be empty
 boolean contains(java.lang.String name)
           
 java.lang.Object get(java.lang.String name)
           
 java.util.Map<java.lang.String,java.lang.Object> getAtr()
           
 java.util.Collection<AttributeListener> getAttributeListeners(java.lang.String attrName)
           
 java.lang.Object put(java.lang.String name, java.lang.Object value)
           
 void removeAttributeListener(AttributeListener x)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeImplSet

public AttributeImplSet(NotifiableAttributeSet notifiableAttributeSet)

AttributeImplSet

public AttributeImplSet()
Method Detail

getAtr

public java.util.Map<java.lang.String,java.lang.Object> getAtr()
Specified by:
getAtr in interface AttributeSet

put

public java.lang.Object put(java.lang.String name,
                            java.lang.Object value)
Specified by:
put in interface AttributeSet

get

public java.lang.Object get(java.lang.String name)
Specified by:
get in interface AttributeSet

contains

public boolean contains(java.lang.String name)
Specified by:
contains in interface AttributeSet

addAttributeListener

public void addAttributeListener(AttributeListener attributeListener,
                                 java.lang.String... attrNames)

getAttributeListeners

public java.util.Collection<AttributeListener> getAttributeListeners(java.lang.String attrName)

removeAttributeListener

public void removeAttributeListener(AttributeListener x)

clear

public void clear()
clears all attributes in this set, this means that after calling this method the set of attributes will be empty