com.change_vision.jude.api.gsn.model
Interface IGsnFacet

com.change_vision.jude.api.gsn.model.IGsnFacet
All Superinterfaces:
IEntity, IFacet
All Implemented Interfaces:
IEntity, IFacet

public abstract IGsnFacet
extends IFacet

Interface for GSN facet.


Field Summary
static String FACET_SYMBOLIC_NAME
          The Symbolic Name ( IFacet#getSymbolicName() ) for GSN facet.
 
Method Summary
abstract  IModule getRootModule()
          Get root model for GSN facet.
 
Methods inherited from class com.change_vision.jude.api.inf.model.IFacet
getName, getRootElement, getRootElements, getSymbolicName
 

Field Detail

FACET_SYMBOLIC_NAME

static final String FACET_SYMBOLIC_NAME
The Symbolic Name ( IFacet#getSymbolicName() ) for GSN facet.

Method Detail

getRootModule

abstract IModule getRootModule()
Get root model for GSN facet.

Returns:
root model for GSN facet