Uses of Interface
scg.InstanceI

Packages that use InstanceI
hsr   
scg   
 

Uses of InstanceI in hsr
 

Classes in hsr that implement InstanceI
 class HSRInstance
          Representation of HSRInstance
 

Methods in hsr with parameters of type InstanceI
 edu.neu.ccs.demeterf.lib.Option<java.lang.String> HSRInstanceSet.belongsTo(InstanceI instance)
          Is this a valid/well-formed Instance of the given instance?
 

Uses of InstanceI in scg
 

Methods in scg that return InstanceI
 InstanceI SolveRequest.getInstance()
           
 InstanceI AvatarI.provide(Claim claimToBeProvided)
           
 

Methods in scg that return types with arguments of type InstanceI
 scg.RWrap<InstanceI> SolveRequest.getInstanceWrapper()
          Getter for field SolveRequest.instanceWrapper
 

Methods in scg with parameters of type InstanceI
 edu.neu.ccs.demeterf.lib.Option<java.lang.String> InstanceSetI.belongsTo(InstanceI instance)
           
 

Method parameters in scg with type arguments of type InstanceI
 void SolveRequest.setInstanceWrapper(scg.RWrap<InstanceI> _instanceWrapper)
          Setter for field SolveRequest.instanceWrapper
 

Constructors in scg with parameters of type InstanceI
SolveRequest(InstanceI instance, edu.neu.ccs.demeterf.lib.Option<Claim> claim)
           
 

Constructor parameters in scg with type arguments of type InstanceI
SolveRequest(scg.RWrap<InstanceI> instanceWrapper, edu.neu.ccs.demeterf.lib.Option<Claim> claim)
          Construct a(n) SolveRequest Instance