Uses of Interface
org.rdfcontext.model.MSG.IMSG

Packages that use IMSG
org.rdfcontext.model.MSG   
org.rdfcontext.model.MSG.jena   
org.rdfcontext.model.MSG.sesame   
 

Uses of IMSG in org.rdfcontext.model.MSG
 

Methods in org.rdfcontext.model.MSG with parameters of type IMSG
 boolean IMSG.hasSemanticsOf(IMSG msg)
          Detect if the current MSG has the same semantics of a given MSG.
 

Uses of IMSG in org.rdfcontext.model.MSG.jena
 

Classes in org.rdfcontext.model.MSG.jena that implement IMSG
 class MSG
          A MSG(Minimum Signable Graph) is the atomic graph taken in consideration.
 

Methods in org.rdfcontext.model.MSG.jena with parameters of type IMSG
 boolean MSG.hasSemanticsOf(IMSG msg)
           
 

Uses of IMSG in org.rdfcontext.model.MSG.sesame
 

Methods in org.rdfcontext.model.MSG.sesame with parameters of type IMSG
 boolean MSG.hasSemanticsOf(IMSG msg)