org.pasoa.common.structure
Class PAssertion

java.lang.Object
  extended by org.pasoa.common.structure.PAssertion
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActorStatePAssertion, InteractionPAssertion, Relationship

public class PAssertion
extends Object
implements Serializable

Base class for all p-assertions

Author:
pgroth, sm
See Also:
Serialized Form

Constructor Summary
PAssertion(String localPAssertionID)
          Construct a p-assertion.
 
Method Summary
 String getLocalPAssertionID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PAssertion

public PAssertion(String localPAssertionID)
Construct a p-assertion. Typically, one would not create a P-Assertion object directly. Instead, one would use one of its sub classes. All p-assertions must have a local p-assertion id

Parameters:
localPAssertionID -
Method Detail

getLocalPAssertionID

public String getLocalPAssertionID()