Uses of Interface
de.uka.ipd.consensus.foundation.schema.Attributeable

Packages that use Attributeable
de.uka.ipd.consensus.foundation.rights   
de.uka.ipd.consensus.foundation.schema Start here for data model interfaces. 
de.uka.ipd.consensus.impl   
 

Uses of Attributeable in de.uka.ipd.consensus.foundation.rights
 

Methods in de.uka.ipd.consensus.foundation.rights with parameters of type Attributeable
 boolean DynamicRightsManager.mayAddAttribute(User user, Attribute attr, Attributeable attributeable)
          Checks if the user is allowed to add the attribute to the given attributeable element (a topic).
 void DynamicRightsManager.checkAddAttribute(User user, Attribute attr, Attributeable attributeable)
          Checks if the user is allowed to add the attribute to the given attributeable element (a topic).
 

Uses of Attributeable in de.uka.ipd.consensus.foundation.schema
 

Subinterfaces of Attributeable in de.uka.ipd.consensus.foundation.schema
 interface Topic
          This interface repesents a topic, the main element of the ontology.
 

Methods in de.uka.ipd.consensus.foundation.schema that return Attributeable
 Attributeable Attribute.getAttributeable()
          Returns the element which this attribute belongs to.
 

Uses of Attributeable in de.uka.ipd.consensus.impl
 

Classes in de.uka.ipd.consensus.impl that implement Attributeable
 class TopicImpl
          TODO
 

Methods in de.uka.ipd.consensus.impl that return Attributeable
 Attributeable AttributeImpl.getAttributeable()
           
protected  Attributeable OntologyManagerImpl.getAttributeable(org.tm4j.topicmap.Topic attributeableTopic)
           
 

Methods in de.uka.ipd.consensus.impl with parameters of type Attributeable
 boolean DynamicRightsManagerImpl.mayAddAttribute(User user, Attribute attr, Attributeable attributeable)
           
 void DynamicRightsManagerImpl.checkAddAttribute(User user, Attribute attr, Attributeable attributeable)