Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

local
Class ExampleAspect  view ExampleAspect download ExampleAspect.java

java.lang.Object
  extended bych.ethz.prose.Aspect
      extended bych.ethz.prose.DefaultAspect
          extended bylocal.ExampleAspect
All Implemented Interfaces:
ch.ethz.prose.Insertable, java.io.Serializable

public class ExampleAspect
extends ch.ethz.prose.DefaultAspect

Class ExampleAspect

Version:
$Revision: 1.1.1.1 $

Field Summary
 ch.ethz.prose.crosscut.Crosscut c1
           
 
Fields inherited from class ch.ethz.prose.Aspect
aspectID, birthDayCount, priority
 
Constructor Summary
ExampleAspect()
           
 
Methods inherited from class ch.ethz.prose.DefaultAspect
crosscuts
 
Methods inherited from class ch.ethz.prose.Aspect
associateTo, equals, generateUniqueAssociation, getAssociatedObject, getCrosscuts, getPriority, hashCode, insertionAction, setPriority, toString, withdrawalAction
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

c1

public ch.ethz.prose.crosscut.Crosscut c1
Constructor Detail

ExampleAspect

public ExampleAspect()