ucot.model.relation
Class Item

java.lang.Object
  extended by ucot.model.relation.Thing
      extended by ucot.model.relation.Item
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Entity, Method

public abstract class Item
extends Thing

Items are concrete parts of the AnalyzeModel, like entities, methods, attributes and stuff.

Author:
pajumasu
See Also:
Serialized Form

Field Summary
 
Fields inherited from class ucot.model.relation.Thing
name, typeName
 
Constructor Summary
Item(java.lang.String name, java.lang.String typeName)
           
 
Method Summary
 
Methods inherited from class ucot.model.relation.Thing
getName, getTypeName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Item

public Item(java.lang.String name,
            java.lang.String typeName)