Package | Description |
---|---|
com.unitesk.requality.tools.reqif |
Modifier and Type | Class and Description |
---|---|
class |
SpecRelationType |
Modifier and Type | Field and Description |
---|---|
SpecObjectType |
SpecObject.definition |
SpecObjectType |
ModuleDefinition.spectype |
Modifier and Type | Method and Description |
---|---|
SpecObjectType |
ReqIFModel.createObjectType() |
static SpecObjectType |
SpecObjectType.load(org.w3c.dom.Node nd,
ReqIFModel model) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<SpecObjectType> |
ReqIFModel.getSpecObjectTypes() |
Modifier and Type | Method and Description |
---|---|
static AbstractAttributeValue |
EnumAttributeValue.load(org.w3c.dom.Node node,
SpecObjectType sot) |
static AbstractAttributeValue |
DefaultAttributeValue.load(org.w3c.dom.Node node,
SpecObjectType sot) |
static AbstractAttributeValue |
XHTMLAttributeValue.load(org.w3c.dom.Node node,
SpecObjectType type) |
static AttributeDefinition |
AttributeDefinition.load(org.w3c.dom.Node node,
SpecObjectType sot,
ReqIFModel model) |
static java.lang.Object |
ReqIFModel.loadUValue(org.w3c.dom.Node node,
SpecObjectType sot) |
static AbstractAttributeValue |
ReqIFModel.loadValue(org.w3c.dom.Node node,
SpecObjectType sot) |
void |
ReqIFModel.registerSpecObjectType(SpecObjectType sot) |
Constructor and Description |
---|
AttributeValues(SpecObjectType definition) |
DoorsSpecObject(java.util.Map<java.lang.String,Pair<java.lang.String,java.lang.String>> attrs,
SpecObjectType definition) |
ModuleDefinition(java.lang.String ddcmode,
SpecObjectType spec) |
SpecGroup(java.util.Map<java.lang.String,Pair<java.lang.String,java.lang.String>> attrs,
SpecObjectType definition) |
SpecObject(java.util.Map<java.lang.String,Pair<java.lang.String,java.lang.String>> attrs,
SpecObjectType definition) |
SpecRelation(java.util.Map<java.lang.String,Pair<java.lang.String,java.lang.String>> attrs,
SpecObjectType def,
SpecObject idSource,
SpecObject idTarget,
java.lang.String sourceS,
java.lang.String targetS) |