org.obe.xpdl.model.activity
Class NoImplementation

java.lang.Object
  extended byorg.obe.xpdl.model.activity.NoImplementation
All Implemented Interfaces:
Implementation, java.io.Serializable

public final class NoImplementation
extends java.lang.Object
implements Implementation, java.io.Serializable

Empty implementation. "No" implementations usually represent human tasks or tasks which are required by the workflow engine but which are not specified by the designer.

Author:
Anthony Eden, Adrian Price
See Also:
Serialized Form

Constructor Summary
NoImplementation()
          Constructs a new NoImplementation instance.
 
Method Summary
 void accept(PackageVisitor visitor)
           
 ImplementationType getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoImplementation

public NoImplementation()
Constructs a new NoImplementation instance.

Method Detail

accept

public void accept(PackageVisitor visitor)
Specified by:
accept in interface Implementation

getType

public ImplementationType getType()
Specified by:
getType in interface Implementation

toString

public java.lang.String toString()


SourceForge.net Logo OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.