Uses of Class
scg.OpposeAction

Packages that use OpposeAction
scg   
 

Uses of OpposeAction in scg
 

Subclasses of OpposeAction in scg
 class Agreement
          Representation of Agreement
 class Refuting
          Representation of Refuting
 class Strengthening
          Representation of Strengthening
 

Methods in scg that return OpposeAction
static OpposeAction OpposeAction.parse(java.io.InputStream inpt)
          Parse an instance of OpposeAction from the given Stream
static OpposeAction OpposeAction.parse(java.io.Reader inpt)
          Parse an instance of OpposeAction from the given Reader
static OpposeAction OpposeAction.parse(java.lang.String inpt)
          Parse an instance of OpposeAction from the given String
 

Methods in scg that return types with arguments of type OpposeAction
 edu.neu.ccs.demeterf.lib.List<OpposeAction> AvatarI.oppose(edu.neu.ccs.demeterf.lib.List<Claim> claimsToBeOpposed)