Package classycle.graph
Class NameAttributes
- java.lang.Object
-
- classycle.graph.NameAttributes
-
- All Implemented Interfaces:
Attributes
,java.lang.Comparable<Attributes>
- Direct Known Subclasses:
NameAndSourceAttributes
public abstract class NameAttributes extends java.lang.Object implements Attributes
- Author:
- Franz-Josef Elmer
-
-
Constructor Summary
Constructors Constructor Description NameAttributes(java.lang.String name)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description int
compareTo(Attributes object)
java.lang.String
getName()
Returns the name.abstract int
getSize()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Returns the name.
-
compareTo
public int compareTo(Attributes object)
- Specified by:
compareTo
in interfacejava.lang.Comparable<Attributes>
-
getSize
public abstract int getSize()
-
-