Uses of Interface
classycle.graph.Attributes

Packages that use Attributes
classycle   
classycle.graph   
 

Uses of Attributes in classycle
 

Classes in classycle that implement Attributes
 class ClassAttributes
          Immutable class holding the attributes of a class vertex.
 class NameAndSourceAttributes
          Abstract super class of Attributes with a name and a set of sources.
 class PackageAttributes
           
 

Uses of Attributes in classycle.graph
 

Subinterfaces of Attributes in classycle.graph
 interface GraphAttributes
          Attributes of a graph.
 

Classes in classycle.graph that implement Attributes
 class NameAttributes
           
 

Methods in classycle.graph that return Attributes
 Attributes Vertex.getAttributes()
          Returns the attributes.
 

Constructors in classycle.graph with parameters of type Attributes
Vertex(Attributes attributes)
          Create a new instance for the specified attributes.
AtomicVertex(Attributes attributes)
          Creates an instance for the specified attributes.