story.scheherazade.parameters
Class SCHArgumentWithRole

java.lang.Object
  extended by story.scheherazade.parameters.SCHArgumentWithRole

public class SCHArgumentWithRole
extends java.lang.Object

A lightweight class coupling an SCHArgument with a SemanticRole.


Constructor Summary
SCHArgumentWithRole(java.lang.Object argument, SemanticRole role)
           
 
Method Summary
 java.lang.Object getArgument()
           
 SemanticRole getRole()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCHArgumentWithRole

public SCHArgumentWithRole(java.lang.Object argument,
                           SemanticRole role)
Method Detail

getArgument

public java.lang.Object getArgument()

getRole

public SemanticRole getRole()


Copyright © 2011 David K. Elson. All Rights Reserved.