JASMI API

com.agentpp.smi
Interface IImplementationSpec


public interface IImplementationSpec

IImplementationSpec represents a implementation specification of a AGENT-CAPABILITIES construct.

Version:
1.0
Author:
Frank Fock

Method Summary
 java.lang.String[] getIncludedGroups()
          Get the object/notification groups included in the implementation specification.
 java.lang.String getSupports()
           
 IVariation[] getVariations()
          Get the variations defined by the implementation specification.
 boolean hasVariations()
          Check whether the implementation specification defines any event variations or object variations.
 

Method Detail

getSupports

java.lang.String getSupports()

getIncludedGroups

java.lang.String[] getIncludedGroups()
Get the object/notification groups included in the implementation specification.

Returns:
an array of object names of group definitions.

hasVariations

boolean hasVariations()
Check whether the implementation specification defines any event variations or object variations.

Returns:
true if the implementation specification defines any variations.

getVariations

IVariation[] getVariations()
Get the variations defined by the implementation specification.

Returns:
an array of IVariation instances.

JASMI API

JASMI 3
Copyright 2001-2010 Frank Fock
All Rights Reserved