Kieker 1.2

kieker.tools.traceAnalysis.systemModel
Class ComponentType

java.lang.Object
  extended by kieker.tools.traceAnalysis.systemModel.ComponentType

public class ComponentType
extends Object

Author:
Andre van Hoorn

Constructor Summary
ComponentType(int id, String fullqualifiedTypeName)
           
ComponentType(int id, String packageName, String typeName)
           
 
Method Summary
 Operation addOperation(Operation op)
           
 boolean equals(Object obj)
           
 String getFullQualifiedName()
           
 int getId()
           
 Collection<Operation> getOperations()
           
 String getPackageName()
           
 String getTypeName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentType

public ComponentType(int id,
                     String packageName,
                     String typeName)

ComponentType

public ComponentType(int id,
                     String fullqualifiedTypeName)
Method Detail

getId

public final int getId()

getTypeName

public final String getTypeName()

getPackageName

public final String getPackageName()

getFullQualifiedName

public final String getFullQualifiedName()

getOperations

public final Collection<Operation> getOperations()

addOperation

public final Operation addOperation(Operation op)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Kieker 1.2

Copyright 2010 the Kieker Project, http://kieker.sourceforge.net