Uses of Interface
classycle.graph.Attributes
-
Packages that use Attributes Package Description classycle classycle.graph -
-
Uses of Attributes in classycle
Classes in classycle that implement Attributes Modifier and Type Class Description classClassAttributesImmutable class holding the attributes of a class vertex.classNameAndSourceAttributesAbstract super class ofAttributeswith a name and a set of sources.classPackageAttributes -
Uses of Attributes in classycle.graph
Subinterfaces of Attributes in classycle.graph Modifier and Type Interface Description interfaceGraphAttributesAttributes of a graph.Classes in classycle.graph that implement Attributes Modifier and Type Class Description classNameAttributesMethods in classycle.graph that return Attributes Modifier and Type Method Description AttributesVertex. getAttributes()Returns the attributes.Methods in classycle.graph with parameters of type Attributes Modifier and Type Method Description intNameAttributes. compareTo(Attributes object)Constructors in classycle.graph with parameters of type Attributes Constructor Description AtomicVertex(Attributes attributes)Creates an instance for the specified attributes.Vertex(Attributes attributes)Create a new instance for the specified attributes.
-