org.eclipse.ohf.stem.core
Class STEMURI

java.lang.Object
  extended by org.eclipse.ohf.stem.core.STEMURI

public class STEMURI
extends java.lang.Object

This class contains standard URI constants for STEM.


Field Summary
static org.eclipse.emf.common.util.URI EDGE_TYPE_URI
          The type URI of a STEM Edge.
static org.eclipse.emf.common.util.URI GRAPH_TYPE_URI
          The type URI of a STEM Graph.
static org.eclipse.emf.common.util.URI MODEL_TYPE_URI
          The type URI of a STEM Model.
static org.eclipse.emf.common.util.URI NODE_TYPE_URI
          The type URI of a STEM Node.
static org.eclipse.emf.common.util.URI SCENARIO_TYPE_URI
          The type URI of a STEM Scenario.
static org.eclipse.emf.common.util.URI SEQUENCER_TYPE_URI
           
 
Constructor Summary
STEMURI()
           
 
Method Summary
static org.eclipse.emf.common.util.URI create(java.lang.String scheme, java.lang.String segments)
           
static org.eclipse.emf.common.util.URI create(java.lang.String scheme, java.lang.String authority, java.lang.String segments)
          Create a STEM URI
static org.eclipse.emf.common.util.URI createTypeURI(java.lang.String segments)
          Create a "Stem type" URI
static org.eclipse.emf.common.util.URI createURI(java.lang.String segments)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCENARIO_TYPE_URI

public static final org.eclipse.emf.common.util.URI SCENARIO_TYPE_URI
The type URI of a STEM Scenario.


MODEL_TYPE_URI

public static final org.eclipse.emf.common.util.URI MODEL_TYPE_URI
The type URI of a STEM Model.


GRAPH_TYPE_URI

public static final org.eclipse.emf.common.util.URI GRAPH_TYPE_URI
The type URI of a STEM Graph.


NODE_TYPE_URI

public static final org.eclipse.emf.common.util.URI NODE_TYPE_URI
The type URI of a STEM Node.


EDGE_TYPE_URI

public static final org.eclipse.emf.common.util.URI EDGE_TYPE_URI
The type URI of a STEM Edge.


SEQUENCER_TYPE_URI

public static final org.eclipse.emf.common.util.URI SEQUENCER_TYPE_URI
Constructor Detail

STEMURI

public STEMURI()
Method Detail

createTypeURI

public static org.eclipse.emf.common.util.URI createTypeURI(java.lang.String segments)
Create a "Stem type" URI

Parameters:
segments - the segments of the URI
Returns:
a STEM "type" URI

createURI

public static org.eclipse.emf.common.util.URI createURI(java.lang.String segments)
Parameters:
segments - the segments of the URI
Returns:
a STEM URI

create

public static org.eclipse.emf.common.util.URI create(java.lang.String scheme,
                                                     java.lang.String segments)
Parameters:
scheme - the scheme of the URI
segments - the segments of the URI
Returns:
a STEM URI with the built-in "STEM" Authority
See Also:
Constants.STEM_URI_AUTHORITY

create

public static org.eclipse.emf.common.util.URI create(java.lang.String scheme,
                                                     java.lang.String authority,
                                                     java.lang.String segments)
Create a STEM URI

Parameters:
scheme - the scheme of the URI
authority - the "authority" of the URI
segments - the segments of the URI
Returns:
a STEM URI
See Also:
Constants.STEM_URI_AUTHORITY