Uses of Interface
nts.interf.ISubsystem

Packages that use ISubsystem
nts.interf   
nts.interf.base   
 

Uses of ISubsystem in nts.interf
 

Methods in nts.interf that return ISubsystem
 ISubsystem ICall.callee()
           
 

Methods in nts.interf that return types with arguments of type ISubsystem
 java.util.List<ISubsystem> INTS.subsystems()
           
 

Uses of ISubsystem in nts.interf.base
 

Methods in nts.interf.base with parameters of type ISubsystem
 void IVisitor.visit(ISubsystem e)