|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ohf.stem.core.STEMURI
public class STEMURI
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 |
---|
public static final org.eclipse.emf.common.util.URI SCENARIO_TYPE_URI
public static final org.eclipse.emf.common.util.URI MODEL_TYPE_URI
public static final org.eclipse.emf.common.util.URI GRAPH_TYPE_URI
public static final org.eclipse.emf.common.util.URI NODE_TYPE_URI
public static final org.eclipse.emf.common.util.URI EDGE_TYPE_URI
public static final org.eclipse.emf.common.util.URI SEQUENCER_TYPE_URI
Constructor Detail |
---|
public STEMURI()
Method Detail |
---|
public static org.eclipse.emf.common.util.URI createTypeURI(java.lang.String segments)
segments
- the segments of the URI
public static org.eclipse.emf.common.util.URI createURI(java.lang.String segments)
segments
- the segments of the URI
public static org.eclipse.emf.common.util.URI create(java.lang.String scheme, java.lang.String segments)
scheme
- the scheme of the URIsegments
- the segments of the URI
Constants.STEM_URI_AUTHORITY
public static org.eclipse.emf.common.util.URI create(java.lang.String scheme, java.lang.String authority, java.lang.String segments)
scheme
- the scheme of the URIauthority
- the "authority" of the URIsegments
- the segments of the URI
Constants.STEM_URI_AUTHORITY
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |