org.pasoa.common.structure
Class InferredView

java.lang.Object
  extended by org.pasoa.common.structure.View
      extended by org.pasoa.common.structure.InferredView
All Implemented Interfaces:
Serializable

public class InferredView
extends View

See Also:
Serialized Form

Constructor Summary
InferredView(List messageExchangePAssertions, List actorStatePAssertions, List relationships, int numberOfExpectedMsgs, Element inferrerID, Link viewLink)
           
 
Method Summary
 Element getInferrerID()
           
 
Methods inherited from class org.pasoa.common.structure.View
getActorStatePAssertions, getAsserter, getInteractionPAssertions, getNumberOfExpectedPAssertions, getRelationships, getViewLink, setNumberOfExpectedPAssertions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InferredView

public InferredView(List messageExchangePAssertions,
                    List actorStatePAssertions,
                    List relationships,
                    int numberOfExpectedMsgs,
                    Element inferrerID,
                    Link viewLink)
Method Detail

getInferrerID

public Element getInferrerID()