org.pasoa.common.structure
Class PAssertion
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
-
getLocalPAssertionID
public String getLocalPAssertionID()