TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.wsdm.tooling.editor.mrt.relationship.internal
Class RelationshipResource

java.lang.Object
  extended byorg.eclipse.tptp.wsdm.tooling.editor.mrt.relationship.internal.RelationshipResource

public class RelationshipResource
extends java.lang.Object

Class that gives all the mandatory Capabilities of a Relationship Resource type.


Constructor Summary
RelationshipResource()
           
 
Method Summary
static org.eclipse.tptp.wsdm.tooling.model.capabilities.Capability[] getOnlyRelationsRelatedCapability()
          Returns the array of Capability that are only present in the Relationship Resource type and not in Service Group resource type or the WSDM Resource
static java.util.List getRelationshipCapabilitiesUri()
          Returns the List that contains all the mandatory capabilities for a Relationship Resource type
static org.eclipse.tptp.wsdm.tooling.model.capabilities.Capability[] getRelationshipResourceCapabilities()
          Returns the array of Capability that are mandatory to make an MRT of Relationship resource type
static org.eclipse.tptp.wsdm.tooling.model.capabilities.Capability[] getSGRelatedCapabilities()
          Returns the array of Capabilities that are common between Service Group and Relationship Resource types
static org.eclipse.tptp.wsdm.tooling.model.capabilities.Capability[] getWSDMRelatedCapabilities()
          Returns the array of Capabilities that are common between WSDM and Relationship Resource types
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipResource

public RelationshipResource()
Method Detail

getRelationshipResourceCapabilities

public static org.eclipse.tptp.wsdm.tooling.model.capabilities.Capability[] getRelationshipResourceCapabilities()
Returns the array of Capability that are mandatory to make an MRT of Relationship resource type

Returns:
Capability[]

getSGRelatedCapabilities

public static org.eclipse.tptp.wsdm.tooling.model.capabilities.Capability[] getSGRelatedCapabilities()
Returns the array of Capabilities that are common between Service Group and Relationship Resource types


getOnlyRelationsRelatedCapability

public static org.eclipse.tptp.wsdm.tooling.model.capabilities.Capability[] getOnlyRelationsRelatedCapability()
Returns the array of Capability that are only present in the Relationship Resource type and not in Service Group resource type or the WSDM Resource


getWSDMRelatedCapabilities

public static org.eclipse.tptp.wsdm.tooling.model.capabilities.Capability[] getWSDMRelatedCapabilities()
Returns the array of Capabilities that are common between WSDM and Relationship Resource types


getRelationshipCapabilitiesUri

public static java.util.List getRelationshipCapabilitiesUri()
Returns the List that contains all the mandatory capabilities for a Relationship Resource type

Returns:
List containing the URIs of the Relationship resource type Capabilities

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification