|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wsmostudio.choreography.helper.Render
public class Render
Helper class to render objects to wsml fragments and the opposite
Title: WSMO Studio
Description: Semantic Web Service Editor
Copyright: Copyright (c) 2004-2006
Company: OntoText Lab. / SIRMA
| Constructor Summary | |
|---|---|
Render()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
compoundFactToWSMLString(org.wsmo.common.TopEntity nsHolder,
java.util.List<org.wsmo.service.rule.CompoundFact> facts)
Serialize a CompoundFact(s) to a wsml string. |
static java.util.List<org.wsmo.service.rule.CompoundFact> |
wsmlStringToCompoundFact(org.wsmo.common.TopEntity nsHolder,
java.lang.String factText)
Parse a WSML compound fact string to CompoundFact object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Render()
| Method Detail |
|---|
public static java.lang.String compoundFactToWSMLString(org.wsmo.common.TopEntity nsHolder,
java.util.List<org.wsmo.service.rule.CompoundFact> facts)
nsHolder - namespace holderfacts - facts[0] is new CompoundFact; facts[1] is old CompoundFact (optional)
public static java.util.List<org.wsmo.service.rule.CompoundFact> wsmlStringToCompoundFact(org.wsmo.common.TopEntity nsHolder,
java.lang.String factText)
throws org.wsmo.wsml.ParserException
nsHolder - namespace informationfactText - wsml for the compound fact
org.wsmo.wsml.ParserException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||