Package org.graffiti.core
Interface DeepCopy
- All Known Subinterfaces:
Attribute,CoarsenedGraph,CollectionAttribute,Graph,SortedCollectionAttribute
- All Known Implementing Classes:
AbstractAttribute,AbstractCollectionAttribute,AbstractGraph,AdjListGraph,ArrowShapeAttribute,AWTImageAttribute,BooleanAttribute,ByteAttribute,ChartAttribute,ChartColorAttribute,ChartsColumnAttribute,ClusterColorAttribute,ColorAttribute,CompositeAttribute,CompoundAttribute,CompoundPositionAttribute,CoordinateAttribute,DimensionAttribute,DockingAttribute,DoubleAttribute,EdgeGraphicAttribute,EdgeLabelAttribute,EdgeLabelPositionAttribute,EdgeShapeAttribute,FloatAttribute,FontAttribute,GradientFillAttribute,GraphElementGraphicAttribute,HashMapAttribute,ImageAttribute,IndexAttribute,IntegerAttribute,KeggGroupPartAttribute,KeggIdAttribute,KeggReactionIdAttribute,KeggReactionTypeAttribute,KeggRelationSrcTgtAttribute,KeggRelationSubTypeAttribute,KeggRelationTypeAttribute,KeggTypeAttribute,LabelAlignmentAttribute,LabelAttribute,LabelColorAttribute,LabelFontAttribute,LabelStyleAttribute,LineModeAttribute,LinkedHashMapAttribute,LongAttribute,NodeGraphicAttribute,NodeLabelAttribute,NodeLabelPositionAttribute,NodePathwayLinkVisualizationAttribute,NodeShapeAttribute,ObjectAttribute,OptAdjListGraph,PortAttribute,PortsAttribute,PositionAttribute,ShapeDescriptionAttribute,ShortAttribute,SourceDockingAttribute,StringAttribute,TargetDockingAttribute,ThicknessAttribute,URLAttribute,XMLAttribute
public interface DeepCopy
Guarantees a deep copy.
- Version:
- $Revision: 1.4 $
-
Method Summary
-
Method Details
-
copy
Object copy()Returns a deep copy of this object.- Returns:
- A deep copy of this object.
-