Uses of Interface
scg.InstanceSetI

Packages that use InstanceSetI
hsr   
scg   
 

Uses of InstanceSetI in hsr
 

Classes in hsr that implement InstanceSetI
 class HSRInstanceSet
          Representation of HSRInstanceSet
 

Uses of InstanceSetI in scg
 

Methods in scg that return InstanceSetI
 InstanceSetI Claim.getInstanceSet()
           
 

Methods in scg that return types with arguments of type InstanceSetI
 scg.RWrap<InstanceSetI> Claim.getInstanceSetWrapper()
          Getter for field Claim.instanceSetWrapper
 

Method parameters in scg with type arguments of type InstanceSetI
 void Claim.setInstanceSetWrapper(scg.RWrap<InstanceSetI> _instanceSetWrapper)
          Setter for field Claim.instanceSetWrapper
 

Constructors in scg with parameters of type InstanceSetI
Claim(InstanceSetI instanceSet, scg.ProtocolI protocol, double quality, double confidence)
           
 

Constructor parameters in scg with type arguments of type InstanceSetI
Claim(scg.RWrap<InstanceSetI> instanceSetWrapper, scg.RWrap<scg.ProtocolI> protocolWrapper, double quality, double confidence)
          Construct a(n) Claim Instance